The PtzLimits class represents the value limits for a ptz controller.
More...
#include <PtzLimits.h>
The PtzLimits class represents the value limits for a ptz controller.
Definition at line 13 of file PtzLimits.h.
Constructor.
- Parameters
-
vxPtzLimits | The ptz limits. |
Definition at line 20 of file PtzLimits.h.
VxSdk::VxPtzLimits * _ptzLimits
virtual CPPCli::PtzLimits::~PtzLimits |
( |
| ) |
|
|
inlinevirtual |
Destructor.
Definition at line 27 of file PtzLimits.h.
PtzLimits(VxSdk::VxPtzLimits *vxPtzLimits)
Constructor.
CPPCli::PtzLimits::!PtzLimits |
( |
| ) |
|
|
inline |
Finaliser.
Definition at line 34 of file PtzLimits.h.
VxSdk::VxPtzLimits * _ptzLimits
int CPPCli::PtzLimits::MaxPositionY |
|
get |
Gets the Y coordinate maximum limit.
The maximum Y coordinate, 0 if limit is unavailable.
Definition at line 52 of file PtzLimits.h.
int CPPCli::PtzLimits::MaxPositionZ |
|
get |
Gets the Z coordinate maximum limit.
The maximum Z coordinate, 0 if limit is unavailable.
Definition at line 61 of file PtzLimits.h.
int CPPCli::PtzLimits::MaxSpeedX |
|
get |
Gets the pan speed maximum limit.
The maximum pan speed.
Definition at line 79 of file PtzLimits.h.
int CPPCli::PtzLimits::MaxSpeedY |
|
get |
Gets the tilt speed maximum limit.
The maximum tilt speed.
Definition at line 97 of file PtzLimits.h.
int CPPCli::PtzLimits::MinPositionY |
|
get |
Gets the Y coordinate minimum limit.
The minimum Y coordinate, 0 if limit is unavailable.
Definition at line 43 of file PtzLimits.h.
int CPPCli::PtzLimits::MinSpeedX |
|
get |
Gets the pan speed minimum limit.
The minimum pan speed.
Definition at line 70 of file PtzLimits.h.
int CPPCli::PtzLimits::MinSpeedY |
|
get |
Gets the tilt speed minimum limit.
The minimum tilt speed.
Definition at line 88 of file PtzLimits.h.
The documentation for this class was generated from the following file:
- C:/Git/VxSDK-Samples/CSharpSample/CSharpWrapper/Include/PtzLimits.h