Interface definition for FrontEnd.
More...
#include <frontend.hpp>
|
|
using | Chip = IChip |
| |
|
using | Commander = IChip::Commander |
| |
|
|
virtual int | check_com ()=0 |
| | Check communication.
|
| |
|
virtual void | configure ()=0 |
| | Configure front-end via cmdr.
|
| |
| virtual netio_tag_t | get_tx_fid ()=0 |
| | Get transmiter FELIX id (fid). More...
|
| |
|
virtual void | set_tx_fid (netio_tag_t fid)=0 |
| |
| virtual netio_tag_t | get_rx_fid ()=0 |
| | Get receiver FELIX id (fid). More...
|
| |
|
virtual void | set_rx_fid (netio_tag_t fid)=0 |
| |
| virtual Commander * | get_cmdr ()=0 |
| | Get commander for sending commands. More...
|
| |
|
virtual void | set_cmdr (Commander *cmdr)=0 |
| |
template<class IChip>
class itk::FrontEnd< IChip >
Interface definition for FrontEnd.
- Template Parameters
-
◆ get_cmdr()
Get commander for sending commands.
- Returns
- commander object pointer.
◆ get_rx_fid()
Get receiver FELIX id (fid).
- Returns
- FELIX id.
◆ get_tx_fid()
Get transmiter FELIX id (fid).
- Returns
- FELIX id.
The documentation for this class was generated from the following file: