BehaviorType.hpp
Go to the documentation of this file.
00001 /*
00002  * BehaviorTypes.hpp
00003  *
00004  *  Created on: Nov 17, 2011
00005  *      Author: mriedel
00006  */
00007 
00008 #ifndef BEHAVIORTYPE_HPP_
00009 #define BEHAVIORTYPE_HPP_
00010 
00011 #include <telekyb_defines/telekyb_defines.hpp>
00012 #include <telekyb_defines/telekyb_enums.hpp>
00013 
00014 
00015 namespace TELEKYB_NAMESPACE {
00016 
00017 // define enum
00018 TELEKYB_ENUM_VALUES(BehaviorType, const char*,
00019                 (Ground)("Represents a behavior of Type Ground.")
00020                 (TakeOff)("Represents a behavior that transitions form Ground to Air")
00021                 (Land)("Represents a behavior that transitions form Air to Ground")
00022                 (Air)("Represents a flying/air behavior")
00023                 (Undef)("Do not use this type. It's never an allowed Transition")
00024 )
00025 
00026 
00027 }
00028 
00029 
00030 #endif /* BEHAVIORTYPE_HPP_ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines


tk_behavior
Author(s): Dr. Antonio Franchi and Martin Riedel
autogenerated on Mon Nov 11 2013 11:13:36