EntityQueryProcessorBase.cpp
Go to the documentation of this file.
2
4
6{
7 void
9 {
10 ARMARX_CHECK_NONNEGATIVE(timestamp.toMicroSecondsSinceEpoch())
11 << "Reference timestamp must be non-negative.";
12 }
13} // namespace armarx::armem::server::query_proc::base
std::string timestamp()
#define ARMARX_CHECK_NONNEGATIVE(number)
Check whether number is nonnegative (>= 0).
armarx::core::time::DateTime Time