]> rtime.felk.cvut.cz Git - arc.git/commitdiff
Fixed spelling errors to match with tool output.
authorjohn <devnull@localhost>
Wed, 12 Sep 2012 11:44:44 +0000 (13:44 +0200)
committerjohn <devnull@localhost>
Wed, 12 Sep 2012 11:44:44 +0000 (13:44 +0200)
diagnostic/Dcm/Dcm_Dsp.c
include/Dcm_Lcfg.h

index d790ce2c805f4a8d72267656055b0f644d88b1bb..7130251dd92256b45d5fcd25ff9e5d33d2ea0e05 100644 (file)
@@ -2809,7 +2809,7 @@ static Dcm_NegativeResponseCodeType DspIOControlResetToDefault(const Dcm_DspDidT
                        {\r
                                if(DidPtr->DspDidReturnControlToEcuFnc != NULL)\r
                                {\r
-                                       DidPtr->DspDidResetToDeaultFnc(NULL,&pduRxData->SduDataPtr[4],&pduTxData->SduDataPtr[4],&responseCode);\r
+                                       DidPtr->DspDidResetToDefaultFnc(NULL,&pduRxData->SduDataPtr[4],&pduTxData->SduDataPtr[4],&responseCode);\r
                                }\r
                                else\r
                                {\r
@@ -2828,12 +2828,12 @@ static Dcm_NegativeResponseCodeType DspIOControlResetToDefault(const Dcm_DspDidT
        }\r
        else\r
        {\r
-               if(DidPtr->DspDidResetToDeaultFnc != NULL)\r
+               if(DidPtr->DspDidResetToDefaultFnc != NULL)\r
                {\r
 \r
                        if(DidPtr->DspDidControlRecordSize != NULL)\r
                        {\r
-                               DidPtr->DspDidResetToDeaultFnc(NULL,NULL,&pduTxData->SduDataPtr[4],&responseCode);\r
+                               DidPtr->DspDidResetToDefaultFnc(NULL,NULL,&pduTxData->SduDataPtr[4],&responseCode);\r
                                pduTxData->SduLength = DidPtr->DspDidInfoRef->DspDidAccess.DspDidControl->DspDidResetToDefault->DspDidControlStatusRecordSize + 4;\r
                        }\r
                        else\r
@@ -2922,7 +2922,7 @@ static Dcm_NegativeResponseCodeType DspIOControlShortTeamAdjustment(const Dcm_Ds
        {\r
                if(DidPtr->DspDidInfoRef->DspDidAccess.DspDidControl != NULL)\r
                {\r
-                       if(((((DidPtr->DspDidInfoRef->DspDidAccess.DspDidControl->DspDidShortTermAdjustment->DspDidControlRecordSize + 7)) >> 3) + (didControlOptionRecordSize)) == (pduRxData->SduLength - 4))\r
+                       if(((((DidPtr->DspDidInfoRef->DspDidAccess.DspDidControl->DspDidShortTermAdjustment->DspDidControlEnableMaskRecordSize + 7)) >> 3) + (didControlOptionRecordSize)) == (pduRxData->SduLength - 4))\r
                        {\r
                                if(DidPtr->DspDidShortTermAdjustmentFnc != NULL)\r
                                {\r
index 205791397d4c96f4200f761df6d41b15eaeda15a..58a6d6d6e76d7949c64f5cd550e9a0890dd34d62 100644 (file)
@@ -122,7 +122,7 @@ typedef struct {
 \r
 // 10.2.23\r
 typedef struct {\r
-       uint8 DspDidControlRecordSize;                  // (1)\r
+       uint8 DspDidControlEnableMaskRecordSize;                        // (1)\r
        uint8 DspDidControlOptionRecordSize;    // (1)\r
        uint8 DspDidControlStatusRecordSize;    // (1)\r
 } Dcm_DspDidControlRecordSizesType;\r
@@ -180,7 +180,7 @@ typedef struct Dcm_DspDidType {
        Dcm_CallbackWriteDataFncType                            DspDidWriteDataFnc;                             // (0..1)       /** @req DCM670 */\r
        Dcm_CallbackGetScalingInformationFncType        DspDidGetScalingInfoFnc;                // (0..1)       /** @req DCM676 */\r
        Dcm_CallbackFreezeCurrentStateFncType           DspDidFreezeCurrentStateFnc;    // (0..1)       /** @req DCM674 */\r
-       Dcm_CallbackResetToDefaultFncType                       DspDidResetToDeaultFnc;                 // (0..1)       /** @req DCM673 */\r
+       Dcm_CallbackResetToDefaultFncType                       DspDidResetToDefaultFnc;                        // (0..1)       /** @req DCM673 */\r
        Dcm_CallbackReturnControlToECUFncType           DspDidReturnControlToEcuFnc;    // (0..1)       /** @req DCM672 */\r
        Dcm_CallbackShortTermAdjustmentFncType          DspDidShortTermAdjustmentFnc;   // (0..1)       /** @req DCM675 */\r
        // Containers\r