|
@brief Get the last snapshot before the timestamp or a sequence of n last elements before the timestamp depending on #maxEntries Depending on #maxEntries, the behavior is as follows: - #maxEntries == 1 => last element before timestamp - #maxEntries > 1 => n last elements before timestamp - #maxEntries < 0 => all elements before timestamp
|