Microchip® Advanced Software Framework

displayTask.h File Reference
#include "portmacro.h"
#include "queue.h"

Functions

 portTASK_FUNCTION_PROTO (vDisplay, pvParameters)
 
void sendMessage (char *mess)
 Start the supervisor module. More...
 
void vDisplay_Start (unsigned portBASE_TYPE uxPriority)
 Start the supervisor module. More...
 

Variables

xQueueHandle xDISPLAYQueue
 

portTASK_FUNCTION_PROTO ( vDisplay  ,
pvParameters   
)
void sendMessage ( char *  mess)

Start the supervisor module.

Parameters
uxPriorityThe priority base of the supervisor tasks.

References UserMessScreen, and xQueueSend.

Referenced by prvEthernetConfigureInterface(), and status_callback().

void vDisplay_Start ( unsigned portBASE_TYPE  uxPriority)

Start the supervisor module.

Parameters
uxPriorityThe priority base of the supervisor tasks.

References DISPLAY_QUEUE_SIZE, DISPLAY_STACK_SIZE, NULL, xQueueCreate(), and xTaskCreate.

Referenced by main().

xQueueHandle xDISPLAYQueue

The handle of the queue of DISPLAY.