JSBSim Flight Dynamics Model  1.0 (02 March 2017)
An Open Source Flight Dynamics and Control Software Library in C++
FGStateSpace::Component Class Referenceabstract
+ Inheritance diagram for FGStateSpace::Component:
+ Collaboration diagram for FGStateSpace::Component:

Public Member Functions

 Component (const std::string &name, const std::string &unit)
 
virtual double get () const =0
 
virtual double getDeriv () const
 
const std::string & getName () const
 
const std::string & getUnit () const
 
virtual void set (double val)=0
 
void setFdm (FGFDMExec *fdm)
 
void setStateSpace (FGStateSpace *stateSpace)
 

Protected Attributes

FGFDMExecm_fdm
 
std::string m_name
 
FGStateSpacem_stateSpace
 
std::string m_unit
 

Detailed Description

Definition at line 43 of file FGStateSpace.h.


The documentation for this class was generated from the following file: