15 #include <vlutil/vlNetTypes.h>
25 virtual unsigned int encodedLength();
26 virtual unsigned char*
encode(
unsigned char* buffer);
28 virtual void decode(
unsigned char* buffer,
unsigned int length);
31 void setRelAzimuth(
double val);
39 virtual void update();
Definition: DtSensorRelAzimuthAngleElement.h:19
#define DT_DLL_VRVLOCALMS
Definition: vrvLocalMS.h:21
Contains DLL export macros.
Contains the DtSensorAngleElement class declaration.
DtNetU32 myRelAzimuth
Definition: DtSensorRelAzimuthAngleElement.h:41
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...
base class for the various sensor angle elements. exists primarily to hold DtDe and manager coordinat...
Definition: DtSensorAngleElement.h:23
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
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...