PST SDK  5.0.3.0-7c6cbb9
PSTech::pstsdk::TargetStatus Struct Reference

Tracking target status. More...

#include <pst-sdk.h>

+ Inheritance diagram for PSTech::pstsdk::TargetStatus:
+ Collaboration diagram for PSTech::pstsdk::TargetStatus:

Public Attributes

bool status
 
- Public Attributes inherited from PSTech::pstsdk::Target
std::string name
 
std::string uuid
 
int id
 

Detailed Description

This struct provides status information about a tracking target. The status is either true (active), in which case the object will be tracked when seen by the PST Tracker, or false (inactive), in which case it will not be tracked by the PST Tracker.

See also
Target
Tracker::GetTargetList()
Tracker::SetTargetStatus()
Tracker::GetTargetStatus()
Examples:
trackingtarget.cpp.

Member Data Documentation

◆ status

bool PSTech::pstsdk::TargetStatus::status

Status of the tracking target (active or inactive) as listed in the PST-Client software


The documentation for this struct was generated from the following file: