#include <boost/function.hpp>
#include <boost/thread/thread.hpp>
#include <ros/ros.h>
#include <can_msgs/CANFrame.h>
Go to the source code of this file.
#define COB_EMCY 0x80 |
Definition at line 49 of file CANopenMotorDriver.h.
#define COB_NMT_ERROR 0x700 |
Definition at line 58 of file CANopenMotorDriver.h.
#define COB_NMT_SERVICE 0x0 |
COB IDs of all communication objects.
Definition at line 47 of file CANopenMotorDriver.h.
#define COB_R_PDO1 0x200 |
Definition at line 51 of file CANopenMotorDriver.h.
#define COB_R_PDO2 0x300 |
Definition at line 53 of file CANopenMotorDriver.h.
#define COB_R_PDO3 0x400 |
Definition at line 55 of file CANopenMotorDriver.h.
#define COB_R_SDO 0x600 |
Definition at line 57 of file CANopenMotorDriver.h.
#define COB_SYNC 0x80 |
Definition at line 48 of file CANopenMotorDriver.h.
#define COB_T_PDO1 0x180 |
Definition at line 50 of file CANopenMotorDriver.h.
#define COB_T_PDO2 0x280 |
Definition at line 52 of file CANopenMotorDriver.h.
#define COB_T_PDO3 0x380 |
Definition at line 54 of file CANopenMotorDriver.h.
#define COB_T_SDO 0x580 |
Definition at line 56 of file CANopenMotorDriver.h.
#define ERROR_RESPONSE 0x80 |
Definition at line 71 of file CANopenMotorDriver.h.
#define ID_MASK 0x7F |
Definition at line 44 of file CANopenMotorDriver.h.
#define READ_REQUEST_1BYTE 0x4F |
Definition at line 69 of file CANopenMotorDriver.h.
#define READ_REQUEST_2BYTE 0x4B |
Definition at line 68 of file CANopenMotorDriver.h.
#define READ_REQUEST_3BYTE 0x47 |
Definition at line 67 of file CANopenMotorDriver.h.
#define READ_REQUEST_4BYTE 0x43 |
Definition at line 66 of file CANopenMotorDriver.h.
#define READ_RESPONSE 0x40 |
Definition at line 70 of file CANopenMotorDriver.h.
#define WRITE_REQUEST_1BYTE 0x2F |
Definition at line 64 of file CANopenMotorDriver.h.
#define WRITE_REQUEST_2BYTE 0x2B |
Definition at line 63 of file CANopenMotorDriver.h.
#define WRITE_REQUEST_3BYTE 0x27 |
Definition at line 62 of file CANopenMotorDriver.h.
#define WRITE_REQUEST_4BYTE 0x23 |
CCD codings, depends on the message type and the transmitted data length.
Definition at line 61 of file CANopenMotorDriver.h.
#define WRITE_RESPONSE 0x60 |
Definition at line 65 of file CANopenMotorDriver.h.