RobotUnitData.h
Go to the documentation of this file.
1#pragma once
2
3#include <memory>
4
5#include <boost/thread/concurrent_queues/sync_queue.hpp>
6
9
11{
12
20
21 using Queue = boost::sync_queue<RobotUnitData>;
22} // namespace armarx::armem::server::robot_state::proprioception
boost::sync_queue< RobotUnitData > Queue
armarx::core::time::DateTime Time
std::shared_ptr< Dict > DictPtr
Definition Dict.h:42