![]() |
VR-Link API Documentation for HLA Evolved
|
The MyFomMapper class - a FOM Mapper with mappings between VR-Link's FOM independent API and the FOM described in MyFom.fed. More...
Inheritance diagram for MyFomMapper:
Collaboration diagram for MyFomMapper:Public Member Functions | |
| MyFomMapper () | |
| virtual | ~MyFomMapper () |
| virtual void | init (DtExerciseConn *conn) |
| Initialize the instance, once an exercise connection is available. | |
Protected Member Functions | |
| MyFomMapper (const MyFomMapper &orig) | |
| MyFomMapper & | operator= (const MyFomMapper &orig) |
The MyFomMapper class - a FOM Mapper with mappings between VR-Link's FOM independent API and the FOM described in MyFom.fed.
We can tell VR-Link to use this FOM Mapper either by passing an instance to the DtExerciseConn constructor, or by creating a FOM Mapper shared library whose DtCreateFomMapper function returns an instance of this class, and telling VR-Link to use the FOM Mapper in that shared library.
| virtual MyFomMapper::~MyFomMapper | ( | ) | [virtual] |
| MyFomMapper::MyFomMapper | ( | const MyFomMapper & | orig | ) | [protected] |
| virtual void MyFomMapper::init | ( | DtExerciseConn * | conn | ) | [virtual] |
Initialize the instance, once an exercise connection is available.
Called by DtExerciseConn constructor.
Reimplemented from DtEmptyFomMapper.
| MyFomMapper& MyFomMapper::operator= | ( | const MyFomMapper & | orig | ) | [protected] |