ReadStatesRequest.cpp
Go to the documentation of this file.
1#include "ReadStatesRequest.h"
2
4{
5
7 {
8 }
9
10 void
12 {
13 if (this->state)
14 {
15 *this->state = state;
16 }
17 }
18} // namespace armarx::control::ethercat
This class is a wrapper around an enum containing the different EtherCAT states.