![]() |
VR-Forces 4.10 Class Documentation
|
Instances of DtServicePublisher publish METOC_Root.Service objects to the network. More...

Public Types | |
| typedef DtServiceStateRepository *(* | DtStateRepCreator )() |
| Function prototype for a function that creates a DtServiceStateRepository. More... | |
Public Member Functions | |
| DtServicePublisher (DtServiceStateRepository *stateRepToUse, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0) | |
| Constructor. More... | |
| DtServicePublisher (RTI::ObjectClassHandle h, DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0) | |
| Constructor. More... | |
| DtServicePublisher (DtExerciseConn *conn, const char *name=0, const DtDDMRegionSet *regionSetToUse=0) | |
| Constructor. More... | |
| DtServicePublisher (DtHlaObjectWithStateRep *obj, DtExerciseConn *conn) | |
| Constructor that creates a publisher for an existing DtHlaObject. More... | |
| virtual | ~DtServicePublisher () |
| Destructor. More... | |
| virtual DtServiceStateRepository * | serviceStateRep () |
| Returns a pointer to the DtServiceStateRepository - through which you can set or inspect current state information. More... | |
| virtual DtServiceStateRepository * | ssr () |
| Synonym for serviceStateRep(). More... | |
Static Public Member Functions | |
| static const char * | objectClassName () |
| The Object class name (METOC_Root.Service) More... | |
| static DtStateRepCreator | setStateRepCreator (DtStateRepCreator creator) |
| Give us a function to be used for creating SRs. More... | |
Static Protected Attributes | |
| static DtStateRepCreator | theStateRepCreator |
Private Member Functions | |
| DtServicePublisher (const DtServicePublisher &orig) | |
| Copy Constructor – not implemented. More... | |
| DtServicePublisher & | operator= (const DtServicePublisher &orig) |
| Assignment operator – not implemented. More... | |
Instances of DtServicePublisher publish METOC_Root.Service objects to the network.
| 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 |