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 <future>
4#include <condition_variable>
5#include <string>
6#include <unistd.h>
7
13
18
23
28
34_HWL_FUNC std::string getHello(int how);
35
42
47
52_HWL_FUNC std::future<void> killOtherThreads2();
#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.
bool isWine()
Determines if the application is running using Wine.
void killOtherThreads()
std::future< void > killOtherThreads2()
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.
std::string getCpuArchitecture()
Gets the Cpu architecture.