PST SDK  6.0.0.0-272350a
PstTargetStatus Struct Reference

Tracking target status. More...

#include <pstsdk_c.h>

+ Collaboration diagram for PstTargetStatus:

Data Fields

PstTarget target
 
bool status
 

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
PstTarget
pst_tracker_alloc_and_get_target_list()
pst_tracker_set_target_status()
pst_tracker_get_target_status()
Examples
trackingtarget.c.

Field Documentation

◆ status

bool PstTargetStatus::status

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

◆ target

PstTarget PstTargetStatus::target

Tracking target


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