#include <riq_hand_command.h>
Public Types | |
enum | { SHUTDOWN_TIMEOUT_NONE = 0, SHUTDOWN_TIMEOUT_20ms = 1, SHUTDOWN_TIMEOUT_40ms = 2, SHUTDOWN_TIMEOUT_80ms = 3, SHUTDOWN_TIMEOUT_160ms = 4, SHUTDOWN_TIMEOUT_320ms = 5, SHUTDOWN_TIMEOUT_640ms = 6, SHUTDOWN_TIMEOUT_1280ms = 7, SHUTDOWN_TIMEOUT_2560ms = 8, SHUTDOWN_TIMEOUT_5120ms = 9, SHUTDOWN_TIMEOUT_10240ms = 10 } |
Public Member Functions | |
union { | |
uint8_t raw_ | |
} | __attribute__ ((__packed__)) |
Public Attributes | |
enum riq_hand_ethercat_hardware::RIQSafetyShutdown:: { ... } | __attribute__ |
uint8_t | reserved_: 4 |
uint8_t | timeout_: 4 |
Definition at line 72 of file riq_hand_command.h.
anonymous enum |
Definition at line 82 of file riq_hand_command.h.
union riq_hand_ethercat_hardware::RIQSafetyShutdown::@30 riq_hand_ethercat_hardware::RIQSafetyShutdown::__attribute__ | ( | (__packed__) | ) |
Definition at line 75 of file riq_hand_command.h.
Definition at line 77 of file riq_hand_command.h.
Definition at line 78 of file riq_hand_command.h.