Index: firmware/App/Services/FpgaRO.h =================================================================== diff -u -r0d2351b8e47e40fdcd706ed7b7ac1379b69a20ef -rd8cd7de2f84b26aafc153e2bb665a5058a040bf0 --- firmware/App/Services/FpgaRO.h (.../FpgaRO.h) (revision 0d2351b8e47e40fdcd706ed7b7ac1379b69a20ef) +++ firmware/App/Services/FpgaRO.h (.../FpgaRO.h) (revision d8cd7de2f84b26aafc153e2bb665a5058a040bf0) @@ -48,6 +48,31 @@ U16 getROPumpPWMPct( void ); U16 getROPumpTachCount( void ); +S16 getFPGAPRiRawPressure( void ); +S16 getFPGAPRiRawTemperature( void ); +U08 getFPGAPRiReadCount( void ); +U08 getFPGAPRiErrorCount( void ); + +S16 getFPGAPRoRawPressure( void ); +S16 getFPGAPRoRawTemperature( void ); +U08 getFPGAPRoReadCount( void ); +U08 getFPGAPRoErrorCount( void ); + +S16 getFPGAPC2oRawPressure( void ); +S16 getFPGAPC2oRawTemperature( void ); +U08 getFPGAPC2oReadCount( void ); +U08 getFPGAPC2oErrorCount( void ); + +S16 getFPGAPPoRawPressure( void ); +S16 getFPGAPPoRawTemperature( void ); +U08 getFPGAPPoReadCount( void ); +U08 getFPGAPPoErrorCount( void ); + +S16 getFPGAPMpRawPressure( void ); +S16 getFPGAPMpRawTemperature( void ); +U08 getFPGAPMpReadCount( void ); +U08 getFPGAPMpErrorCount( void ); + /**@}*/ #endif