Update of /cvsroot/csp/APPLICATIONS/CSPSim/Include/Systems
In directory sc8-pr-cvs1:/tmp/cvs-serv26115/Include/Systems
Modified Files:
AircraftFlightSensors.h AircraftSimpleFCS.h
Log Message:
Index: AircraftFlightSensors.h
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Include/Systems/AircraftFlightSensors.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** AircraftFlightSensors.h 20 Oct 2003 00:23:22 -0000 1.2
--- AircraftFlightSensors.h 20 Oct 2003 01:27:10 -0000 1.3
***************
*** 39,42 ****
--- 39,43 ----
virtual void importChannels(Bus *bus);
virtual void registerChannels(Bus *bus);
+ virtual void getInfo(InfoList &info) const;
DataChannel<simdata::Vector3>::CRef b_Position;
***************
*** 46,49 ****
--- 47,52 ----
DataChannel<double>::Ref b_Pressure;
DataChannel<double>::Ref b_Density;
+ DataChannel<double>::Ref b_Mach;
+ DataChannel<double>::Ref b_CAS;
private:
Index: AircraftSimpleFCS.h
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/Include/Systems/AircraftSimpleFCS.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** AircraftSimpleFCS.h 20 Oct 2003 00:23:22 -0000 1.2
--- AircraftSimpleFCS.h 20 Oct 2003 01:27:10 -0000 1.3
***************
*** 96,100 ****
virtual void postCreate();
virtual double onUpdate(double dt);
! virtual void getInfo(InfoList &info);
private:
--- 96,100 ----
virtual void postCreate();
virtual double onUpdate(double dt);
! virtual void getInfo(InfoList &info) const;
private:
|