#include <ssc32.hpp>
| Public Member Functions | |
| bool | CheckIfFinished () | 
| void | initSerial () | 
| bool | SendMessage (int Port, int position, int speed) | 
| SSC32 () | |
| bool | startSerial (std::string) | 
| void | stopSerial () | 
| ~SSC32 () | |
| Private Attributes | |
| std::string | command | 
| int | fd | 
| int | nrOfPorts | 
| const char * | Output | 
| std::string | Port | 
| struct termios | port_settings | 
| std::string | Position | 
| double | servoLimits [32][6] | 
| std::string | Speed | 
| struct timeval | timeout | 
| bool Servo::SSC32::CheckIfFinished | ( | ) | 
| void Servo::SSC32::initSerial | ( | ) | 
| bool Servo::SSC32::SendMessage | ( | int | Port, | 
| int | position, | ||
| int | speed | ||
| ) | 
| bool Servo::SSC32::startSerial | ( | std::string | COM_PORT_ | ) | 
| void Servo::SSC32::stopSerial | ( | ) | 
| std::string Servo::SSC32::command  [private] | 
| int Servo::SSC32::fd  [private] | 
| int Servo::SSC32::nrOfPorts  [private] | 
| const char* Servo::SSC32::Output  [private] | 
| std::string Servo::SSC32::Port  [private] | 
| struct termios Servo::SSC32::port_settings  [private] | 
| std::string Servo::SSC32::Position  [private] | 
| double Servo::SSC32::servoLimits[32][6]  [private] | 
| std::string Servo::SSC32::Speed  [private] | 
| struct timeval Servo::SSC32::timeout  [private] |