tdaq-develop-2025-02-12
|
Public Member Functions | |
FrontEndHardwareBase (unsigned int version=-1) | |
virtual void | write (const std::string &) |
virtual void | write (const std::vector< std::string > &) |
virtual void | writeAndAcknowledge (const std::string &, int=-1) |
virtual void | writeAndAcknowledge (const std::vector< std::string > &, int=-1) |
virtual void | read (const std::string &, std::string &, int=-1) |
virtual void | read (const std::vector< std::string > &, std::vector< std::string > &, int=-1) |
virtual int | flushRead () |
return count of 'things' flushed | |
Protected Attributes | |
unsigned int | version_ |
Definition at line 19 of file FrontEndHardwareBase.h.
|
inlinevirtual |
These should never be called directly if used correctly, but not all classes will implement every function (so no pure virtuals). Should be obvious that the wrong thing is happening if these are called because exceptions are thrown!
Reimplemented in ots::OtsUDPHardware.
Definition at line 30 of file FrontEndHardwareBase.h.