VR-Link API Documentation for HLA 1.3
Public Member Functions | Protected Member Functions
MyFomMapper Class Reference

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:

List of all members.

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)
MyFomMapperoperator= (const MyFomMapper &orig)

Detailed Description

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.


Constructor & Destructor Documentation

virtual MyFomMapper::~MyFomMapper ( ) [virtual]
MyFomMapper::MyFomMapper ( const MyFomMapper orig) [protected]

Member Function Documentation

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]

The documentation for this class was generated from the following file:

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)