autoformat all sources
This commit is contained in:
@ -28,26 +28,26 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
#define MENU_LINE_SIZE 110 //Size of menu lines
|
||||
#define MENU_LINE_SIZE 110 // Size of menu lines
|
||||
|
||||
#ifndef LOG_PATH
|
||||
//#define LOG_PATH "./test.txt"
|
||||
// #define LOG_PATH "./test.txt"
|
||||
#endif
|
||||
|
||||
#ifndef DESCRIPTION
|
||||
#define DESCRIPTION "Software-Name - Copyright Company 2020" //use your values here
|
||||
#define DESCRIPTION "Software-Name - Copyright Company 2020" // use your values here
|
||||
#endif
|
||||
|
||||
#ifndef DEVICE_ID
|
||||
#define DEVICE_ID "Device-Name" //use your values here
|
||||
#define DEVICE_ID "Device-Name" // use your values here
|
||||
#endif
|
||||
|
||||
#ifndef SOFTWARE_VERSION
|
||||
#define SOFTWARE_VERSION "0.1.1.8" //use your values here
|
||||
#define SOFTWARE_VERSION "0.1.1.8" // use your values here
|
||||
#endif
|
||||
|
||||
#ifndef HARDWARE_VERSION
|
||||
#define HARDWARE_VERSION "7.77.9" //use your values here
|
||||
#define HARDWARE_VERSION "7.77.9" // use your values here
|
||||
#endif
|
||||
|
||||
class Logger
|
||||
@ -68,13 +68,12 @@ private:
|
||||
~Logger();
|
||||
|
||||
public:
|
||||
|
||||
void info(string s);
|
||||
void warning(string s);
|
||||
void error(string s);
|
||||
void newLine();
|
||||
|
||||
static Logger* logThis();
|
||||
static Logger *logThis();
|
||||
};
|
||||
|
||||
#endif // LOGGER_H_
|
||||
#endif // LOGGER_H_
|
Reference in New Issue
Block a user