RLRP routing
v.0.1.0
|
Wrapping class for starting all auxiliary handlers and threads. More...
Public Member Functions | |
def | __init__ (self, app_transport, raw_transport, table) |
Constructor. More... | |
def | run (self) |
Start the main threads. More... | |
def | stop_threads (self) |
Stop the main threads. More... | |
Public Attributes | |
app_handler | |
Create and store the object of DataHandler.AppHandler class. More... | |
neighbor_routine | |
Create and store the object of NeighborDiscovery.NeighborDiscovery class. More... | |
incoming_traffic_handler_thread | |
Create and store the object of DataHandler.IncomingTrafficHandler class. More... | |
Wrapping class for starting all auxiliary handlers and threads.
def DataHandler.DataHandler.__init__ | ( | self, | |
app_transport, | |||
raw_transport, | |||
table | |||
) |
Constructor.
self | The object pointer. |
app_transport | Reference to Transport.VirtualTransport object. |
raw_transport | Reference to Transport.RawTransport object. |
table | Reference to RouteTable.Table object. |
def DataHandler.DataHandler.run | ( | self | ) |
Start the main threads.
self | The object pointer. |
def DataHandler.DataHandler.stop_threads | ( | self | ) |
Stop the main threads.
self | The object pointer. |
DataHandler.DataHandler.app_handler |
Create and store the object of DataHandler.AppHandler class.
DataHandler.DataHandler.incoming_traffic_handler_thread |
Create and store the object of DataHandler.IncomingTrafficHandler class.
DataHandler.DataHandler.neighbor_routine |
Create and store the object of NeighborDiscovery.NeighborDiscovery class.