PST SDK  6.0.0.0-272350a
PstTarget Struct Reference

Tracking target information. More...

#include <pstsdk_c.h>

+ Collaboration diagram for PstTarget:

Data Fields

char name [128]
 
char uuid [37]
 
int id
 

Detailed Description

This struct contains basic information about tracking targets known to the PST Tracker. In order to be accessible, these targets have to be trained or imported using the PST-Client software. The targets are stored in the model database.

Field Documentation

◆ id

int PstTarget::id

User provided tracking id assigned to the tacking target as listed in the PST-Client software

◆ name

char PstTarget::name[128]

User given name of the tracking target as listed in the PST-Client software

Examples
listener.c, and trackingtarget.c.

◆ uuid

char PstTarget::uuid[37]

Unique identifier, automatically assigned to the tracking target


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