MBSim Powertrain Module C++ API
4.0.0
Main Page
Related Pages
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
mbsimPowertrain
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
MBSim::Group
MBSimPowertrain::PlanetaryGear
Definition:
planetary_gear.h:8
Impressum
/
Disclaimer
/
Datenschutz
Generated by
doxygen
1.8.5