Lely core libraries  2.2.5
lely::canopen::detail::LssFastscanRequestBase Class Reference
Inheritance diagram for lely::canopen::detail::LssFastscanRequestBase:
Collaboration diagram for lely::canopen::detail::LssFastscanRequestBase:

Data Fields

LssAddress mask {0, 0, 0, 0}
 A mask specifying which bits in the LSS address of the slave device are already known and can be skipped during scanning. More...
 
- Data Fields inherited from lely::canopen::detail::LssScanRequestBase
LssAddress address {0, 0, 0, 0}
 On success, the LSS address of the detected slave device. More...
 
- Data Fields inherited from lely::canopen::detail::LssRequestBase
::std::error_code ec {}
 The error code (0 on success).
 
- Data Fields inherited from ev_task
ev_exec_texec
 A pointer to the executor to which the task is (to be) submitted.
 
ev_task_func_tfunc
 The function to be invoked when the task is run.
 

Additional Inherited Members

- Public Member Functions inherited from lely::canopen::detail::LssRequestBase
ev::Executor GetExecutor () const noexcept
 Returns the executor to which the completion task is (to be) submitted.
 

Detailed Description

Definition at line 278 of file lss_master.hpp.

Field Documentation

◆ mask

LssAddress lely::canopen::detail::LssFastscanRequestBase::mask {0, 0, 0, 0}

A mask specifying which bits in the LSS address of the slave device are already known and can be skipped during scanning.

If a bit in the mask is 1, the corresponding bit in the LSS address is not checked.

Definition at line 287 of file lss_master.hpp.


The documentation for this class was generated from the following files: