QP  0.7-SNAPSHOT
Control software for the ??SRT telescope
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
util.h
1 #ifndef UTIL_H_LOADED
2 #define UTIL_H_LOADED 1
3 
4 #include <stdarg.h>
5 
6 #include "types.h"
7 
11 namespace Util
12 {
13  PGM_P version_string(void);
14 }
15 
16 #endif /* UTIL_H_LOADED */
The Util namespace gathers a few loosely-related functions together.
Definition: util.h:11
PGM_P version_string(void)
Returns the version of the control program.
Definition: util.cpp:11