MCPcopy Create free account
hub / github.com/JSBSim-Team/jsbsim / ComponentVector

Method ComponentVector

src/math/FGStateSpace.h:106–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 {
105 public:
106 ComponentVector(FGFDMExec * fdm, FGStateSpace * stateSpace) :
107 m_stateSpace(stateSpace), m_fdm(fdm), m_components() {}
108 ComponentVector & operator=(ComponentVector & componentVector)
109 {
110 m_stateSpace = componentVector.m_stateSpace;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected