![]() |
VR-Forces 4.10 Class Documentation
|
class DtIfRequestSpotReports: More...

Public Member Functions | |
| DtIfRequestSpotReports () | |
| default constructor More... | |
| virtual | ~DtIfRequestSpotReports () |
| destructor More... | |
| DtIfRequestSpotReports (const DtIfRequestSpotReports &orig) | |
| copy constructor More... | |
| DtIfRequestSpotReports & | operator= (const DtIfRequestSpotReports &orig) |
| assignment operator More... | |
| virtual int | type () const |
| Returns the type of Interface Content. More... | |
| virtual DtSimInterfaceContent * | clone () const |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
| virtual void | setRequestId (unsigned long) |
| virtual unsigned long | requestId () const |
| virtual void | requestSpotReportsForForce (int) |
| virtual void | requestSpotReportsForForces (const std::set< int > &) |
| virtual void | requestForAll () |
| Set to request for all forces (the default) More... | |
| virtual bool | sendSpotReportsForForce (int) const |
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::set< int > | myRequestingForForces |
| DtU32 | myRequestId |
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 DtIfRequestSpotReports:
Requests to resend the current spot reports that are sent by the given force type
Content-Type: DtIfRequestSpotReports
| DtIfRequestSpotReports::DtIfRequestSpotReports | ( | ) |
default constructor
|
virtual |
destructor
| DtIfRequestSpotReports::DtIfRequestSpotReports | ( | const DtIfRequestSpotReports & | orig | ) |
copy constructor
| DtIfRequestSpotReports& DtIfRequestSpotReports::operator= | ( | const DtIfRequestSpotReports & | 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 |
Set to request for all forces (the default)
|
protected |
|
protected |