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
15
20
25
31_HWL_FUNC std::string getHello(int how);
32
37
42
#define _HWL_FUNC
Definition global.h:34
std::string getCppStandardVersion()
Gets the C++ standard used when compiling.
bool isQemu()
Checks if QEMU is used to start the application.
std::string getCompilerVersion()
Gets the GNU compiler version.
bool isWine()
Determines if the application is running using Wine.
void killOtherThreads()
std::string utcTimeString()
Gets the date-time XML formated.
std::string getHello(int how)
Exported function from a dynamic library.
std::string getCpuArchitecture()
Gets the Cpu architecture.