CARTA Backend
The backend component of CARTA
Loading...
Searching...
No Matches
App.cc File Reference
#include "App.h"
#include <unistd.h>
#include <climits>
#include <fstream>
#include <sstream>
#include "FileSystem.h"
#include "Logger/Logger.h"
Include dependency graph for App.cc:

Macros

#define MAX_PLATFORM_INFO_LENGTH   1024
 
#define MAX_PLATFORM_LINE_LENGTH   256
 

Functions

bool FindExecutablePath (std::string &path)
 
std::string GetReleaseInformation ()
 
std::string OutputOfCommand (const char *command)
 

Macro Definition Documentation

◆ MAX_PLATFORM_INFO_LENGTH

#define MAX_PLATFORM_INFO_LENGTH   1024

◆ MAX_PLATFORM_LINE_LENGTH

#define MAX_PLATFORM_LINE_LENGTH   256

Function Documentation

◆ FindExecutablePath()

bool FindExecutablePath ( std::string &  path)
Here is the caller graph for this function:

◆ GetReleaseInformation()

std::string GetReleaseInformation ( )
Here is the caller graph for this function:

◆ OutputOfCommand()

std::string OutputOfCommand ( const char *  command)
Here is the caller graph for this function: