|
Stepper-Motor-Control
v3.0.0
System on a Chip 2014 - Group 04
|
Source code for User-Output-Task which communications with the user and shows him system information. More...
#include "../INC/userOutputTask.h"
Go to the source code of this file.
Functions | |
| void | UserOutputTask (void *pdata) |
| UserOutputTask. More... | |
| void | printTerminalInfo (outputTaskData_t *outputTaskDataPtr, uint32_t *termMsgCounterPtr) |
| Prints Motor information on the terminal. More... | |
Variables | |
| OS_FLAG_GRP * | userOutputTaskFlagsGrp |
| The flags group used in the user-output-task. More... | |
Source code for User-Output-Task which communications with the user and shows him system information.
v0.1.0 21.10.2014 Kossmann
v0.1.1 30.10.2014 Kossmann
v0.1.2 06.11.2014 Riedel
v1.0.0 11.11.2014 Riedel & Kossmann
v1.0.1 13.11.2014 Kossmann
v2.0.0 18.11.2014 Riedel & Kossmann
v2.0.1 18.11.2014 Riedel & Kossmann
Definition in file userOutputTask.c.
| void printTerminalInfo | ( | outputTaskData_t * | outputTaskDataPtr, |
| uint32_t * | termMsgCounterPtr | ||
| ) |
Prints Motor information on the terminal.
Shows all available information about the motor.
| [in] | outputTaskDataPtr | : Pointer to all data which is available for UserOuputTask() |
| [in] | termMsgCounterPtr | : Pointer to actual message counter |
| None |
Definition at line 175 of file userOutputTask.c.

| void UserOutputTask | ( | void * | pdata | ) |
UserOutputTask.
Shows the user information about the system. On the lc-display are general information shown. The 7-segment displays show additional information to to lcd. The terminal is a litte bit more specific and shows complete motor behavior.
| pdata | : Pointer to parameter structure (not used) |
| None |
Definition at line 35 of file userOutputTask.c.
