![]() |
PhoenixClockMock
2.0.0
Tool to manipulate mock of clock (split, merge and get info)
|
Go to the source code of this file.
Functions | |
void | concatenateVecTime (VecTime &vecOutput, const VecTime vecInput) |
Concatenate vector of message into an other one. More... | |
void | splitVecTime (VecTime &vecOutput, const VecTime vecInput, size_t offsetPart, size_t sizePart) |
Split a vector of messages into an other. More... | |
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().
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().