#include <Application.h>
◆ Application()
openjaus::system::Application::Application |
( |
| ) |
|
|
private |
◆ ~Application()
openjaus::system::Application::~Application |
( |
| ) |
|
|
privatevirtual |
◆ checkFirewall()
void openjaus::system::Application::checkFirewall |
( |
| ) |
|
|
static |
◆ getArg() [1/2]
std::string openjaus::system::Application::getArg |
( |
int |
number | ) |
|
|
static |
◆ getArg() [2/2]
std::string openjaus::system::Application::getArg |
( |
std::string |
argKey | ) |
|
|
static |
◆ getChar() [1/2]
unsigned char openjaus::system::Application::getChar |
( |
| ) |
|
|
static |
◆ getChar() [2/2]
unsigned char openjaus::system::Application::getChar |
( |
int |
timeout_msec | ) |
|
|
static |
◆ getName()
std::string openjaus::system::Application::getName |
( |
| ) |
|
|
static |
◆ instance()
Application & openjaus::system::Application::instance |
( |
| ) |
|
|
static |
◆ isBackground()
bool openjaus::system::Application::isBackground |
( |
| ) |
|
|
static |
◆ isLogSpaceOn()
bool openjaus::system::Application::isLogSpaceOn |
( |
std::string |
nameSpace | ) |
|
|
static |
◆ processId()
int openjaus::system::Application::processId |
( |
| ) |
|
|
static |
◆ setArg()
void openjaus::system::Application::setArg |
( |
std::string |
argKey, |
|
|
std::string |
argValue |
|
) |
| |
|
static |
◆ setSuppressExceptionFile()
void openjaus::system::Application::setSuppressExceptionFile |
( |
bool |
value | ) |
|
|
private |
◆ setTerminalMode()
bool openjaus::system::Application::setTerminalMode |
( |
| ) |
|
|
static |
◆ setting()
template<class Type >
static Type openjaus::system::Application::setting |
( |
const std::string & |
key, |
|
|
Type |
defaultValue |
|
) |
| |
|
inlinestatic |
◆ settings()
◆ suppressExceptionFile()
bool openjaus::system::Application::suppressExceptionFile |
( |
| ) |
|
◆ toString()
std::string openjaus::system::Application::toString |
( |
| ) |
const |
|
virtual |
◆ userSetting()
template<class Type >
static Type openjaus::system::Application::userSetting |
( |
const std::string & |
key, |
|
|
Type |
defaultValue |
|
) |
| |
|
inlinestatic |
◆ userSettings()
◆ operator<< [1/2]
◆ operator<< [2/2]
◆ argMap
std::map<std::string, std::string> openjaus::system::Application::argMap |
|
protected |
◆ ASCII_ESC
const char openjaus::system::Application::ASCII_ESC = 27 |
|
static |
◆ conf_suppressExceptionFile
bool openjaus::system::Application::conf_suppressExceptionFile |
|
protected |
◆ settingsMutex
◆ terminalModified
bool openjaus::system::Application::terminalModified |
|
protected |
◆ termio
struct termios openjaus::system::Application::termio |
|
protected |
The documentation for this class was generated from the following files: