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);
virtual int tdlMessageType() const
TDL Message type.
virtual void setFixedToNet(char *buffer)
Sets the fixed potion to the net. Must call parent method first.
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 int setFixedFromNet(const char *buffer)
Sets the fixed portion from the buffer into internal structures and variables.
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...
virtual void printDataToString(DtString &str)
Print message.
Definition: vrfTDLMessage.h:54
const DtVrfTDLPPLIMessage & operator=(DtVrfTDLPPLIMessage &orig)
assignment operator: shallow; assigns values only
static DtVrfTDLMessage * creator()
virtual int messageVersion() const
virtual DtVrfTDLMessage * clone() const
virtual int fixedSize() const
Fixed size of this message. Do not need to call parent method if this as the fixed portion will conta...
virtual int variableSize() const
Returns the variable data size.