All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
planetary_gear.h
1 #ifndef PLANETARY_GEAR_H_
2 #define PLANETARY_GEAR_H_
3 
4 #include "mbsim/group.h"
5 
6 namespace MBSimPowertrain {
7 
8  class PlanetaryGear : public MBSim::Group {
9  protected:
10  int model;
11 
12  public:
13  PlanetaryGear(const std::string &name, int model=1);
14  };
15 
16 }
17 
18 #endif
Definition: planetary_gear.h:8

Impressum / Disclaimer / Datenschutz Generated by doxygen 1.8.5 Valid HTML