Candy
|
Gadgeteer is a bindable node that takes care of all communication with the Gadgeteer. More...
Public Member Functions | |
Gadgeteer (H3D::Inst< H3D::MFString > _configFile=0) | |
Initializes local members. More... | |
~Gadgeteer () | |
Destructor. More... | |
void | initialize () |
void | traverseSG (H3D::TraverseInfo &ti) |
Static Public Member Functions | |
static Gadgeteer * | getActive () |
Get the top of the bindable stack for this node. More... | |
Public Attributes | |
std::auto_ptr< H3D::MFString > | configFile |
![]() | |
Static Public Attributes | |
static H3D::H3DNodeDatabase | database |
Protected Attributes | |
vrj::Kernel * | kernel |
Gadgeteer is a bindable node that takes care of all communication with the Gadgeteer.
It is used much like a singleton, where one instance is created at initialization of the application and subsequently used by any other part of this bridge. One and only one Gadgeteer node is required.
HVR::Gadgeteer::Gadgeteer | ( | H3D::Inst< H3D::MFString > | _configFile = 0 | ) |
Initializes local members.
HVR::Gadgeteer::~Gadgeteer | ( | ) |
Destructor.
|
inlinestatic |
Get the top of the bindable stack for this node.
std::auto_ptr< H3D::MFString > HVR::Gadgeteer::configFile |
The path to the configuration file from which to read tracker settings.