14 #include <matrix/vlVector.h>
15 #include <vlpi/entityType.h>
64 virtual void setOriginatorIdentifier(
const DtString&);
65 virtual const DtString& originatorIdentifier()
const;
68 virtual void setOriginatorMarkingText(
const DtString&);
69 virtual const DtString& originatorMarkingText()
const;
88 virtual const char*
setVariableFromNet(
const char* buffer,
const char* fixedBuffer,
int messageVersion)
override;
Definition: vrfTDLPPLIMessage.h:43
#define DT_DLL_vrfmsgs
This file is used to determine how to build.
Definition: vrfmsgsDefines.h:28
Contains the DtVrfTDLPPLIMessage class declaration.
Definition: vrfTDLPPLIMessage.h:26
virtual char * setVariableToNet(char *buffer)
Sets the variable portion to the net.
virtual const char * setVariableFromNet(const char *buffer, const char *fixedBuffer, int messageVersion)
Sets the variable portion into internal structures. Returns a pointer at the end of this variable suc...
Definition: vrfTDLMessage.h:54
virtual int fixedSize() const override
Fixed size of this message. Do not need to call parent method if this as the fixed portion will conta...
virtual int messageVersion() const override
virtual int setFixedFromNet(const char *buffer) override
Sets the fixed portion from the buffer into internal structures and variables.
const DtVrfTDLPPLIMessage & operator=(DtVrfTDLPPLIMessage &orig)
assignment operator: shallow; assigns values only
virtual int tdlMessageType() const override
TDL Message type.
static DtVrfTDLMessage * creator()
virtual void setFixedToNet(char *buffer) override
Sets the fixed potion to the net. Must call parent method first.
virtual DtVrfTDLMessage * clone() const override
virtual void printDataToString(DtString &str) override
Print message.
virtual int variableSize() const
Returns the variable data size.