![]() |
VR-Forces 4.7 Class Documentation
|
class DtIfNavAreaDebugPorts: More...

Public Types | |
| typedef std::pair< DtRwString, DtRwInt > | LoadedNavArea |
| typedef std::pair < DtNavSectorIndices, DtNavSectorIndices > | NavRegenSectors |
Public Member Functions | |
| DtIfLoadedNavAreasResponse () | |
| default constructor | |
| virtual | ~DtIfLoadedNavAreasResponse () |
| destructor | |
| DtIfLoadedNavAreasResponse (const DtIfLoadedNavAreasResponse &orig) | |
| copy constructor | |
| DtIfLoadedNavAreasResponse & | operator= (const DtIfLoadedNavAreasResponse &orig) |
| assignment operator | |
| virtual int | type () const |
| Returns the type of Interface Content. | |
| virtual DtSimInterfaceContent * | clone () const |
| virtual std::list < LoadedNavArea > & | loadedNavAreas () |
| virtual DtNavSectorIndices & | sectorsQueuedForRegeneration (const DtRwString &areaName) |
| virtual DtNavSectorIndices & | sectorsBeingRegenerated (const DtRwString &areaName) |
| virtual void | addLoadedNavArea (const DtString &name, int debuggingPort=-1) |
| Adds info for a loaded nav area. | |
| virtual void | addNavAreaRegenerationStatus (const DtString &name, const DtNavSectorIndices §orsQueuedForRegen, const DtNavSectorIndices §orsBeingRegen) |
| Adds the list of nav sectors undergoing regeneration and queued for regeneration. | |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
Public Member Functions inherited from DtSimInterfaceContent | |
| virtual | ~DtSimInterfaceContent () |
| virtual bool | update (const DtSimInterfaceContent *data) |
| virtual char * | netRep () |
| virtual void | printContentType (DtString &str) |
| virtual void | setUseSessionId (bool yesNo) |
| virtual bool | useSessionId () const |
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 | |
| std::list< LoadedNavArea > | myLoadedNavAreas |
| std::map< DtRwString, NavRegenSectors > | mySectorRegenStatus |
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 |
class DtIfNavAreaDebugPorts:
Instances of DtIfNavAreaDebugPorts are the content portion of requests to abandon the Plan associated with a given object name.
Content-Type: DtIfLoadedNavAreasResponse
Parameters: object name - the object name DtString that identifies the entity whose plan should be abandoned.
| typedef std::pair<DtRwString, DtRwInt> DtIfLoadedNavAreasResponse::LoadedNavArea |
| typedef std::pair<DtNavSectorIndices, DtNavSectorIndices> DtIfLoadedNavAreasResponse::NavRegenSectors |
| DtIfLoadedNavAreasResponse::DtIfLoadedNavAreasResponse | ( | ) |
default constructor
|
virtual |
destructor
| DtIfLoadedNavAreasResponse::DtIfLoadedNavAreasResponse | ( | const DtIfLoadedNavAreasResponse & | orig | ) |
copy constructor
| DtIfLoadedNavAreasResponse& DtIfLoadedNavAreasResponse::operator= | ( | const DtIfLoadedNavAreasResponse & | orig | ) |
assignment operator
|
virtual |
Returns the type of Interface Content.
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
inlinevirtual |
|
virtual |
|
virtual |
|
virtual |
Adds info for a loaded nav area.
|
virtual |
Adds the list of nav sectors undergoing regeneration and queued for regeneration.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |
|
protected |