![]() |
PhoenixClockMock
2.0.0
Tool to manipulate mock of clock (split, merge and get info)
|
Go to the source code of this file.
Functions | |
OptionParser | createOptionParser () |
Create the OptionParser of this program. More... | |
bool | infoMock (const std::vector< PString > &vecInputFile) |
Merge mock files. More... | |
int | main (int argc, char **argv) |
OptionParser createOptionParser | ( | ) |
Create the OptionParser of this program.
Definition at line 14 of file main_info.cpp.
References OptionParser::addOption(), OptionType::FILENAME, OptionParser::setExampleLongOption(), and OptionParser::setExampleShortOption().
Referenced by main().
bool infoMock | ( | const std::vector< PString > & | vecInputFile | ) |
Merge mock files.
vecInputFile | : vector of input files to print the info |
Definition at line 27 of file main_info.cpp.
References data_load().
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 41 of file main_info.cpp.
References createOptionParser(), OptionParser::getDefaultMode(), OptionMode::getValue(), infoMock(), and OptionParser::parseArgument().