rasProject_01 / weSweetHome
R. 240
process control / RasPi software by weinert-automation
|
A program to handle some day specific settings and values. More...
Functions | |
int | main (int argc, char **argv) |
The program. More... | |
int | readRetFil (void) |
Read (day start) retain file. More... | |
int | writeRetFil (void) |
Write (day start) retain file. More... | |
Variables | |
char const | prgNamPure [] |
The pure program name. More... | |
char const | prgSVNdat [] |
The complete SVN date string. More... | |
char const | prgSVNrev [] |
The complete SVN revision string. More... | |
A program to handle some day specific settings and values.
At the present (simple start) stage this program just displays the current day's start / hibernation value file content.
More feature controlled by start parameters will be added in future.
Revision history
cross-compile by:
or by:
program by:
int readRetFil | ( | void | ) |
Read (day start) retain file.
int writeRetFil | ( | void | ) |
Write (day start) retain file.
int main | ( | int | argc, |
char ** | argv | ||
) |
The program.
run by: hometersControl [options options so far (14.11.17): any parameter = use stdout and stderr
char const prgNamPure[] |
The pure program name.
To be provided in the application's / program's source.
char const prgSVNrev[] |
The complete SVN revision string.
To be provided in the application's / program's source.
char const prgSVNdat[] |
The complete SVN date string.
To be provided in the application's / program's source.