#ifndef _OMG_ROIS_SYSTEM_INFORMATION_H_ #define _OMG_ROIS_SYSTEM_INFORMATION_H_ /***********************************/ /* RoIS_System_Information.h */ /***********************************/ #include using namespace RoIS_Common; namespace System_Information { class Query { public: ReturnCode_t robot_position( DateTime& timestamp, RoIS_IdentifierList& robot_ref, std::vector& position_data ); ReturnCode_t engine_status( Component_Status& status, std::vector& operatable_time ); }; }; #endif