This class extends DtVrfControlObjectPublisher to support the publishing of VR-Forces state properties as extended attributes of the control object.
|
| | DtVrfExtControlObjectPublisher (const DtVrfParameterDb *paramDb) |
| |
| virtual | ~DtVrfExtControlObjectPublisher () override |
| |
| virtual void | initialize (const DtEntityType &type, DtExerciseConn *conn, const DtGlobalObjectDesignator &glId=DtVrfObjectIdGenerator::nullId(), const DtEntityIdentifier &entId=DtEntityIdentifier::nullId(), DtRwProperties *stateProps=0, DtRwProperties *paramProps=0) |
| |
| | DtVrfControlObjectPublisher (const DtEntityType &type, DtExerciseConn *conn, const DtGlobalObjectDesignator &glId=DtVrfObjectIdGenerator::nullId(), const DtEntityIdentifier &entId=DtEntityIdentifier::nullId(), DtRwProperties *stateProps=0, DtRwProperties *paramProps=0) |
| |
| | DtVrfControlObjectPublisher (const DtEntityType &type, DtExerciseConn *conn, const DtGlobalObjectDesignator &glId=DtVrfObjectIdGenerator::nullId(), const DtEntityIdentifier &entId=DtEntityIdentifier::nullId(), const DtRwProperties &stateProps=DtRwProperties::emptyProperties(), const DtRwProperties ¶mProps=DtRwProperties::emptyProperties()) |
| |
| virtual | ~DtVrfControlObjectPublisher () |
| |
| virtual bool | tick (bool &extAttrTicked) |
| |
| virtual DtCtrlPublisherDecoder * | decoder () |
| |
| virtual DtCtrlPublisherEncoder * | encoder () |
| |
| DtStateRepository * | sr () |
| |
| const DtString & | name () const |
| |
| virtual const DtObjectId & | id () const |
| |
| virtual const DtObjectId & | localId () const |
| |
virtual const
DtGlobalObjectDesignator & | globalId () const |
| |
| virtual void | forceUpdate () |
| |
| virtual DtControlObjectPublisher * | controlObjectPublisher () |
| |
| virtual void | setSendVrfObjectDataRecord (bool shouldSend) |
| |
| virtual void | setExtendedData (const DtString &key, const DtString &value) |
| |
| virtual void | clearExtendedData () |
| |
| virtual void | removeExtendedData (const DtString &key) |
| |
| virtual DtString | extendedData (const DtString &key) const |
| |
| virtual DtControlObjectRepository * | controlObjectProcessStateRep () |
| |
| virtual DtControlObjectRepository * | controlObjectStateRep () |
| |
| virtual DtControlObjectRepository * | cosr () |
| |