Brief description of class RequestQueue.
More...
#include <armarx/control/ethercat/bus_io/RequestQueue.h>
|
| std::shared_ptr< RequestBase > | getNextRequest () |
| |
| RequestQueue & | operator= (RequestQueue rhs) |
| |
| bool | postChangeStateRequest (std::uint16_t slaveIndex, EtherCATState state, bool validate, EtherCATState *actualState) |
| |
| bool | postReadStatesRequest (EtherCATState *state) |
| |
| bool | postRegisterReadRequest (EtherCATFrameList *frames, std::uint16_t amountFramesToRead) |
| |
| bool | postRegisterReadRequest (std::vector< RegisterDataList > ®isterData) |
| |
| bool | postRegisterResetRequest (std::uint16_t slaveIndex) |
| |
| void | postReply (std::shared_ptr< RequestBase > &&request) |
| |
| bool | postSDOReadRequest (SDOIdentifier sdoIdentifier, int *buflen, unsigned char *buf, bool completeAccess) |
| |
| bool | postSDOWriteRequest (SDOIdentifier sdoIdentifier, int buflen, unsigned char *buf, bool completeAccess) |
| |
| | RequestQueue () |
| |
| | ~RequestQueue () |
| |
Brief description of class RequestQueue.
Detailed description of class RequestQueue.
Definition at line 51 of file RequestQueue.h.
◆ RequestQueue()
◆ ~RequestQueue()
◆ getNextRequest()
◆ operator=()
◆ postChangeStateRequest()
◆ postReadStatesRequest()
◆ postRegisterReadRequest() [1/2]
| bool postRegisterReadRequest |
( |
EtherCATFrameList * |
frames, |
|
|
std::uint16_t |
amountFramesToRead |
|
) |
| |
◆ postRegisterReadRequest() [2/2]
◆ postRegisterResetRequest()
| bool postRegisterResetRequest |
( |
std::uint16_t |
slaveIndex | ) |
|
◆ postReply()
| void postReply |
( |
std::shared_ptr< RequestBase > && |
request | ) |
|
◆ postSDOReadRequest()
| bool postSDOReadRequest |
( |
SDOIdentifier |
sdoIdentifier, |
|
|
int * |
buflen, |
|
|
unsigned char * |
buf, |
|
|
bool |
completeAccess |
|
) |
| |
◆ postSDOWriteRequest()
| bool postSDOWriteRequest |
( |
SDOIdentifier |
sdoIdentifier, |
|
|
int |
buflen, |
|
|
unsigned char * |
buf, |
|
|
bool |
completeAccess |
|
) |
| |
The documentation for this class was generated from the following files: