![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Represents a new marker to be created. More...
#include <VxNewMarker.h>
Public Member Functions | |
VxNewMarker () | |
Initializes a new instance of the VxNewMarker struct. More... | |
VxNewMarker (const VxNewMarker &ref) | |
Initializes a new instance of the VxNewMarker struct. More... | |
~VxNewMarker () | |
Finalizes an instance of the VxNewMarker class. More... | |
void | Clear () |
Clears this instance. More... | |
Public Attributes | |
char | associatedDataSourceId [64] |
The unique identifier of the data source to associate with the marker. More... | |
char | name [64] |
The friendly name of the marker. More... | |
float | direction |
The angular coordinate indicating the direction that the marker is facing on a polar grid. (e.g.: 0[right], 90[up], 180[left], 270[down]). More... | |
float | x |
The X cartesian coordinate. More... | |
float | y |
The Y cartesian coordinate. More... | |
Represents a new marker to be created.
Definition at line 12 of file VxNewMarker.h.
|
inline |
|
inline |
Initializes a new instance of the VxNewMarker struct.
ref | The reference. |
Definition at line 25 of file VxNewMarker.h.
|
inline |
|
inline |
Clears this instance.
Definition at line 43 of file VxNewMarker.h.
char VxSdk::VxNewMarker::associatedDataSourceId[64] |
The unique identifier of the data source to associate with the marker.
Definition at line 55 of file VxNewMarker.h.
float VxSdk::VxNewMarker::direction |
The angular coordinate indicating the direction that the marker is facing on a polar grid. (e.g.: 0[right], 90[up], 180[left], 270[down]).
Definition at line 64 of file VxNewMarker.h.
char VxSdk::VxNewMarker::name[64] |
The friendly name of the marker.
Definition at line 59 of file VxNewMarker.h.
float VxSdk::VxNewMarker::x |
The X cartesian coordinate.
Definition at line 68 of file VxNewMarker.h.
float VxSdk::VxNewMarker::y |
The Y cartesian coordinate.
Definition at line 72 of file VxNewMarker.h.