Admin content that is used to provide a behavior graph in response to a request.
Definition: behaviorGraphResponseAdminContent.h:23
virtual bool setFromNet(const char *contentBuffer, unsigned contentSize)
Sets the contents of this set request based on the network buffer. Base class does nothing and return...
virtual int netRepSize() const
virtual DtAdminContent * clone() const =0
Make a copy of this content. Returns a pointer to a newly created copy of this class. Derived classes must override this function to create and return an instance of the derived type.
DtString myGraphResponse
Definition: behaviorGraphResponseAdminContent.h:107
GraphResponseType myResponseType
Definition: behaviorGraphResponseAdminContent.h:105
const DtAdminContent & operator=(const DtAdminContent &orig)
assignment operator; same as copy costructor.
bool myIsCapable
Definition: behaviorGraphResponseAdminContent.h:108
DtSimTaskMessageType myTaskType
Definition: behaviorGraphResponseAdminContent.h:106
virtual bool init()
Base class init does nothing, but this will be called by create, in case any other deriving class nee...
DtAdminContent.
Definition: adminContent.h:23
virtual const DtAdminContentMessageType & type() const =0
virtual bool setToNet()
Sets netRep buffer to the contents of this set request. Base class does nothing and returns true...
Definition: behaviorGraphResponseAdminContent.h:28
virtual DtString stringRep() const =0
Get a readable string representation of this content. Derived classes must implement this function...
GraphResponseType
Definition: behaviorGraphResponseAdminContent.h:26