|
Brief description of class ReadStatesRequest. More...
#include <armarx/control/ethercat/bus_io/requests/ReadStatesRequest.h>
Public Member Functions | |
ReadStatesRequest ()=default | |
ReadStatesRequest (EtherCATState *state) | |
void | setState (EtherCATState state) |
Public Member Functions inherited from RequestBase | |
bool | hasFailed () const |
Check whether this request has been processed. More... | |
bool | isProcessed () const |
Check whether this request has been processed. More... | |
void | setFailed () |
Signal that this request has failed. More... | |
void | setProcessed () |
Signal that this request has been processed. More... | |
virtual | ~RequestBase ()=default |
Brief description of class ReadStatesRequest.
Detailed description of class ReadStatesRequest.
Definition at line 16 of file ReadStatesRequest.h.
|
default |
ReadStatesRequest | ( | EtherCATState * | state | ) |
Definition at line 6 of file ReadStatesRequest.cpp.
void setState | ( | EtherCATState | state | ) |
Definition at line 11 of file ReadStatesRequest.cpp.