Dezibot 4
Loading...
Searching...
No Matches
Communication.cpp File Reference
#include "Communication.h"
+ Include dependency graph for Communication.cpp:

Go to the source code of this file.

Functions

void newConnectionCallback (uint32_t nodeId)
 
void changedConnectionCallback ()
 
void nodeTimeAdjustedCallback (int32_t offset)
 
void vTaskUpdate (void *pvParameters)
 

Variables

Scheduler userScheduler
 
painlessMesh mesh
 

Function Documentation

◆ changedConnectionCallback()

void changedConnectionCallback ( )

Definition at line 41 of file Communication.cpp.

+ Here is the caller graph for this function:

◆ newConnectionCallback()

void newConnectionCallback ( uint32_t nodeId)

Definition at line 36 of file Communication.cpp.

+ Here is the caller graph for this function:

◆ nodeTimeAdjustedCallback()

void nodeTimeAdjustedCallback ( int32_t offset)

Definition at line 46 of file Communication.cpp.

+ Here is the caller graph for this function:

◆ vTaskUpdate()

void vTaskUpdate ( void * pvParameters)

Definition at line 51 of file Communication.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ mesh

painlessMesh mesh

Definition at line 4 of file Communication.cpp.

◆ userScheduler

Scheduler userScheduler

Definition at line 3 of file Communication.cpp.