Account
| ArmsysApi 0.12.18 |
BNetworkProcessTask Class Reference
#include <BNetwork.h>
Inheritance diagram for BNetworkProcessTask:
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 | |
| BNetwork & | onetwork |
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()
| virtual |
The tasks main run loop.
Reimplemented from BTask.
Member Data Documentation
◆ onetwork
| private |
The documentation for this class was generated from the following files:
Generated by
1.8.15 
Public Member Functions inherited from