Definition at line 77 of file BasicFrameworkHelp_T.cpp.
Public Member Functions | |
BasicFrameworkHelp_T (const std::string &applName) noexcept | |
bool | initialize (int argc, char *argv[], bool pretty=true) noexcept |
virtual | ~BasicFrameworkHelp_T () |
![]() | |
BasicFramework (const std::string &applName, const std::string &applDesc) noexcept | |
bool | run () noexcept |
virtual | ~BasicFramework () |
Destructor. More... | |
Public Attributes | |
std::string | execName |
gnsstk::CommandOptionNoArg * | reqOpt |
gnsstk::CommandOptionHelpSimple | sOpt |
CommandOptionHelpTest | xOpt |
CommandOptionHelpTestArg | yOpt |
![]() | |
int | exitCode |
Additional Inherited Members | |
![]() | |
static const int | EXCEPTION_ERROR = 1 |
static const int | EXIST_ERROR = 2 |
static const int | GENERAL_ERROR = 1 |
static const int | OPTION_ERROR = 2 |
![]() | |
virtual void | additionalSetup () |
virtual void | completeProcessing () |
virtual void | process () |
virtual void | shutDown () |
virtual void | spinUp () |
![]() | |
std::string | appDesc |
Description of program's function. More... | |
std::string | argv0 |
Name of the program. More... | |
int | debugLevel |
Debug level for this run of the program. More... | |
CommandOptionNoArg | debugOption |
Enable/increase debugging output. More... | |
CommandOptionHelpUsage | helpOption |
Request command-line option usage. More... | |
int | verboseLevel |
Verbose level for this run of the program. More... | |
CommandOptionNoArg | verboseOption |
Enable/increase informational output. More... | |
|
noexcept |
Definition at line 93 of file BasicFrameworkHelp_T.cpp.
|
inlinevirtual |
Definition at line 82 of file BasicFrameworkHelp_T.cpp.
|
virtualnoexcept |
Process command line arguments. When this method is overridden, make sure to call the parent class's initialize().
[in] | argc | same as main() argc. |
[in] | argv | same as main() argv. |
[in] | pretty | Whether the 'pretty print' option will be used when printing descriptions. It is 'TRUE' by default. |
Reimplemented from gnsstk::BasicFramework.
Definition at line 119 of file BasicFrameworkHelp_T.cpp.
std::string BasicFrameworkHelp_T::execName |
Definition at line 88 of file BasicFrameworkHelp_T.cpp.
gnsstk::CommandOptionNoArg* BasicFrameworkHelp_T::reqOpt |
Definition at line 87 of file BasicFrameworkHelp_T.cpp.
gnsstk::CommandOptionHelpSimple BasicFrameworkHelp_T::sOpt |
Definition at line 86 of file BasicFrameworkHelp_T.cpp.
CommandOptionHelpTest BasicFrameworkHelp_T::xOpt |
Definition at line 84 of file BasicFrameworkHelp_T.cpp.
CommandOptionHelpTestArg BasicFrameworkHelp_T::yOpt |
Definition at line 85 of file BasicFrameworkHelp_T.cpp.