![]() |
VR-Forces 5.0.2 Developer's Guide
|
class DtIfActivitiesResponse:
Will return the map of activities by supported entity type(s).
Content-Type: DtActivitiesResponseType

Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Static Public Member Functions inherited from DtSimInterfaceContent | |
| static DtSimInterfaceContent * | createInterfaceContent (int type) |
| static void | addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn) |
| static void | setFactory (DtInterfaceContentFactory *factory) |
| static DtInterfaceContentFactory * | factory () |
| static void | registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn) |
Protected Attributes | |
| DtRwActivities | myActivities |
| bool | mySystemLevel |
Protected Attributes inherited from DtSimInterfaceContent | |
| char * | myNetRep |
| bool | myUseSessionId |
Additional Inherited Members | |
Protected Member Functions inherited from DtSimInterfaceContent | |
| DtSimInterfaceContent () | |
| DtSimInterfaceContent (const DtSimInterfaceContent &orig) | |
| const DtSimInterfaceContent & | operator= (const DtSimInterfaceContent &orig) |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtSimInterfaceContent | |
| static DtInterfaceContentFactory * | myFactory |
| static DtSimInterfaceContentTypePrinterFcn | theContentTypePrinterFcn |
| DtIfActivitiesResponse::DtIfActivitiesResponse | ( | ) |
default constructor
|
virtual |
destructor
| DtIfActivitiesResponse::DtIfActivitiesResponse | ( | const DtIfActivitiesResponse & | orig | ) |
copy constructor
| DtIfActivitiesResponse& DtIfActivitiesResponse::operator= | ( | const DtIfActivitiesResponse & | orig | ) |
assignment operator
|
virtual |
Returns the type of Interface Content.
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Set to true if activities are for the entire system. Default is false.
|
virtual |
|
protected |
Activities will either be keyed by name or by entity type. Typically the entity type will be a septuplet separated by colons, so you can assume name or entity type by that key.
|
protected |
If true, activities for entire system.