![]() |
Dynamixel
2.9.5
RoadNarrows Robotics Dynamixel Package
|
RoadNarrows Dynamixel bus communications abstract class base class. More...
#include <unistd.h>
#include <string.h>
#include <pthread.h>
#include <string>
#include "rnr/rnrconfig.h"
#include "rnr/uri.h"
#include "rnr/shm.h"
#include "rnr/log.h"
#include "botsense/BotSense.h"
#include "Dynamixel/Dynamixel.h"
#include "Dynamixel/DynaError.h"
#include "Dynamixel/DynaComm.h"
#include "Dynamixel/DynaCommBotSense.h"
#include "Dynamixel/DynaCommSerial.h"
#include "DynaLibInternal.h"
Go to the source code of this file.
Variables | |
static const char * | DynaBusStatusStrTbl [] |
Dynamixel Bus Communication Status String Table. More... | |
static const char * | DynaServoAlarmStrTbl [] |
Dynamixel Servo Alarms String Table. More... | |
static const char * | DynaServoAlarmShortStrTbl [] |
Dynamixel Servo Alarms Short String Table. More... | |
static const int | DynaBaudMap [DYNA_BAUDNUM_NUMOF][2] |
Baud rate to baud number enumeration map. More... | |
RoadNarrows Dynamixel bus communications abstract class base class.
Definition in file DynaComm.cxx.
|
static |
Baud rate to baud number enumeration map.
Definition at line 125 of file DynaComm.cxx.
Referenced by DynaComm::BaudNumAt(), DynaComm::BaudNumToRate(), DynaComm::BaudRateAt(), and DynaComm::BaudRateToNum().
|
static |
Dynamixel Bus Communication Status String Table.
Definition at line 81 of file DynaComm.cxx.
Referenced by DynaComm::GetBusStatusString().
|
static |
Dynamixel Servo Alarms Short String Table.
Definition at line 111 of file DynaComm.cxx.
Referenced by DynaComm::GetAlarmsShortString().
|
static |
Dynamixel Servo Alarms String Table.
Definition at line 97 of file DynaComm.cxx.
Referenced by DynaComm::GetAlarmsString().