Scanframe DevOps Trial App 0.1.0
Loading...
Searching...
No Matches
hello.h File Reference
#include "global.h"
#include <string>
Include dependency graph for hello.h:

Go to the source code of this file.

Functions

std::string utcTimeString ()
 Gets the date-time XML formated.
 
bool isQemu ()
 Checks if QEMU is used to start the application.
 
bool isWine ()
 Determines if the application is running using Wine.
 
std::string getCpuArchitecture ()
 Gets the Cpu architecture.
 
std::string getHello (int how)
 Exported function from a dynamic library.
 
std::string getCompilerVersion ()
 Gets the GNU compiler version.
 
std::string getCppStandardVersion ()
 Gets the C++ standard used when compiling.
 
void killOtherThreads ()
 

Function Documentation

◆ getCompilerVersion()

std::string getCompilerVersion ( )

Gets the GNU compiler version.

◆ getCppStandardVersion()

std::string getCppStandardVersion ( )

Gets the C++ standard used when compiling.

◆ getCpuArchitecture()

std::string getCpuArchitecture ( )

Gets the Cpu architecture.

◆ getHello()

std::string getHello ( int  how)

Exported function from a dynamic library.

Parameters
howDetermines what string is returned.
Returns
Resulting string.

◆ isQemu()

bool isQemu ( )

Checks if QEMU is used to start the application.

◆ isWine()

bool isWine ( )

Determines if the application is running using Wine.

◆ killOtherThreads()

void killOtherThreads ( )

Kills/cancels all other thread besides this one. Fixes a problem in the Qt library for Wine.

◆ utcTimeString()

std::string utcTimeString ( )

Gets the date-time XML formated.

Returns
Formatted string.