15 #include <vlutil/vlNetTypes.h>
23 DtSensorRelAzimuthAngleElement(DtDe& de);
24 virtual ~DtSensorRelAzimuthAngleElement();
26 virtual unsigned int encodedLength();
27 virtual unsigned char*
encode(
unsigned char* buffer);
29 virtual void decode(
unsigned char* buffer,
unsigned int length);
32 void setRelAzimuth(
double val);
34 DtSensorRelAzimuthAngleElement() =
delete;
35 DtSensorRelAzimuthAngleElement(
const DtSensorRelAzimuthAngleElement& rhs) =
delete;
36 DtSensorRelAzimuthAngleElement& operator=(
const DtSensorRelAzimuthAngleElement& rhs) =
delete;
39 virtual void update();
41 DtNetU32 myRelAzimuth;
#define DT_DLL_VRVMINIMUMMS
Definition: vrvMinimumMS.h:21
Contains DLL export macros.
Contains the DtSensorAngleElement class declaration.
DT_DLL_readerWriter char * encode(const DtFilename &val, char *buffer)
Serializes the provided value val into buffer. buffer must have at least the number of bytes returned...
DT_DLL_readerWriter const char * decode(DtString &val, const char *buffer)
Decodes a value from buffer and places the result in val of the type specified by val...