![]() |
rasProject_01 / weSweetHome
R. 102 2025-10-31
process control / RasPi software by weinert-automation
|
A program to handle some day specific settings and values. More...
#include "arch/config.h"#include "sweetHome.h"#include "weUtil.h"#include <errno.h>#include <getopt.h>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:
and so on ....
or by:
program by:
or due to some bugs in make use winscp and IP directly 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.