#include <robot_mode.h>
Public Member Functions | |
virtual bool | consumeWith (URStatePacketConsumer &consumer) |
virtual bool | parseWith (BinParser &bp) |
Public Member Functions inherited from StatePacket | |
StatePacket () | |
virtual | ~StatePacket () |
Public Attributes | |
unsigned char | unknown_internal_use |
Public Attributes inherited from RobotModeData_V3_2 | |
double | target_speed_fraction_limit |
Public Attributes inherited from RobotModeData_V3_0__1 | |
robot_control_mode_V3_X | control_mode |
robot_mode_V3_X | robot_mode |
double | speed_scaling |
double | target_speed_fraction |
Public Attributes inherited from SharedRobotModeData | |
bool | emergency_stopped |
bool | physical_robot_connected |
bool | program_paused |
bool | program_running |
bool | protective_stopped |
bool | real_robot_enabled |
bool | robot_power_on |
uint64_t | timestamp |
Static Public Attributes | |
static const size_t | SIZE = RobotModeData_V3_2::SIZE + sizeof(unsigned char) |
Static Public Attributes inherited from RobotModeData_V3_2 | |
static const size_t | SIZE = RobotModeData_V3_0__1::SIZE + sizeof(double) |
Static Public Attributes inherited from RobotModeData_V3_0__1 | |
static const size_t | SIZE |
Static Public Attributes inherited from SharedRobotModeData | |
static const size_t | SIZE = sizeof(uint64_t) + sizeof(uint8_t) * 6 |
Definition at line 125 of file robot_mode.h.
|
virtual |
Reimplemented from RobotModeData_V3_2.
Definition at line 99 of file src/ur/robot_mode.cpp.
|
virtual |
Reimplemented from RobotModeData_V3_2.
Definition at line 75 of file src/ur/robot_mode.cpp.
|
static |
Definition at line 133 of file robot_mode.h.
unsigned char RobotModeData_V3_5::unknown_internal_use |
Definition at line 131 of file robot_mode.h.