Nuitrack  1.11.2
3D Skeleton Tracking Middleware
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Groups Pages
tdv::nuitrack::SensorIssue Class Reference

Represents the sensor issue. More...

#include <SensorIssue.h>

Inherits tdv::nuitrack::Issue.

Public Types

typedef std::shared_ptr
< SensorIssue
Ptr
 Smart pointer to access the SensorIssue instance.
 
- Public Types inherited from tdv::nuitrack::Issue
typedef std::shared_ptr< IssuePtr
 Smart pointer to access the Issue instance.
 

Public Member Functions

 SensorIssue (IssueId issueId=SENSOR_ISSUE, std::string issueName="SensorIssue")
 Constructs a sensor issue object from its ID and name.
 
- Public Member Functions inherited from tdv::nuitrack::Issue
virtual std::string getName () const
 Returns the issue name.
 
IssueId getId ()
 Returns the issue identifier.
 
 Issue ()
 Constructs a default issue.
 
 Issue (IssueId id, const std::string &name)
 Constructs an issue object from its identifier and name.
 

Static Public Member Functions

static std::string getType ()
 Returns the issue type as a string.
 
- Static Public Member Functions inherited from tdv::nuitrack::Issue
static std::string getType ()
 Returns the issue type as a string.
 

Additional Inherited Members

- Protected Attributes inherited from tdv::nuitrack::Issue
IssueId _id
 
std::string _name
 

Detailed Description

Represents the sensor issue.