ExperimentDefines.hpp
Go to the documentation of this file.
00001 /*
00002  * ExperimentDefines.hpp
00003  *
00004  *  Created on: Oct 26, 2011
00005  *      Author: mriedel
00006  */
00007 
00008 #ifndef EXPERIMENTDEFINES_HPP_
00009 #define EXPERIMENTDEFINES_HPP_
00010 
00011 #include <telekyb_defines/enum.hpp>
00012 
00013 namespace telekyb
00014 {
00015 
00016 TELEKYB_ENUM(State,
00017                 (Init)
00018                 (Config)
00019                 (Ready)
00020                 (TakeOff)
00021                 (User)
00022                 //(Land)
00023                 (Flyto) // execute flyto command
00024                 (Error)
00025 )
00026 
00027 //TELEKYB_ENUM_VALUES(SendCmds, std::string,
00028 //              (startExp)("#startExp#")
00029 //              (readyT)("#readyT#")
00030 //              (liftoff)("#liftoff#")
00031 //              (touchdown)("#touchdown#")
00032 //              (error)("#error#")
00033 //              (recovered)("#recovered#")
00034 //)
00035 //
00036 //TELEKYB_ENUM(RecvCmds,
00037 //              (readyV)
00038 //              (target)
00039 //              (flyto)
00040 //)
00041 
00042 
00043 }
00044 
00045 #endif /* EXPERIMENTDEFINES_HPP_ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


tk_vrqc2011
Author(s): Martin Riedel
autogenerated on Wed Apr 24 2013 11:26:17