![]() |
|
PhoenixClockMock
1.0.0
Tool to manipulate mock of clock
|
Include dependency graph for main_split.cpp:Go to the source code of this file.
Functions | |
| OptionParser | createOptionParser () |
| Create the OptionParser of this program. | |
| int | main (int argc, char **argv) |
| PPath | phoenix_mockMakeOutputFile (const PPath &baseFileName, size_t indexFile, const PPath &extentionFile) |
| Make the output file name. | |
| bool | splitMock (const std::vector< PPath > &vecInputFile, const PPath &outputFile, size_t offsetPart, size_t sizePart, size_t nbPart) |
| Merge mock files. | |
| OptionParser createOptionParser | ( | ) |
Create the OptionParser of this program.
Definition at line 15 of file main_split.cpp.
Referenced by main().
Here is the caller graph for this function:| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 118 of file main_split.cpp.
References createOptionParser(), and splitMock().
Here is the call graph for this function:| PPath phoenix_mockMakeOutputFile | ( | const PPath & | baseFileName, |
| size_t | indexFile, | ||
| const PPath & | extentionFile ) |
Make the output file name.
| baseFileName | : base name of the file |
| indexFile | : index of hte file |
| extentionFile | : extention of the file |
Definition at line 38 of file main_split.cpp.
Referenced by splitMock().
Here is the caller graph for this function:| bool splitMock | ( | const std::vector< PPath > & | vecInputFile, |
| const PPath & | outputFile, | ||
| size_t | offsetPart, | ||
| size_t | sizePart, | ||
| size_t | nbPart ) |
Merge mock files.
| vecInputFile | : vector of input files to be merged |
| outputFile | : output file name to be saved |
| offsetPart | : offset of the first message to be extracted in a split mock |
| sizePart | : size of each split part (number of messages in each part to be split) |
| nbPart | : number of output mock to be created (0 means automatic by respect to –offset and –sizepart) |
Definition at line 54 of file main_split.cpp.
References phoenix_mockMakeOutputFile(), and splitVecTime().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function: