Lely core libraries
2.3.4
|
Data Fields | |
LssAddress | lo {0, 0, 0, 0} |
The lower bound of the LSS address of the slave device. | |
LssAddress | hi {0, 0, 0, 0} |
The upper bound of the LSS address of the slave device. More... | |
![]() | |
LssAddress | address {0, 0, 0, 0} |
On success, the LSS address of the detected slave device. More... | |
![]() | |
::std::error_code | ec {} |
The error code (0 on success). | |
![]() | |
ev_exec_t * | exec |
A pointer to the executor to which the task is (to be) submitted. | |
ev_task_func_t * | func |
The function to be invoked when the task is run. | |
Additional Inherited Members | |
![]() | |
ev::Executor | GetExecutor () const noexcept |
Returns the executor to which the completion task is (to be) submitted. | |
Definition at line 262 of file lss_master.hpp.
LssAddress lely::canopen::detail::LssSlowscanRequestBase::hi {0, 0, 0, 0} |
The upper bound of the LSS address of the slave device.
The vendor-ID and product code MUST be equal to those in lo.
Definition at line 272 of file lss_master.hpp.