15 #include <vlutil/vlNetTypes.h>
29 virtual unsigned int encodedLength();
30 virtual unsigned char*
encode(
unsigned char* buffer);
32 virtual void decode(
unsigned char* buffer,
unsigned int length);
34 bool laserRangeFinderOn();
35 void setLaserRangerFinderOn(
bool val);
38 void setAutoTrackOn(
bool val);
41 void setPolarity(Polarity val);
44 void setIcingDetected(
bool val);
46 SlantRangeMethod slantRangeMethod();
47 void setSlantRangeMethod(SlantRangeMethod val);
50 virtual void update();
Definition: DtGenericFlagData01Element.h:19
#define DT_DLL_VRVLOCALMS
Definition: vrvLocalMS.h:21
Definition: DtGenericFlagData01Element.h:23
Contains DLL export macros.
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...
DtNetU8 myFlags
Definition: DtGenericFlagData01Element.h:52
SlantRangeMethod
Definition: DtGenericFlagData01Element.h:24
Polarity
Definition: DtGenericFlagData01Element.h:23