![]() |
VR-Forces 5.0.2 Developer's Guide
|
Admin content that is used to provide a behavior graph in response to a request.
Admin content that is used to ask a single behavior (i.e., a specific scripted task), or all behaviors, to start producing graphical output and sending it back (in a behaviorGraphAdminContent). This message is also used to end production and transmission of graph information.

Public Types | |
| enum | GraphResponseType { DtGraphCapableResponse, DtGraphData } |
Static Public Member Functions | |
| static DtAdminContent * | create () |
Static Public Member Functions inherited from DtAdminContent | |
| static void | addAdminContentCreatorFcn (const DtAdminContentMessageType &contentName, DtAdminContentCreatorFcn fcn) |
| static void | setFactory (DtAdminContentFactory *factory) |
| static DtAdminContentFactory * | factory () |
| static bool | isTypeRegistered (const DtAdminContentMessageType &type) |
Protected Attributes | |
| GraphResponseType | myResponseType |
| DtSimTaskMessageType | myTaskType |
| DtString | myGraphResponse |
| bool | myIsCapable |
Protected Attributes inherited from DtAdminContent | |
| char * | myNetRep |
Additional Inherited Members | |
Protected Member Functions inherited from DtAdminContent | |
| DtAdminContent () | |
| DtAdminContent (const DtAdminContent &orig) | |
| const DtAdminContent & | operator= (const DtAdminContent &orig) |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtAdminContent | |
| static DtAdminContentFactory * | myFactory |
| DtBehaviorGraphResponseAdminContent::DtBehaviorGraphResponseAdminContent | ( | ) |
default constructor
| DtBehaviorGraphResponseAdminContent::DtBehaviorGraphResponseAdminContent | ( | const DtBehaviorGraphResponseAdminContent & | orig | ) |
copy constructor
|
virtual |
destructor
| const DtBehaviorGraphResponseAdminContent& DtBehaviorGraphResponseAdminContent::operator= | ( | const DtBehaviorGraphResponseAdminContent & | orig | ) |
assignment operator; same as copy costructor.
|
static |
Creator function. Returns new instance of this class.
|
virtual |
Call after construction.
Reimplemented from DtAdminContent.
|
virtual |
Implements DtAdminContent.
|
virtual |
Indicates the type of response message. If this is DtGraphCapableResponse, then it indicates that the script is capable of generating graphs. In this case the isCapable field contains the response and the graphResponse string is ignored. If the type of response is DtGraphData, then the graphResponse field is used and the isCapable field is ignored.
|
virtual |
Indicates the type of response message. If this is DtGraphCapableResponse, then it indicates that the script is capable of generating graphs. In this case the isCapable field contains the response and the graphResponse string is ignored. If the type of response is DtGraphData, then the graphResponse field is used and the isCapable field is ignored.
|
virtual |
This is the graph information. Initially, this is a file name of an html file describing the graph in svg. (TODO – put dot commands in this string.)
|
virtual |
|
virtual |
Indicates that the give script type is capable of generating graphs.
|
virtual |
Indicates that the give script type is capable of generating graphs.
|
virtual |
Identifies which task that the graph is for.
|
virtual |
Identifies which task that the graph is for.
|
virtual |
Indicates that.
Make a copy of this content. Returns a pointer to a newly created copy of this class.
Implements DtAdminContent.
|
virtual |
Get a readable string representation of this content.
Implements DtAdminContent.
|
virtual |
Reimplemented from DtAdminContent.
|
virtual |
Decodes content from buffer.
Reimplemented from DtAdminContent.
|
virtual |
Encodes content into buffer.
Reimplemented from DtAdminContent.
|
protected |
|
protected |
|
protected |
|
protected |