Core

TODO

Core objects in C++ are referenced by the following shared pointer typedef:

typedef std::shared_ptr<rogue::protocols::packetizer::Core> rogue::protocols::packetizer::CorePtr

The Core class description is shown below:

class Core

Core Class.

Public Functions

Core(bool enSsi)

Creator.

~Core()

Destructor.

std::shared_ptr<rogue::protocols::packetizer::Transport> transport()

Get transport interface.

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.

Public Static Functions

static std::shared_ptr<rogue::protocols::packetizer::Core> create(bool enSsi)

Class creation.

static void setup_python()

Setup class in python.