#include <CommandOptionWithCommonTimeArg.hpp>
Inheritance diagram for CommandOptionWithCommonTimeArg:


Definition at line 62 of file CommandOptionWithCommonTimeArg.hpp.
Public Member Functions | |
| CommandOptionWithCommonTimeArg (const char shOpt, const std::string &loOpt, const std::string &timeFormat, const std::string &desc, const bool required=false) | |
| Constructor. | |
| virtual | ~CommandOptionWithCommonTimeArg () |
| Destructor. | |
| virtual std::string | getArgString () const |
| Returns a string with the argument format (just "TIME", not scanning format). | |
| virtual std::string | checkArguments () |
| Validate arguments passed using this option (and store them). | |
| std::vector< CommonTime > | getTime () const |
| Return the times scanned in from the command line. | |
Protected Member Functions | |
| CommandOptionWithCommonTimeArg () | |
| Default Constructor. | |
Protected Attributes | |
| std::vector< CommonTime > | times |
| Collection of times scanned in from the command line. | |
| std::string | timeSpec |
| Format used to scan times in. | |
|
||||||||||||||||||||||||
|
Constructor.
Definition at line 75 of file CommandOptionWithCommonTimeArg.hpp. |
|
|
Destructor.
Definition at line 85 of file CommandOptionWithCommonTimeArg.hpp. |
|
|
Default Constructor.
Definition at line 105 of file CommandOptionWithCommonTimeArg.hpp. |
|
|
Validate arguments passed using this option (and store them).
Reimplemented from CommandOption. Definition at line 52 of file CommandOptionWithCommonTimeArg.cpp. References gpstk::scanTime(), CommandOptionWithCommonTimeArg::times, and CommandOptionWithCommonTimeArg::timeSpec. |
|
|
Returns a string with the argument format (just "TIME", not scanning format).
Reimplemented from CommandOption. Definition at line 89 of file CommandOptionWithCommonTimeArg.hpp. |
|
|
Return the times scanned in from the command line.
Definition at line 96 of file CommandOptionWithCommonTimeArg.hpp. |
|
|
Collection of times scanned in from the command line.
Definition at line 100 of file CommandOptionWithCommonTimeArg.hpp. Referenced by CommandOptionWithCommonTimeArg::checkArguments(). |
|
|
Format used to scan times in.
Definition at line 102 of file CommandOptionWithCommonTimeArg.hpp. Referenced by CommandOptionWithCommonTimeArg::checkArguments(). |
1.3.9.1