Adbase
Adinf C++ base library V2
|
#include <Interface.hpp>
Public Member Functions | |
Interface () | |
~Interface () | |
void | setReadHandler (const ReadHandler &readHandler) |
const ReadHandler & | getReadHandler () |
Definition at line 33 of file Interface.hpp.
adbase::head::Interface::Interface | ( | ) |
Definition at line 7 of file Interface.cpp.
adbase::head::Interface::~Interface | ( | ) |
Definition at line 14 of file Interface.cpp.
const ReadHandler & adbase::head::Interface::getReadHandler | ( | ) |
Definition at line 28 of file Interface.cpp.
Referenced by adbase::head::Binary::processData().
void adbase::head::Interface::setReadHandler | ( | const ReadHandler & | readHandler | ) |
Definition at line 21 of file Interface.cpp.