|
fremoclock
1_3A01
FREMO Clock - Software for UTG
|
Subroutines for UserInterfaceMenuNormal. More...
Go to the source code of this file.
Enumerations | |
| enum | tTimes { START = 0, CURRENT = 1, TARGET = 2 } |
| Used as parameter type for UserInterfaceMenueNormalTime() More... | |
Functions | |
| static void | UserInterfaceNormalQuickTo (menuFastFwd_t ucbut) |
| Fast forward. More... | |
| static void | UserInterfaceMenueNormalTime (tTimes which) |
| Menu normal: edit time value ("NmSZt", "NmAZt" or "NmZZt"). More... | |
| void | UserInterfaceMenueNormalClock (void) |
| Normal clock operation. More... | |
| void | UserInterfaceMenueNormalQuick (void) |
| Quick step forward. More... | |
| void | UserInterfaceMenueNormalTimeFactor (void) |
| Set time factor. More... | |
| void | UserInterfaceMenueNormalStartTime (void) |
| Set start time. More... | |
| void | UserInterfaceMenueNormalCurrentTime (void) |
| Set current time. More... | |
| void | UserInterfaceMenueNormalTargetTime (void) |
| Set target time. More... | |
Subroutines for UserInterfaceMenuNormal.
Target:
Software
History:
Definition in file UserInterfaceMenuNormal.c.
| enum tTimes |
Used as parameter type for UserInterfaceMenueNormalTime()
| Enumerator | |
|---|---|
| START |
Edit start time. |
| CURRENT |
Edit current time. |
| TARGET |
Edit target time. |
Definition at line 69 of file UserInterfaceMenuNormal.c.
| void UserInterfaceMenueNormalClock | ( | void | ) |
Normal clock operation.
Definition at line 89 of file UserInterfaceMenuNormal.c.

| void UserInterfaceMenueNormalCurrentTime | ( | void | ) |
Set current time.
Definition at line 243 of file UserInterfaceMenuNormal.c.

| void UserInterfaceMenueNormalQuick | ( | void | ) |
Quick step forward.
Definition at line 165 of file UserInterfaceMenuNormal.c.

| void UserInterfaceMenueNormalStartTime | ( | void | ) |
Set start time.
Definition at line 234 of file UserInterfaceMenuNormal.c.

| void UserInterfaceMenueNormalTargetTime | ( | void | ) |
Set target time.
Definition at line 252 of file UserInterfaceMenuNormal.c.

|
static |
Menu normal: edit time value ("NmSZt", "NmAZt" or "NmZZt").
| which | which time to edit (Start, Current or target time) |
Definition at line 330 of file UserInterfaceMenuNormal.c.

| void UserInterfaceMenueNormalTimeFactor | ( | void | ) |
Set time factor.
Definition at line 206 of file UserInterfaceMenuNormal.c.

|
static |
Fast forward.
| ucbut | sub menu item |
Definition at line 264 of file UserInterfaceMenuNormal.c.
