Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -r8b8fff67b95805272f37855346d600599aaec03d -rcd3af1ebb7396ba3b2bec1d779510d29c30014f4 --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 8b8fff67b95805272f37855346d600599aaec03d) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision cd3af1ebb7396ba3b2bec1d779510d29c30014f4) @@ -44,13 +44,13 @@ void initOperationModes( void ); // initialize this module void execOperationModes( void ); // execute the operation modes state machine (scheduled periodic call) -void requestNewOperationMode( DG_OP_MODE_T newMode ); // request a transition to a new operation mode -DG_OP_MODE_T getCurrentOperationMode( void ); // get the current operation mode -DG_OP_MODE_T getPreviousOperationMode( void ); // get the previous operation mode +void requestNewOperationMode( DD_OP_MODE_T newMode ); // request a transition to a new operation mode +DD_OP_MODE_T getCurrentOperationMode( void ); // get the current operation mode +DD_OP_MODE_T getPreviousOperationMode( void ); // get the previous operation mode U32 getCurrentOperationSubMode( void ); // get current operation sub mode void setCurrentSubState( U32 subState ); // Set the current substate. -BOOL testSetOperationMode( DG_OP_MODE_T newMode ); // Force transition to a given mode (if allowed) +BOOL testSetOperationMode( DD_OP_MODE_T newMode ); // Force transition to a given mode (if allowed) BOOL testSetDGOpModePublishIntervalOverride( U32 value ); BOOL testResetDGOpModePublishIntervalOverride( void );