29 class VrpnClient_impl;
30 class VrpnObject_impl;
41 friend class ::VrpnObject_impl;
54 std::string address, uint8_t priority);
106 class VrpnClient_impl *pimpl_;
118 #endif // VRPNCLIENT_H
namespace of the flair Framework
Definition: Ahrs.h:19
Base class for serial port.
Definition: SerialPort.h:25
Abstract class to display a layout on the ground station.
Definition: Layout.h:33
Abstract class for a thread.
gui::Layout * GetLayout(void) const
Setup Layout.
Abstract class for a thread.
Definition: Thread.h:38
bool UseXbee(void) const
Is XBee used?
gui::TabWidget * GetTabWidget(void) const
Setup Tab.
VrpnClient * GetVrpnClient(void)
get VrpnClient
Class to connect to a Vrpn server. The Thread is created with the FrameworkManager as parent...
Definition: VrpnClient.h:40
VrpnClient(std::string name, std::string address, uint8_t priority)
Constructor.