![]() |
VR-Forces 5.0.3 Developer's Guide
|
Instances of DtServicePublisher publish METOC_Root.Service objects to the network.

Public Types | |
| typedef DtServiceStateRepository *(* | DtStateRepCreator )() |
Public Member Functions | |
| DtServicePublisher (DtServiceStateRepository *stateRepToUse, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0) | |
| DtServicePublisher (RTI::ObjectClassHandle h, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0) | |
| DtServicePublisher (DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0) | |
| DtServicePublisher (DtHlaObjectWithStateRep *obj, DtExerciseConn *conn) | |
| virtual | ~DtServicePublisher () |
| virtual DtServiceStateRepository * | serviceStateRep () |
| virtual DtServiceStateRepository * | ssr () |
Static Public Member Functions | |
| static const char * | objectClassName () |
| static DtStateRepCreator | setStateRepCreator (DtStateRepCreator creator) |
Static Protected Attributes | |
| static DtStateRepCreator | theStateRepCreator |
Private Member Functions | |
| DtServicePublisher (const DtServicePublisher &orig) | |
| DtServicePublisher & | operator= (const DtServicePublisher &orig) |
| typedef DtServiceStateRepository*(* makVrfMetoc::DtServicePublisher::DtStateRepCreator)() |
Function prototype for a function that creates a DtServiceStateRepository.
| makVrfMetoc::DtServicePublisher::DtServicePublisher | ( | DtServiceStateRepository * | stateRepToUse, |
| DtExerciseConn * | conn, | ||
| const char * | name = 0, |
||
| const DtDDMRegionSet * | regionSetToUse = 0 |
||
| ) |
Constructor.
| makVrfMetoc::DtServicePublisher::DtServicePublisher | ( | RTI::ObjectClassHandle | h, |
| DtExerciseConn * | conn, | ||
| const char * | name = 0, |
||
| const DtDDMRegionSet * | regionSetToUse = 0 |
||
| ) |
Constructor.
| makVrfMetoc::DtServicePublisher::DtServicePublisher | ( | DtExerciseConn * | conn, |
| const char * | name = 0, |
||
| const DtDDMRegionSet * | regionSetToUse = 0 |
||
| ) |
Constructor.
| makVrfMetoc::DtServicePublisher::DtServicePublisher | ( | DtHlaObjectWithStateRep * | obj, |
| DtExerciseConn * | conn | ||
| ) |
Constructor that creates a publisher for an existing DtHlaObject. (DtHlaObjectWithStateRep is derived from DtHlaObject.) Typically used in conjunction with ownership management, when you want to take ownership and begin updating some attributes of an object that you have already discovered.
|
virtual |
Destructor.
|
private |
Copy Constructor – not implemented.
|
static |
The Object class name (METOC_Root.Service)
|
private |
Assignment operator – not implemented.
|
inlinevirtual |
Returns a pointer to the DtServiceStateRepository - through which you can set or inspect current state information.
|
inlinevirtual |
Synonym for serviceStateRep().
|
static |
Give us a function to be used for creating SRs.
|
staticprotected |