1 #ifndef NUITRACK_SENSORISSUE_H_
2 #define NUITRACK_SENSORISSUE_H_
12 const int SENSOR_ISSUES_STREAM = 9;
24 typedef std::shared_ptr<SensorIssue>
Ptr;
31 static std::string _type =
"SensorIssue";
39 std::string issueName =
"SensorIssue")
40 :
Issue(issueId, issueName)
SensorIssue(IssueId issueId=SENSOR_ISSUE, std::string issueName="SensorIssue")
ID と名前から、sensor issue オブジェクトを生成します。
定義:SensorIssue.h:38
static std::string getType()
問題の種類をストリングの形式で戻します。
定義:SensorIssue.h:29
センサーの問題を表します。
定義:SensorIssue.h:18
IssueId
問題識別子を説明します。
定義:Issue.h:16
std::shared_ptr< SensorIssue > Ptr
SensorIssue インスタンスにアクセスするためのスマート ポインター。
定義:SensorIssue.h:24
issue に関する一般的な情報を保存します。
定義:Issue.h:30