18 class DtMissionIdElement;
19 class DtPlatformDesignationElement;
20 class DtMotionImageryCoreIdentifierElement;
21 class DtImageSourceSensorElement;
22 class DtSecurityElement;
36 virtual void tick(
double dt);
39 virtual unsigned int encodedLength();
42 virtual unsigned char*
encode(
unsigned char* buffer);
45 virtual void decode(
unsigned char* buffer,
unsigned int length);
48 virtual bool timeForUpdate();
52 virtual void update();
A DtVideoStream instance will create a single streaming video pipeline on the channel indicated by wi...
Definition: DtVideoStream.h:33
#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:26
Contains DLL export macros.
unsigned char mySequenceNumber
Definition: DtMmsElement.h:55
DT_DLL_readerWriter char * encode(const DtFilename &val, char *buffer)
Serializes the provided value val into buffer.
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:58