fremoclock
1_3A01
FREMO Clock - Software for UTG
Main Page
Related Pages
Data Structures
Files
File List
Globals
UserInterfaceMenuNormal.h
Go to the documentation of this file.
1
25
/*
26
Copyright (C) 2007 Bernd Wisotzki
27
28
This library is free software; you can redistribute it and/or
29
modify it under the terms of the GNU Lesser General Public
30
License as published by the Free Software Foundation; either
31
version 2.1 of the License, or (at your option) any later version.
32
33
This library is distributed in the hope that it will be useful,
34
but WITHOUT ANY WARRANTY; without even the implied warranty of
35
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
36
Lesser General Public License for more details.
37
38
You should have received a copy of the GNU Lesser General Public
39
License along with this library; if not, write to the Free Software
40
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
41
*/
42
43
#ifndef USERINTERFACEMENUNORMAL_H_
44
#define USERINTERFACEMENUNORMAL_H_
45
46
#ifdef __cplusplus
47
extern
"C"
{
48
#endif
49
50
/* -- Function Prototypes --------------------------------------------------- */
51
52
// for comment see UserInterfaceMenuNormal.c
53
void
UserInterfaceMenueNormalClock
(
void
);
54
55
// for comment see UserInterfaceMenuNormal.c
56
void
UserInterfaceMenueNormalQuick
(
void
);
57
58
// for comment see UserInterfaceMenuNormal.c
59
void
UserInterfaceMenueNormalTimeFactor
(
void
);
60
61
// for comment see UserInterfaceMenuNormal.c
62
void
UserInterfaceMenueNormalStartTime
(
void
);
63
64
// for comment see UserInterfaceMenuNormal.c
65
void
UserInterfaceMenueNormalCurrentTime
(
void
);
66
67
// for comment see UserInterfaceMenuNormal.c
68
void
UserInterfaceMenueNormalTargetTime
(
void
);
69
70
#ifdef __cplusplus
71
}
72
#endif
73
74
#endif
/* USERINTERFACEMENUNORMAL_H_ */
UserInterfaceMenueNormalTargetTime
void UserInterfaceMenueNormalTargetTime(void)
Set target time.
Definition:
UserInterfaceMenuNormal.c:252
UserInterfaceMenueNormalClock
void UserInterfaceMenueNormalClock(void)
Normal clock operation.
Definition:
UserInterfaceMenuNormal.c:89
UserInterfaceMenueNormalQuick
void UserInterfaceMenueNormalQuick(void)
Quick step forward.
Definition:
UserInterfaceMenuNormal.c:165
UserInterfaceMenueNormalTimeFactor
void UserInterfaceMenueNormalTimeFactor(void)
Set time factor.
Definition:
UserInterfaceMenuNormal.c:206
UserInterfaceMenueNormalCurrentTime
void UserInterfaceMenueNormalCurrentTime(void)
Set current time.
Definition:
UserInterfaceMenuNormal.c:243
UserInterfaceMenueNormalStartTime
void UserInterfaceMenueNormalStartTime(void)
Set start time.
Definition:
UserInterfaceMenuNormal.c:234
20_UserInterface
UserInterfaceMenuNormal.h
Generated on Sat Sep 3 2016 10:08:06 for fremoclock by
1.8.11