Commander interface to send 16 bit commands over e-link.
More...
#include <commander.hpp>
Commander interface to send 16 bit commands over e-link.
◆ get_fid()
virtual netio_tag_t itk::Commander::get_fid |
( |
| ) |
|
|
pure virtual |
Properties.
Get FELIX id (fid).
- Returns
- FELIX id.
◆ set_fid()
virtual void itk::Commander::set_fid |
( |
netio_tag_t |
fid | ) |
|
|
pure virtual |
Set FELIX id (fid).
- Parameters
-
◆ write() [1/2]
virtual void itk::Commander::write |
( |
std::span< uint16_t > |
cmds | ) |
|
|
pure virtual |
Write 16 bit commands to the Commander buffer.
- Parameters
-
◆ write() [2/2]
virtual void itk::Commander::write |
( |
uint16_t |
cmd | ) |
|
|
pure virtual |
Write 16 bit command to the Commander buffer.
- Parameters
-
The documentation for this class was generated from the following file: