![]() |
CARTA Backend
The backend component of CARTA
|
#include "App.h"
#include <unistd.h>
#include <climits>
#include <fstream>
#include <sstream>
#include "FileSystem.h"
#include "Logger/Logger.h"
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) |
#define MAX_PLATFORM_INFO_LENGTH 1024 |
#define MAX_PLATFORM_LINE_LENGTH 256 |
bool FindExecutablePath | ( | std::string & | path | ) |
std::string GetReleaseInformation | ( | ) |
std::string OutputOfCommand | ( | const char * | command | ) |