NetBurner 3.5.0
PDF Version
 
NBRtosInitObj Class Referenceabstract

A simple class to derive from if you are creating tasks that are constructed at global scope and need to do RTOS initalization. More...

#include <nbrtos.h>

Public Member Functions

virtual void Notify ()=0
 This will be called when the RTOS has been setup in initalization.
 

Detailed Description

A simple class to derive from if you are creating tasks that are constructed at global scope and need to do RTOS initalization.

The vistural function Notify will be called once the RTOS internals are setup so you can create a task, allocate buffers, etc. If you need to do network I/O, then you this will not be sufficent as you will need register to be notifyied when link is active on the interface.

See also
NetInterface::LinkActiveFuncPtr

The documentation for this class was generated from the following file: