Changeset 56 in flair-dev for trunk/include
- Timestamp:
- Jul 4, 2017, 10:14:05 AM (7 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/FlairCore/OneAxisRotation.h
r50 r56 37 37 */ 38 38 class OneAxisRotation : public gui::GroupBox { 39 public: 39 public: 40 /*! 41 \enum RotationType_t 42 \brief rotation type 43 */ 44 enum RotationType_t { 45 PreRotation,//rotation 46 PostRotation//frame change 47 }; 40 48 /*! 41 49 * \brief Constructor … … 46 54 * \param name name 47 55 */ 48 OneAxisRotation(const gui::LayoutPosition *position, std::string name l);56 OneAxisRotation(const gui::LayoutPosition *position, std::string name,RotationType_t rotationType); 49 57 50 58 /*! -
trunk/include/FlairSensorActuator/SimuImu.h
r50 r56 94 94 float wy; 95 95 float wz; 96 float ax; 97 float ay; 98 float az; 99 float mx; 100 float my; 101 float mz; 96 102 } imu_states_t; 97 103
Note:
See TracChangeset
for help on using the changeset viewer.