![]() |
|
PhoenixClockMock
1.0.0
Tool to manipulate mock of clock
|
Include dependency graph for main_merge.cpp:Go to the source code of this file.
Functions | |
| OptionParser | createOptionParser () |
| Create the OptionParser of this program. | |
| int | main (int argc, char **argv) |
| bool | mergeMock (const std::vector< PString > &vecInputFile, const PString &outputFile) |
| Merge mock files. | |
| OptionParser createOptionParser | ( | ) |
Create the OptionParser of this program.
Definition at line 14 of file main_merge.cpp.
Referenced by main().
Here is the caller graph for this function:| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 48 of file main_merge.cpp.
References createOptionParser(), and mergeMock().
Here is the call graph for this function:| bool mergeMock | ( | const std::vector< PString > & | vecInputFile, |
| const PString & | outputFile ) |
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().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function: