![]() |
VideoXpert SDK
2.0
A software development kit for third party vendors to integrate with the VideoXpert platform
|
Represents the value limits for a PTZ controller. More...
#include <VxPtzLimits.h>
Public Member Functions | |
VxPtzLimits () | |
Initializes a new instance of the VxPtzLimits struct. More... | |
VxPtzLimits (const VxPtzLimits &ref) | |
Initializes a new instance of the VxPtzLimits struct. More... | |
~VxPtzLimits () | |
Finalizes an instance of the VxPtzLimits class. More... | |
void | Clear () |
Clears this instance. More... | |
Public Attributes | |
int | minPositionY |
The Y coordinate minimum limit. More... | |
int | maxPositionY |
The Y coordinate maximum limit. More... | |
int | maxPositionZ |
The Z coordinate maximum limit. More... | |
int | minSpeedX |
The pan speed minimum limit. More... | |
int | maxSpeedX |
The pan speed maximum limit. More... | |
int | minSpeedY |
The tilt speed minimum limit. More... | |
int | maxSpeedY |
The tilt speed maximum limit. More... | |
Represents the value limits for a PTZ controller.
Definition at line 8 of file VxPtzLimits.h.
|
inline |
|
inline |
Initializes a new instance of the VxPtzLimits struct.
ref | The reference. |
Definition at line 21 of file VxPtzLimits.h.
|
inline |
|
inline |
Clears this instance.
Definition at line 41 of file VxPtzLimits.h.
int VxSdk::VxPtzLimits::maxPositionY |
The Y coordinate maximum limit.
Definition at line 59 of file VxPtzLimits.h.
int VxSdk::VxPtzLimits::maxPositionZ |
The Z coordinate maximum limit.
Definition at line 63 of file VxPtzLimits.h.
int VxSdk::VxPtzLimits::maxSpeedX |
The pan speed maximum limit.
Definition at line 71 of file VxPtzLimits.h.
int VxSdk::VxPtzLimits::maxSpeedY |
The tilt speed maximum limit.
Definition at line 79 of file VxPtzLimits.h.
int VxSdk::VxPtzLimits::minPositionY |
The Y coordinate minimum limit.
Definition at line 55 of file VxPtzLimits.h.
int VxSdk::VxPtzLimits::minSpeedX |
The pan speed minimum limit.
Definition at line 67 of file VxPtzLimits.h.
int VxSdk::VxPtzLimits::minSpeedY |
The tilt speed minimum limit.
Definition at line 75 of file VxPtzLimits.h.