Sentinel
Loading...
Searching...
No Matches
communicationTask.h File Reference

Communication Task Header File. More...

Go to the source code of this file.

Functions

void communicationTask (void *pvParameters)
 communicationTask function
 

Detailed Description

Communication Task Header File.

This file contains the declaration of the communicationTask function, which is used to handle communication operations in a FreeRTOS task. The task is responsible for sending and receiving data

Function Documentation

◆ communicationTask()

void communicationTask ( void * pvParameters)

communicationTask function

This function handles communication operations in a FreeRTOS task. It reads processed data from a queue and sends it to the network. The task runs in an infinite loop, waiting for data to be available in the queue. When data is received, it is sent to the network for processing.

Parameters
pvParameters