18 class DtMissionIdElement;
19 class DtPlatformDesignationElement;
20 class DtMotionImageryCoreIdentifierElement;
21 class DtImageSourceSensorElement;
22 class DtSecurityElement;
37 virtual void tick(
double dt);
40 virtual unsigned int encodedLength();
43 virtual unsigned char*
encode(
unsigned char* buffer);
46 virtual void decode(
unsigned char* buffer,
unsigned int length);
49 virtual bool timeForUpdate();
53 virtual void update();
A DtVideoStream instance will create a single streaming video pipeline on the channel indicated by wi...
Definition: DtVideoStream.h:35
#define DT_DLL_VRVMINIMUMMS
Definition: vrvMinimumMS.h:21
Contains the DtVideoStream class declaration.
Class that contain all the metadata element for the Minimum Dataset.
Definition: DtMmsElement.h:27
Contains DLL export macros.
unsigned char mySequenceNumber
Definition: DtMmsElement.h:56
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...
DtDe & myDe
Definition: DtMmsElement.h:61
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...
const DtVideoStream & myVideoStream
Reference to the video stream.
Definition: DtMmsElement.h:59