Index: NVDataMgmt.h =================================================================== diff -u -r7c9f9588d709e4b394b05499224bfafe5abefdf9 -re053a222c52e84f31503ed106cf64c2ca920029e --- NVDataMgmt.h (.../NVDataMgmt.h) (revision 7c9f9588d709e4b394b05499224bfafe5abefdf9) +++ NVDataMgmt.h (.../NVDataMgmt.h) (revision e053a222c52e84f31503ed106cf64c2ca920029e) @@ -129,38 +129,19 @@ BOOL setHeatersInfoRecord( U08 *addressPtr, U32 infoLength ); #endif #ifdef _HD_ -HD_PUMPS_CAL_RECORD_T getHDPumpsCalibrationRecord( void ); -HD_VALVES_CAL_RECORD_T getHDValvesCalibrationRecord( void ); -HD_OCCLUSION_SENSORS_CAL_RECORD_T getHDOcclusionSensrosCalibrationRecord( void ); // TODO is this going away? Blood stays -HD_FLOW_SENSORS_CAL_RECORD_T getHDFlowSensorsCalibrationRecord( void ); // TODO is this going away? Yes -HD_PRESSURE_SENSORS_CAL_RECORD_T getHDPressureSensorsCalibrationRecord( void ); -HD_TEMP_SENSORS_CAL_RECORD_T getHDTemperatureSensorsCalibrationRecord( void ); BOOL setTreatmentTime ( U32 hours ); U32 getTreatmentTime ( void ); #endif BOOL writeLogData( LOG_DATA_T* data ); BOOL readLogData( READ_DATA_T* buffer, U32 length ); -// From Dialin -BOOL getCalibrationRecord( void ); -BOOL setCalibrationRecord( U32 currentMessage, U32 totalMessages, U32 length, U08 *addressPtr ); - -// From Dialin -BOOL getSystemRecord( void ); -BOOL setSystemRecord( U32 currentMessage, U32 totalMessages, U32 length, U08 *addressPtr ); - -// From Dialin -BOOL getServiceRecord( void ); -BOOL setServiceRecord( U32 currentMessage, U32 totalMessages, U32 length, U08 *addressPtr ); - #ifdef _DG_ // From Dialin BOOL getScheduledRunsRecord( void ); BOOL setScheduledRunsRecord( U32 currentMessage, U32 totalMessages, U32 length, U08 *addressPtr ); #endif -// TODO the below functions are written in a way that they can generally send and receive data to Dialin BOOL sendRecordToDialin( RECORD_JOBS_STATE_T job ); BOOL receiveRecordFromDialin( RECORD_JOBS_STATE_T job, U32 currentMessage, U32 totalMessages, U32 length, U08 *addressPtr );