Stepper-Motor-Control
v3.0.0
System on a Chip 2014 - Group 04
|
Source code for User-Input-Task which is highest instance, reacts to user input and controls register and hardware access. More...
#include "../INC/userInputTask.h"
Go to the source code of this file.
Functions | |
void | UserInputTask (void *pdata) |
UserInputTask. More... | |
void | hardwareTest (void) |
Tests hardware. More... | |
Variables | |
OS_FLAG_GRP * | userInputTaskFlagsGrp |
The flags group used in the user-input-task. More... | |
OS_FLAG_GRP * | heartbeatTaskFlagsGrp |
The flags group used in the heartbeat-task and user-input-task. More... | |
OS_FLAG_GRP * | userOutputTaskFlagsGrp |
The flags group used in the user-output-task. More... | |
Source code for User-Input-Task which is highest instance, reacts to user input and controls register and hardware access.
v0.1.0 22.10.2014 Kossmann
v0.1.1 30.10.2014 Kossmann
v0.1.2 30.10.2014 Riedel
v0.1.3 31.10.2014 Riedel & Kossmann
v0.1.4 03.11.2014 Kossmann
v0.1.5 04.11.2014 Riedel & Kossmann
v0.1.6 04.11.2014 Kossmann
v0.1.7 06.11.2014 Riedel
v0.1.8 07.11.2014 Riedel & Kossmann
v1.0.0 11.11.2014 Riedel & Kossmann
v1.0.1 13.11.2014 Kossmann
v1.0.2 14.11.2014 Kossmann
v2.0.0 18.11.2014 Riedel & Kossmann
Definition in file userInputTask.c.
void hardwareTest | ( | void | ) |
Tests hardware.
A functions for just test some hardware features. Has no needed functionality for any Milestone
None |
Definition at line 223 of file userInputTask.c.
void UserInputTask | ( | void * | pdata | ) |
UserInputTask.
This task is the control instance for the whole system. All register access is done in this Task. It reacts to user input, sets needed flags and delivers needed informatino to other tasks.
pdata | : Pointer to parameter structure (not used) |
None |
Definition at line 55 of file userInputTask.c.
OS_FLAG_GRP* heartbeatTaskFlagsGrp |
OS_FLAG_GRP* userInputTaskFlagsGrp |