Index: firmware/App/Services/FpgaTD.h =================================================================== diff -u -r87d705fcf977af12b7b034735fa5867f2daea2b9 -rf3a26c402a2ec88f5ee7dbb8eb7127ab5b4692aa --- firmware/App/Services/FpgaTD.h (.../FpgaTD.h) (revision 87d705fcf977af12b7b034735fa5867f2daea2b9) +++ firmware/App/Services/FpgaTD.h (.../FpgaTD.h) (revision f3a26c402a2ec88f5ee7dbb8eb7127ab5b4692aa) @@ -54,56 +54,56 @@ void setAlarmAudioState( U32 state, U32 volumeLevel, U32 volumeDivider ); -void setBPEnabled( BOOL enable ); -void setBPDirection( MOTOR_DIR_T dir ); -void homeBP( void ); -void resetBPHomeRequest( void ); -void setBPSetSpeed( U16 rpm ); -U16 getBPSpeed( void ); +void setH4Enabled( BOOL enable ); +void setH4Direction( MOTOR_DIR_T dir ); +void homeH4( void ); +void resetH4HomeRequest( void ); +void setH4SetSpeed( U16 rpm ); +U16 getH4Period( void ); U16 getBloodPumpHallSensorCount( void ); U08 getBloodPumpHallSensorStatus( void ); -U16 getPBAPressure( void ); -S16 getPBATemperature( void ); -U08 getPBAReadCounter( void ); -U08 getPBAErrorCounter( void ); +U16 getH2Pressure( void ); +S16 getH2Temperature( void ); +U08 getH2ReadCounter( void ); +U08 getH2ErrorCounter( void ); -U16 getPBOPressure( void ); -S16 getPBOTemperature( void ); -U08 getPBOReadCounter( void ); -U08 getPBOErrorCounter( void ); +U16 getH14Pressure( void ); +S16 getH14Temperature( void ); +U08 getH14ReadCounter( void ); +U08 getH14ErrorCounter( void ); F32 getFPGABackupAlarmAudioCurrent( void ); void getFPGAAirTrapLevels( BOOL *airAtLower, BOOL *airAtUpper ); -BOOL ADVBubbleDetected( void ); +BOOL H18BubbleDetected( void ); void setFPGAVenousBubbleSelfTest( void ); void clearFPGAVenousBubbleSelfTest( void ); -void setVBTValveState( OPN_CLS_STATE_T state ); +void setH13ValveState( OPN_CLS_STATE_T state ); -void setVBVControl( U08 controlBits ); -U08 getVBVControl( void ); -void setVBVPosition( U16 setPoint ); -S16 getVBVEncoderPosition( void ); -S16 getVBVCmdPosition( void ); -U16 getVBVStatus( void ); +void setH19Control( U08 controlBits ); +U08 getH19Control( void ); +void setH19Position( U16 setPoint ); +S16 getH19EncoderPosition( void ); +S16 getH19CmdPosition( void ); +U16 getH19Status( void ); -void setVBAControl( U08 controlBits ); -U08 getVBAControl( void ); -void setVBAPosition( U16 setPoint ); -S16 getVBAEncoderPosition( void ); -S16 getVBACmdPosition( void ); -U16 getVBAStatus( void ); +void setH1Control( U08 controlBits ); +U08 getH1Control( void ); +void setH1Position( U16 setPoint ); +S16 getH1EncoderPosition( void ); +S16 getH1CmdPosition( void ); +U16 getH1Status( void ); U16 getFPGABoardTemperature( void ); U32 getFPGAPBAADCTemperature( void ); U16 getFPGAInletFan1TogglePeriod( void ); BOOL getFPGAFrontDoorClosedStatus( void ); -/**@}*/ - -#endif +/**@}*/ + +#endif