Go to the source code of this file.
Functions |
| template<typename StateRepType > |
| void | makVrfVrlinkExtToolkit::setAttributeNameToHandleMap (DtObjClassDesc *desc) |
| | Sets the attribute name to handle map for the generic state rep for the given FOM class.
|
| bool | makVrfVrlinkExtToolkit::areClassNamesEquivalent (const DtString &name1, const DtString &name2) |
| template<typename StateRepType , typename EncoderType , typename PublisherType , typename ReflectedObjType > |
| void | makVrfVrlinkExtToolkit::registerGenericAttributeClass (const DtString &fullClassName, const DtString &publisherName, const DtString &reflListName, DtExerciseConn *exConn) |
| | Registers the necessary state rep creators, encoder, decoder, and checker functions for the given FOM class which extends a supported VR-Link class.
|
| template<typename StateRepType , typename EncoderType , typename PublisherType , typename ReflectedObjType > |
| void | makVrfVrlinkExtToolkit::registerGenericAttributeClass (const std::vector< DtString > &fullClassNames, const DtString &publisherName, const DtString &reflListName, DtFomMapper::DtObjectClassChooser classChooser, DtExerciseConn *exConn) |
| | Registers the necessary state rep creators, encoder, decoder, and checker functions for the given FOM classes which extend a supported VR-Link class.
|
Detailed Description