Index: firmware/App/Services/FpgaDD.c =================================================================== diff -u -r66b5d24b111859a597259a2118f59a90da76e7f1 -r3ededfebdde73ae377aa81e6bae2a4e2148bc689 --- firmware/App/Services/FpgaDD.c (.../FpgaDD.c) (revision 66b5d24b111859a597259a2118f59a90da76e7f1) +++ firmware/App/Services/FpgaDD.c (.../FpgaDD.c) (revision 3ededfebdde73ae377aa81e6bae2a4e2148bc689) @@ -504,7 +504,7 @@ /*********************************************************************//** * @brief - * The setFPGAUFValveStates function sets the DD spare valve states with a + * The setFPGASpareValveStates function sets the DD spare valve states with a * 8-bit set of states - one bit per valve, with a 1 meaning "energized" and a 0 * meaning "de-energized". The bit positions for these bit states are as follows: * 0 - Not used.\n @@ -517,7 +517,7 @@ * @param valveStates bit mask for the spare valve states * @return none *************************************************************************/ -void setFPGAUFValveStates( U08 valveStates ) +void setFPGASpareValveStates( U08 valveStates ) { fpgaActuatorSetPoints.fpgaDDSpareValveControl = valveStates; } Index: firmware/App/Services/FpgaDD.h =================================================================== diff -u -r66b5d24b111859a597259a2118f59a90da76e7f1 -r3ededfebdde73ae377aa81e6bae2a4e2148bc689 --- firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision 66b5d24b111859a597259a2118f59a90da76e7f1) +++ firmware/App/Services/FpgaDD.h (.../FpgaDD.h) (revision 3ededfebdde73ae377aa81e6bae2a4e2148bc689) @@ -45,7 +45,7 @@ //Valve void setFPGADDValveStates( U16 valveStates ); void setFPGABCValveStates( U08 valveStates ); -void setFPGAUFValveStates( U08 valveStates ); +void setFPGASpareValveStates( U08 valveStates ); U16 getFPGADDValveStates( void ); U08 getFPGAValveBCStates( void ); @@ -247,44 +247,14 @@ S16 getFPGAM1RawPressure( void ); S16 getFPGAM1RawTemperature( void ); -U08 getFPGAM1ReadCount( void ); - S16 getFPGAM3RawPressure( void ); S16 getFPGAM3RawTemperature( void ); -U08 getFPGAM3ReadCount( void ); - S16 getFPGAP8RawPressure( void ); S16 getFPGAP8RawTemperature( void ); -U08 getFPGAP8ReadCount( void ); - S16 getFPGAP13RawPressure( void ); S16 getFPGAP13RawTemperature( void ); -U08 getFPGAP13ReadCount( void ); - S16 getFPGAP17RawPressure( void ); S16 getFPGAP17RawTemperature( void ); -U08 getFPGAP17ReadCount( void ); - -S16 getFPGAX1RawPressure( void ); -S16 getFPGAX1RawTemperature( void ); -U08 getFPGAX1ReadCount( void ); - -S16 getFPGAX2RawPressure( void ); -S16 getFPGAX2RawTemperature( void ); -U08 getFPGAX2ReadCount( void ); - -S16 getFPGAX3RawPressure( void ); -S16 getFPGAX3RawTemperature( void ); -U08 getFPGAX3ReadCount( void ); - -S16 getFPGAX4RawPressure( void ); -S16 getFPGAX4RawTemperature( void ); -U08 getFPGAX4ReadCount( void ); - -S16 getFPGAX5RawPressure( void ); -S16 getFPGAX5RawTemperature( void ); -U08 getFPGAX5ReadCount( void ); - U32 getFPGAP23Temperature( void ); U32 getFPGAP22Temperature( void );