![]() |
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... | |
int | main (int argc, char **argv) |
bool | mergeMock (const std::vector< PString > &vecInputFile, const PString &outputFile) |
Merge mock files. More... | |
OptionParser createOptionParser | ( | ) |
Create the OptionParser of this program.
Definition at line 14 of file main_merge.cpp.
References OptionParser::addOption(), OptionType::FILENAME, OptionParser::setExampleLongOption(), and OptionParser::setExampleShortOption().
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 48 of file main_merge.cpp.
References createOptionParser(), OptionParser::getDefaultMode(), OptionMode::getValue(), mergeMock(), and OptionParser::parseArgument().
Merge mock files.
vecInputFile | : vector of input files to be merged |
outputFile | : output file name to be saved |
Definition at line 31 of file main_merge.cpp.
References concatenateVecTime(), data_load(), and data_save().
Referenced by main().