Home Previous Up Next Index

armarx::armem::query::data::entity

Overview

module entity

Class Index

All
BeforeOrAtTime
@brief Get the last snapshot before or at the timestamp.
BeforeTime
@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
IndexRange
@brief Get snapshots based on an index range (default for all).
Single
TimeApprox
@brief Get snapshot(s) around timestamp.
TimeRange

Home Previous Up Next Index