![]() |
|
PhoenixClockMock
1.0.0
Tool to manipulate mock of clock
|
#include "data_file.h"#include "phoenix_clock.h"
Include dependency graph for phoenix_clock_mock.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | concatenateVecTime (VecTime &vecOutput, const VecTime vecInput) |
| Concatenate vector of message into an other one. | |
| void | splitVecTime (VecTime &vecOutput, const VecTime vecInput, size_t offsetPart, size_t sizePart) |
| Split a vector of messages into an other. | |
| void concatenateVecTime | ( | VecTime & | vecOutput, |
| const VecTime | vecInput ) |
Concatenate vector of message into an other one.
| [out] | vecOutput | : vector of output message |
| vecInput | : vector to be concatenated into vecOutput |
Definition at line 13 of file phoenix_clock_mock.cpp.
Referenced by mergeMock().
Here is the caller graph for this function:| void splitVecTime | ( | VecTime & | vecOutput, |
| const VecTime | vecInput, | ||
| size_t | offsetPart, | ||
| size_t | sizePart ) |
Split a vector of messages into an other.
| [out] | vecOutput | : output vector of messages |
| vecInput | : input vector of messages | |
| 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) |
Definition at line 26 of file phoenix_clock_mock.cpp.
Referenced by splitMock().
Here is the caller graph for this function: