Index: Utilities.h =================================================================== diff -u -re8828d66e4a76e0590c3f06b7f6235f33df64e80 -rba25a0ba6b7f7cf1abe752543746c05a16740964 --- Utilities.h (.../Utilities.h) (revision e8828d66e4a76e0590c3f06b7f6235f33df64e80) +++ Utilities.h (.../Utilities.h) (revision ba25a0ba6b7f7cf1abe752543746c05a16740964) @@ -33,17 +33,18 @@ /// Enumeration of time-windowed counts. typedef enum TimeWindowedCounts { - TIME_WINDOWED_COUNT_BAD_MSG_CRC = 0, ///< Bad message CRC. - TIME_WINDOWED_COUNT_CAN_WARNING, ///< CAN warning. - TIME_WINDOWED_COUNT_CAN_PASSIVE, ///< CAN passive mode. - TIME_WINDOWED_COUNT_CAN_OFF, ///< CAN off. - TIME_WINDOWED_COUNT_CAN_PARITY, ///< CAN parity error. - TIME_WINDOWED_COUNT_FPGA_UART_FRAME_ERROR, ///< FPGA UART frame error. - TIME_WINDOWED_COUNT_FPGA_UART_OVERRUN, ///< FPGA UART overrun error. + TIME_WINDOWED_COUNT_BAD_MSG_CRC = 0, ///< Bad message CRC + TIME_WINDOWED_COUNT_CAN_WARNING, ///< CAN warning + TIME_WINDOWED_COUNT_CAN_PASSIVE, ///< CAN passive mode + TIME_WINDOWED_COUNT_CAN_OFF, ///< CAN off + TIME_WINDOWED_COUNT_CAN_PARITY, ///< CAN parity error + TIME_WINDOWED_COUNT_FPGA_UART_FRAME_ERROR, ///< FPGA UART frame error + TIME_WINDOWED_COUNT_FPGA_UART_OVERRUN, ///< FPGA UART overrun error #ifdef _HD_ #endif #ifdef _DG_ - TIME_WINDOWED_COUNT_FPGA_CONDUCTIVITY_SENSOR_ERROR, ///< FPGA Conductivity sensor error + TIME_WINDOWED_COUNT_FPGA_CONDUCTIVITY_SENSOR_ERROR, ///< FPGA Conductivity sensor error + TIME_WINDOWED_COUNT_FPGA_TEMPERATURE_SENSOR_ERROR, ///< FPGA Temperature sensor error #endif NUM_OF_TIME_WINDOWED_COUNTS ///< Number of pressure sensors. } TIME_WINDOWED_COUNT_T;