|
sensorfw
|
#include <parser.h>
Public Member Functions | |
| Parser (QStringList arguments) | |
| ~Parser () | |
| bool | printHelp () const |
| bool | changeLogLevel () const |
| SensordLogLevel | getLogLevel () const |
| bool | configFileInput () const |
| const QString & | configFilePath () const |
| bool | configDirInput () const |
| const QString & | configDirPath () const |
| bool | contextInfo () const |
| bool | magnetometerCalibration () const |
| bool | createDaemon () const |
| int | logTarget () const |
| const QString & | logFilePath () const |
| Parser::Parser | ( | QStringList | arguments | ) |
| Parser::~Parser | ( | ) |
| bool Parser::changeLogLevel | ( | ) | const |
| bool Parser::configDirInput | ( | ) | const |
| const QString& Parser::configDirPath | ( | ) | const |
| bool Parser::configFileInput | ( | ) | const |
| const QString& Parser::configFilePath | ( | ) | const |
| bool Parser::contextInfo | ( | ) | const |
| bool Parser::createDaemon | ( | ) | const |
| SensordLogLevel Parser::getLogLevel | ( | ) | const |
| const QString& Parser::logFilePath | ( | ) | const |
| int Parser::logTarget | ( | ) | const |
| bool Parser::magnetometerCalibration | ( | ) | const |
| bool Parser::printHelp | ( | ) | const |