#include <CPhantom3dofPointer.h>
Inheritance diagram for cPhantom3dofPointer:
Public Member Functions | |
cPhantom3dofPointer (cWorld *a_world, unsigned int a_deviceNumber=0, bool dio_access=false) | |
Constructor of cPhantom3dofPointer. | |
virtual | ~cPhantom3dofPointer () |
Destructor of cPhantom3dofPointer. |
cPhantom3dofPointer::cPhantom3dofPointer | ( | cWorld * | a_world, | |
unsigned int | a_deviceNumber = 0 , |
|||
bool | dio_access = false | |||
) |
Constructor of cPhantom3dofPointer.
Constructor of cPhantom3dofPointer. First parameter is connected to the name of the device that is declared in the control panel and defaults to "Default PHANToM". If the phantom does not start this may be the reason.
a_world | World in which the tool will operate. | |
a_deviceNumber | 0-based index of the Phantom that this tool should talk to. | |
dio_access | If this is 'true', the tool will use the Ghost API's direct-i/o model, if it's available. Otherwise the gstEffect i/o model will be used. |
cPhantom3dofPointer::~cPhantom3dofPointer | ( | ) | [virtual] |
Destructor of cPhantom3dofPointer.
Destructor of cPhantom3dofPointer.