10 #ifndef CRoboticHeadInterface_H    11 #define CRoboticHeadInterface_H    54                                 bool            checkControllerIsConnected();
    77                                         m_serialNumber = deviceSerialNumber;
    82                                 void GetGain(
int &_gain,
int &channel);
    87                                 bool SetGain(
int &new_gain,
int &channel);
    96                                 void GetSoundLocation(
int &ang);
   109                                 void SetHeadPose(
int &yaw, 
int &
pitch);
 
void setDeviceSerialNumber(const std::string &deviceSerialNumber)
Changes the serial number of the device to open. 
 
This class allows loading and storing values and vectors of different types from a configuration text...
 
CInterfaceFTDIMessages m_usbConnection
 
This "software driver" implements the communication protocol for interfacing a Robotic Head Board thr...
 
std::string m_serialNumber
 
GLsizei const GLchar ** string
 
This template class provides the basic functionality for a general 2D any-size, resizable container o...
 
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. 
 
~CRoboticHeadInterface()
Destructor. 
 
std::vector< int32_t > gain
 
A definition of a CStream actually representing a USB connection to a FTDI chip. 
 
A class that contain generic messages, that can be sent and received from a "CClientTCPSocket" object...