Scanframe DevOps Trial App 0.1.0
Loading...
Searching...
No Matches
hello.h
Go to the documentation of this file.
1#pragma once
2#include "global.h"
3#include <string>
4
9_HWL_FUNC std::string utcTimeString();
10
16_HWL_FUNC std::string getHello(int how);
17
24
#define _HWL_FUNC
Definition global.h:34
std::string getCppStandardVersion()
Gets the C++ standard used when compiling.
std::string getGCCVersion()
Gets the GNU compiler version. Issue 1234
std::string utcTimeString()
Gets the date-time XML formated.
std::string getHello(int how)
Exported function from a dynamic library.