ArmSys Support
ArmsysApi  0.12.18
BNetworkProcessTask Class Reference

#include <BNetwork.h>

Inheritance diagram for BNetworkProcessTask:
BTask

Public Member Functions

 BNetworkProcessTask (BNetwork &BNetwork)
 
void run ()
 The tasks main run loop. More...
 
- Public Member Functions inherited from BTask
 BTask (const char *name="", BUInt stackSize=1024, BUInt priority=1)
 
 ~BTask ()
 
void init (const char *name, BUInt stackSize=1024, BUInt priority=1)
 
BError start ()
 Starts the task running. More...
 
void stop ()
 Stops the task. More...
 
void setPriority (BUInt priority)
 Set the priority of the task: 0 upwards. More...
 
void delayMs (BUInt ms)
 Delay for a time in ms. More...
 

Private Attributes

BNetworkonetwork
 

Additional Inherited Members

- Static Public Member Functions inherited from BTask
static void runTasks ()
 Main run tasks loop. More...
 
- Protected Attributes inherited from BTask
const char * oname
 
BUInt ostackSize
 
BUInt opriority
 
TaskHandle_t otask
 
Bool orunning
 

Constructor & Destructor Documentation

◆ BNetworkProcessTask()

BNetworkProcessTask::BNetworkProcessTask ( BNetwork BNetwork)

Member Function Documentation

◆ run()

void BNetworkProcessTask::run ( )
virtual

The tasks main run loop.

Reimplemented from BTask.

Member Data Documentation

◆ onetwork

BNetwork& BNetworkProcessTask::onetwork
private

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