8 #include "itk/fec/chip.hpp"
22 using Commander = IChip::Commander;
35 virtual void set_tx_fid(netio_tag_t fid) = 0;
40 virtual void set_rx_fid(netio_tag_t fid) = 0;
45 virtual void set_cmdr(Commander* cmdr) = 0;
Interface definition for FrontEnd.
Definition: frontend.hpp:19
virtual netio_tag_t get_rx_fid()=0
Get receiver FELIX id (fid).
virtual void configure()=0
Configure front-end via cmdr.
virtual int check_com()=0
Check communication.
virtual Commander * get_cmdr()=0
Get commander for sending commands.
virtual netio_tag_t get_tx_fid()=0
Get transmiter FELIX id (fid).
Common types and constants definitions.