|
YARP CiA-402 EtherCAT Device 0.6.0
YARP device plugin for EtherCAT CiA-402 drives
|
#include <CiA402StateMachine.h>
Public Attributes | |
| uint16_t | controlword |
| Control word to send to the drive. | |
| int8_t | opMode |
| Operation mode to send to the drive. | |
| bool | writeOpMode |
| Flag indicating if the operation mode should be written. | |
Command structure.
This structure contains the control word, operation mode, and a flag indicating if the operation mode should be written.
Definition at line 113 of file CiA402StateMachine.h.
| uint16_t CiA402::StateMachine::Command::controlword |
Control word to send to the drive.
Definition at line 115 of file CiA402StateMachine.h.
| int8_t CiA402::StateMachine::Command::opMode |
Operation mode to send to the drive.
Definition at line 116 of file CiA402StateMachine.h.
| bool CiA402::StateMachine::Command::writeOpMode |
Flag indicating if the operation mode should be written.
Definition at line 117 of file CiA402StateMachine.h.