Subversion Repositories HomeAutomation

Rev

Rev 1008 | Rev 1024 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1008 Rev 1011
Line 32... Line 32...
32
#include <cmath>
32
#include <cmath>
33
#include <sys/types.h>
33
#include <sys/types.h>
34
#include <dirent.h>
34
#include <dirent.h>
35
 
35
 
36
string niceTime();
36
string niceTime();
-
 
37
 
-
 
38
unsigned int hex2uint(string hex);
37
 
39
 
38
string hex2bin(string hex);
40
string hex2bin(string hex);
39
string bin2hex(string bin);
41
string bin2hex(string bin);
40
 
42
 
41
float bin2float(string bin);
43
float bin2float(string bin);