dRonin  adbada4
dRonin GCS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
tlmapcontrol.h
Go to the documentation of this file.
1 #ifndef TLMAP_CONTROL_H_
2 #define TLMAP_CONTROL_H_
4 namespace mapcontrol
5 {
6  struct customData
7  {
8  float velocity;
9  int mode;
10  float mode_params[4];
11  int condition;
12  float condition_params[4];
13  int command;
16  };
17 
18 }
20 #endif
The Map Widget, this is the part exposed to the user.
Q_DECLARE_METATYPE(Core::Internal::MenuActionContainer *) using namespace Core