00001 #ifndef _REC_ROBOTINO_SERVER_V1_MESSAGES_IOSTATUS_H_ 00002 #define _REC_ROBOTINO_SERVER_V1_MESSAGES_IOSTATUS_H_ 00003 00004 #include "rec/iocontrol/remotestate/SensorState.h" 00005 00006 #include <QByteArray> 00007 #include <QString> 00008 00009 namespace rec 00010 { 00011 namespace robotino 00012 { 00013 namespace server 00014 { 00015 namespace v1 00016 { 00017 namespace messages 00018 { 00019 class IOStatus 00020 { 00021 public: 00022 static QByteArray encode( const rec::iocontrol::remotestate::SensorState& sensorState ); 00023 00024 private: 00025 }; 00026 } 00027 } 00028 } 00029 } 00030 } 00031 00032 #endif //_REC_ROBOTINO_SERVER_V1_MESSAGES_IOSTATUS_H_