Index: MessagePayloads.h =================================================================== diff -u -r119dba2822cbee746f83b02368125351445bb8c9 -rbabcf7e639e5aa9a06a6aae5d3bda45e7034de2e --- MessagePayloads.h (.../MessagePayloads.h) (revision 119dba2822cbee746f83b02368125351445bb8c9) +++ MessagePayloads.h (.../MessagePayloads.h) (revision babcf7e639e5aa9a06a6aae5d3bda45e7034de2e) @@ -60,15 +60,6 @@ U32 bicarbonate; ///< Set bicarbonate being used to make dialysate. } PRE_GEN_DIALYSATE_REQ_PAYLOAD_T; -/// Enumeration of operation modes. These are in order of priority (highest to lowest). -enum RO_Cmd_Ids -{ - RO_PRE_GEN = 0, ///< Pre Generate permeate water mode - RO_GEN_WATER, ///< Generate permeate water mode - NUM_OF_RO_CMD ///< Number of RO command IDs -}; -typedef enum RO_Cmd_Ids RO_CMD_ID; ///< Type for RO command IDS - /// Payload record structure for requesting RO water. typedef struct { @@ -109,6 +100,15 @@ #pragma pack(pop) +/// Enumeration of operation modes. These are in order of priority (highest to lowest). +enum RO_Cmd_Ids +{ + RO_PRE_GEN = 0, ///< Pre Generate permeate water mode + RO_GEN_WATER, ///< Generate permeate water mode + NUM_OF_RO_CMD ///< Number of RO command IDs +}; +typedef enum RO_Cmd_Ids RO_CMD_ID; ///< Type for RO command IDS + /**@}*/ #endif