Core
TODO
Core objects in C++ are referenced by the following shared pointer typedef:
The Core class description is shown below:
-
class Core
Core Class.
Public Functions
-
explicit Core(bool enSsi)
Creator.
-
~Core()
Destructor.
-
std::shared_ptr<rogue::protocols::packetizer::Application> application(uint8_t dest)
Application module.
-
uint32_t getDropCount()
Get drop count.
-
void setTimeout(uint32_t timeout)
Set timeout.
-
explicit Core(bool enSsi)