Changes between Version 11 and Version 12 of spec/WdgM


Ignore:
Timestamp:
Dec 6, 2022, 10:50:16 AM (17 months ago)
Author:
fujisft-kaji
Comment:

R21-11反映

Legend:

Unmodified
Added
Removed
Modified
  • spec/WdgM

    v11 v12  
    1919    * 複数のチェックポイントが事前に通過した順序で通過するか監視する
    2020* 時間管理は、[#WdgM_MainFunction WdgM_MainFunction]を周期的に呼び出すことにより実現する
    21   * [#WdgM_MainFunction WdgM_MainFunction]は、[wiki:spec_BSWSchedulerModule BSW Scheduler Module]によって周期的に呼び出される
     21  * [#WdgM_MainFunction WdgM_MainFunction]は、[wiki:SchM BSW Scheduler Module]によって周期的に呼び出される
    2222  * [#WdgM_MainFunction WdgM_MainFunction]の呼出し間隔は、[#WdgMSupervisionCycle WdgMSupervisionCycle]に、秒単位で設定する
    2323  * アライブ監視の一定時間は、[#WdgM_MainFunction WdgM_MainFunction]の呼出し回数によって設定する
     
    2525* デッドライン監視の時間は、秒単位で設定し、OSのカウンタ等を使って監視する
    2626  * R4.1系ではOSカウンタを使用することが明確化されている
    27 * 正しく動作している状態では、[#WdgM_MainFunction WdgM_MainFunction]から定期的に[wiki:spec_WatchdogInterface Watchdog Interface]へ、ウォッチドッグタイマがリセットされるタイムアウト値をリセットする
     27* 正しく動作している状態では、[#WdgM_MainFunction WdgM_MainFunction]から定期的に[wiki:WdgIf Watchdog Interface]へ、ウォッチドッグタイマがリセットされるタイムアウト値をリセットする
    2828  * タイムアウト値はミリ秒単位で、[#WdgMTriggerConditionValue WdgMTriggerConditionValue]に設定する
    2929  * 当然、[#WdgM_MainFunction WdgM_MainFunction]の呼出し間隔より短い時間をタイムアウト値に設定してしまうと、ウォッチドッグタイマがリセットされてしまう
     
    3131* API一覧
    3232
    33   ||= API =||= ID[[BR]][Dec] =||= ID[[BR]][Hex] =||= R4.0.3 =||= R4.2.2 =||
    34   || [#WdgM_Init WdgM_Init]                               ||  0|| 0x00||  ○  ||  ○  ||
    35   || [#WdgM_DeInit WdgM_DeInit]                           ||  1|| 0x01||  ○  ||  ○  ||
    36   || [#WdgM_GetVersionInfo WdgM_GetVersionInfo]           ||  2|| 0x02||  ○  ||  ○  ||
    37   || [#WdgM_SetMode WdgM_SetMode]                         ||  3|| 0x03||  ○  ||  ○  ||
    38   || [#WdgM_GetMode WdgM_GetMode]                         || 11|| 0x0B||  ○  ||  ○  ||
    39   || [#WdgM_CheckpointReached WdgM_CheckpointReached]     || 14|| 0x0E||  ○  ||  ○  ||
    40   || [#WdgM_UpdateAliveCounter WdgM_UpdateAliveCounter]   ||  4|| 0x04||  ○  ||  ○  ||
    41   || [#WdgM_GetLocalStatus WdgM_GetLocalStatus]           || 12|| 0x0C||  ○  ||  ○  ||
    42   || [#WdgM_GetGlobalStatus WdgM_GetGlobalStatus]         || 13|| 0x0D||  ○  ||  ○  ||
    43   || [#WdgM_PerformReset WdgM_PerformReset]               || 15|| 0x0F||  ○  ||  ○  ||
    44   || [#WdgM_GetFirstExpiredSEID WdgM_GetFirstExpiredSEID] || 16|| 0x10||  ○  ||  ○  ||
    45   || [#WdgM_MainFunction WdgM_MainFunction]               ||  8|| 0x08||  ○  ||  ○  ||
    46 
    47 * コンフィギュレーション一覧(R4.0.3 / R4.2.2)
    48   * [#WdgMConfigSet WdgMConfigSet] (○/○)
    49     * [#WdgMInitialMode WdgMInitialMode] (○/○)
    50     * [#WdgMDemEventParameterRefs WdgMDemEventParameterRefs] (○/○)
    51       * [#WDGM_E_IMPROPER_CALLER WDGM_E_IMPROPER_CALLER] (○/○)
    52       * [#WDGM_E_MONITORING WDGM_E_MONITORING] (○/○)
    53       * [#WDGM_E_SET_MODE WDGM_E_SET_MODE] (○/○)
    54       * [#WDGM_E_SUPERVISION WDGM_E_SUPERVISION] (-/○)
    55     * [#WdgMMode WdgMMode] (○/○)
    56       * [#WdgMExpiredSupervisionCycleTol WdgMExpiredSupervisionCycleTol] (○/○)
    57       * [#WdgMModeId WdgMModeId] (○/○)
    58       * [#WdgMSupervisionCycle WdgMSupervisionCycle] (○/○)
    59       * [#WdgMAliveSupervision WdgMAliveSupervision] (○/○)
    60         * [#WdgMExpectedAliveIndications WdgMExpectedAliveIndications] (○/○)
    61         * [#WdgMMaxMargin WdgMMaxMargin] (○/○)
    62         * [#WdgMMinMargin WdgMMinMargin] (○/○)
    63         * [#WdgMSupervisionReferenceCycle WdgMSupervisionReferenceCycle] (○/○)
    64         * [#WdgMAliveSupervisionCheckpointRef WdgMAliveSupervisionCheckpointRef] (○/○)
    65       * [#WdgMDeadlineSupervision WdgMDeadlineSupervision] (○/○)
    66         * [#WdgMDeadlineMax WdgMDeadlineMax] (○/○)
    67         * [#WdgMDeadlineMin WdgMDeadlineMin] (○/○)
    68         * [#WdgMDeadlineStartRef WdgMDeadlineStartRef] (○/○)
    69         * [#WdgMDeadlineStopRef WdgMDeadlineStopRef] (○/○)
    70       * [#WdgMExternalLogicalSupervision WdgMExternalLogicalSupervision] (○/○)
    71         * [#WdgMExternalCheckpointFinalRef WdgMExternalCheckpointFinalRef] (○/○)
    72         * [#WdgMExternalCheckpointInitialRef WdgMExternalCheckpointInitialRef] (○/○)
    73         * [#WdgMExternalTransition WdgMExternalTransition] (○/○)
    74           * [#WdgMExternalTransitionDestRef WdgMExternalTransitionDestRef] (○/○)
    75           * [#WdgMExternalTransitionSourceRef WdgMExternalTransitionSourceRef] (○/○)
    76       * [#WdgMLocalStatusParams WdgMLocalStatusParams] (○/○)
    77         * [#WdgMFailedAliveSupervisionRefCycleTol WdgMFailedAliveSupervisionRefCycleTol] (○/○)
    78         * [#WdgMLocalStatusSupervisedEntityRef WdgMLocalStatusSupervisedEntityRef] (○/○)
    79       * [#WdgMTrigger WdgMTrigger] (○/○)
    80         * [#WdgMTriggerConditionValue WdgMTriggerConditionValue] (○/○)
    81         * [#WdgMWatchdogMode WdgMWatchdogMode] (○/○)
    82         * [#WdgMTriggerWatchdogRef WdgMTriggerWatchdogRef] (○/○)
    83   * [#WdgMGeneral WdgMGeneral] (○/○)
    84     * [#WdgMDefensiveBehavior WdgMDefensiveBehavior] (○/○)
    85     * [#WdgMDemStoppedSupervisionReport WdgMDemStoppedSupervisionReport] (○/○)
    86     * [#WdgMDevErrorDetect WdgMDevErrorDetect] (○/○)
    87     * [#WdgMImmediateReset WdgMImmediateReset] (○/○)
    88     * [#WdgMOffModeEnabled WdgMOffModeEnabled] (○/○)
    89     * [#WdgMVersionInfoApi WdgMVersionInfoApi] (○/○)
    90     * [#WdgMCallerIds WdgMCallerIds] (○/○)
    91       * [#WdgMCallerId WdgMCallerId] (○/○)
    92     * [#WdgMSupervisedEntity WdgMSupervisedEntity] (○/○)
    93       * [#WdgMSupervisedEntityId WdgMSupervisedEntityId] (○/○)
    94       * [#WdgMEcucPartitionRef WdgMEcucPartitionRef] (○/○)
    95       * [#WdgMOSCounter WdgMOSCounter] (-/○)
    96       * [#WdgMOsApplicationRef WdgMOsApplicationRef] (○/○)
    97       * [#WdgMInternalCheckpointInitialRef WdgMInternalCheckpointInitialRef] (○/○)
    98       * [#WdgMInternallCheckpointFinalRef WdgMInternallCheckpointFinalRef] (○/○)
    99       * [#WdgMCheckpoint WdgMCheckpoint] (○/○)
    100         * [#WdgMCheckpointId WdgMCheckpointId] (○/○)
    101       * [#WdgMInternalTransition WdgMInternalTransition] (○/○)
    102         * [#WdgMInternalTransitionDestRef WdgMInternalTransitionDestRef] (○/○)
    103         * [#WdgMInternalTransitionSourceRef WdgMInternalTransitionSourceRef] (○/○)
    104     * [#WdgMWatchdog WdgMWatchdog] (○/○)
    105       * [#WdgMWatchdogName WdgMWatchdogName] (○/○)
    106       * [#WdgMWatchdogDeviceRef WdgMWatchdogDeviceRef] (○/○)
     33  ||= API =||= ID[[BR]][Dec] =||= ID[[BR]][Hex] =||= R4.0.3 =||= R4.2.2 =||= R21-11 =||
     34  || [#WdgM_Init WdgM_Init]                               ||  0|| 0x00||  ○  ||  ○  ||  ○  ||
     35  || [#WdgM_DeInit WdgM_DeInit]                           ||  1|| 0x01||  ○  ||  ○  ||  ○  ||
     36  || [#WdgM_GetVersionInfo WdgM_GetVersionInfo]           ||  2|| 0x02||  ○  ||  ○  ||  ○  ||
     37  || [#WdgM_SetMode WdgM_SetMode]                         ||  3|| 0x03||  ○  ||  ○  ||  ○  ||
     38  || [#WdgM_GetMode WdgM_GetMode]                         || 11|| 0x0B||  ○  ||  ○  ||  ○  ||
     39  || [#WdgM_CheckpointReached WdgM_CheckpointReached]     || 14|| 0x0E||  ○  ||  ○  ||  ○  ||
     40  || [#WdgM_UpdateAliveCounter WdgM_UpdateAliveCounter]   ||  4|| 0x04||  ○  ||  ○  ||  -  ||
     41  || [#WdgM_GetLocalStatus WdgM_GetLocalStatus]           || 12|| 0x0C||  ○  ||  ○  ||  ○  ||
     42  || [#WdgM_GetGlobalStatus WdgM_GetGlobalStatus]         || 13|| 0x0D||  ○  ||  ○  ||  ○  ||
     43  || [#WdgM_PerformReset WdgM_PerformReset]               || 15|| 0x0F||  ○  ||  ○  ||  ○  ||
     44  || [#WdgM_GetFirstExpiredSEID WdgM_GetFirstExpiredSEID] || 16|| 0x10||  ○  ||  ○  ||  ○  ||
     45  || [#WdgM_MainFunction WdgM_MainFunction]               ||  8|| 0x08||  ○  ||  ○  ||  ○  ||
     46
     47* コンフィギュレーション一覧 (R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11)
     48  * [#WdgMConfigSet WdgMConfigSet] (○/○/○/○/○/○/○/○)
     49    * [#WdgMDemEventParameterRefs WdgMDemEventParameterRefs] (○/○/○/○/○/○/○/○)
     50      * [#WDGM_E_IMPROPER_CALLER WDGM_E_IMPROPER_CALLER] (○/○/○/-/-/-/-/-)
     51      * [#WDGM_E_MONITORING WDGM_E_MONITORING] (○/○/○/-/-/-/-/-)
     52      * [#WDGM_E_SET_MODE WDGM_E_SET_MODE] (○/○/○/○/○/-/-/-)
     53      * [#WDGM_E_SUPERVISION WDGM_E_SUPERVISION] (-/-/○/○/○/○/○/○)
     54    * [#WdgMInitialMode WdgMInitialMode] (○/○/○/○/○/○/○/○)
     55    * [#WdgMMode WdgMMode] (○/○/○/○/○/○/○/○)
     56      * [#WdgMAliveSupervision WdgMAliveSupervision] (○/○/○/○/○/○/○/○)
     57        * [#WdgMAliveSupervisionCheckpointRef WdgMAliveSupervisionCheckpointRef] (○/○/○/○/○/○/○/○)
     58        * [#WdgMExpectedAliveIndications WdgMExpectedAliveIndications] (○/○/○/○/○/○/○/○)
     59        * [#WdgMMaxMargin WdgMMaxMargin] (○/○/○/○/○/○/○/○)
     60        * [#WdgMMinMargin WdgMMinMargin] (○/○/○/○/○/○/○/○)
     61        * [#WdgMSupervisionReferenceCycle WdgMSupervisionReferenceCycle] (○/○/○/○/○/○/○/○)
     62      * [#WdgMDeadlineSupervision WdgMDeadlineSupervision] (○/○/○/○/○/○/○/○)
     63        * [#WdgMDeadlineMax WdgMDeadlineMax] (○/○/○/○/○/○/○/○)
     64        * [#WdgMDeadlineMin WdgMDeadlineMin] (○/○/○/○/○/○/○/○)
     65        * [#WdgMDeadlineStartRef WdgMDeadlineStartRef] (○/○/○/○/○/○/○/○)
     66        * [#WdgMDeadlineStopRef WdgMDeadlineStopRef] (○/○/○/○/○/○/○/○)
     67      * [#WdgMExpiredSupervisionCycleTol WdgMExpiredSupervisionCycleTol] (○/○/○/○/○/○/○/○)
     68      * [#WdgMExternalLogicalSupervision WdgMExternalLogicalSupervision] (○/○/○/○/○/○/○/○)
     69        * [#WdgMCrossClusterTransition WdgMCrossClusterTransition] (-/-/-/-/-/-/-/○)
     70          * [#WdgMCrossClusterTransitionDestRef WdgMCrossClusterTransitionDestRef] (-/-/-/-/-/-/-/○)
     71          * [#WdgMCrossClusterTransitionSourceRef WdgMCrossClusterTransitionSourceRef] (-/-/-/-/-/-/-/○)
     72        * [#WdgMExternalCheckpointFinalRef WdgMExternalCheckpointFinalRef] (○/○/○/○/○/○/○/○)
     73        * [#WdgMExternalCheckpointInitialRef WdgMExternalCheckpointInitialRef] (○/○/○/○/○/○/○/○)
     74        * [#WdgMExternalTransition WdgMExternalTransition] (○/○/○/○/○/○/○/○)
     75          * [#WdgMExternalTransitionDestRef WdgMExternalTransitionDestRef] (○/○/○/○/○/○/○/○)
     76          * [#WdgMExternalTransitionSourceRef WdgMExternalTransitionSourceRef] (○/○/○/○/○/○/○/○)
     77        * [#WdgMTransitionProxy WdgMTransitionProxy] (-/-/-/-/-/-/-/○)
     78          * [#WdgMResourceRef WdgMResourceRef] (-/-/-/-/-/-/-/○)
     79      * [#WdgMLocalStatusParams WdgMLocalStatusParams] (○/○/○/○/○/○/○/○)
     80        * [#WdgMFailedAliveSupervisionRefCycleTol WdgMFailedAliveSupervisionRefCycleTol] (○/○/○/○/○/○/○/○)
     81        * [#WdgMLocalStatusSupervisedEntityRef WdgMLocalStatusSupervisedEntityRef] (○/○/○/○/○/○/○/○)
     82      * [#WdgMMainFunctionModeProps WdgMMainFunctionModeProps] (-/-/-/-/-/-/-/○)
     83        * [#WdgMMainFunctionModePropsMainFunctionRef WdgMMainFunctionModePropsMainFunctionRef] (-/-/-/-/-/-/-/○)
     84        * [#WdgMMainFunctionModePropsTimePeriod WdgMMainFunctionModePropsTimePeriod] (-/-/-/-/-/-/-/○)
     85      * [#WdgMModeId WdgMModeId] (○/○/○/○/○/○/○/○)
     86      * [#WdgMSupervisionCycle WdgMSupervisionCycle] (○/○/○/○/○/○/○/○)
     87      * [#WdgMTrigger WdgMTrigger] (○/○/○/○/○/○/○/○)
     88        * [#WdgMTriggerConditionValue WdgMTriggerConditionValue] (○/○/○/○/○/○/○/○)
     89        * [#WdgMTriggerWatchdogRef WdgMTriggerWatchdogRef] (○/○/○/○/○/○/○/○)
     90        * [#WdgMWatchdogMode WdgMWatchdogMode] (○/○/○/○/○/○/○/○)
     91  * [#WdgMGeneral WdgMGeneral] (○/○/○/○/○/○/○/○)
     92    * [#WdgMBaseSocket WdgMBaseSocket] (-/-/-/-/-/-/-/○)
     93      * [#WdgMResourceRef2 WdgMResourceRef] (-/-/-/-/-/-/-/○)
     94      * [#WdgMSocketEcucPartitionRef WdgMSocketEcucPartitionRef] (-/-/-/-/-/-/-/○)
     95    * [#WdgMCallerIds WdgMCallerIds] (○/○/○/-/-/-/-/-)
     96      * [#WdgMCallerId WdgMCallerId] (○/○/○/-/-/-/-/-)
     97    * [#WdgMDefensiveBehavior WdgMDefensiveBehavior] (○/○/○/-/-/-/-/-)
     98    * [#WdgMDemStoppedSupervisionReport WdgMDemStoppedSupervisionReport] (○/○/○/○/○/○/○/-)
     99    * [#WdgMDevErrorDetect WdgMDevErrorDetect] (○/○/○/○/○/○/○/○)
     100    * [#WdgMEnableTimeoutDetection WdgMEnableTimeoutDetection] (-/-/-/-/-/○/○/○)
     101    * [#WdgMImmediateReset WdgMImmediateReset] (○/○/○/○/○/○/○/○)
     102    * [#WdgMMainFunction WdgMMainFunction] (-/-/-/-/-/-/-/○)
     103      * [#WdgMMainFunctionPartitionRef WdgMMainFunctionPartitionRef] (-/-/-/-/-/-/-/○)
     104    * [#WdgMOffModeEnabled WdgMOffModeEnabled] (○/○/○/○/○/○/○/○)
     105    * [#WdgMSupervisedEntity WdgMSupervisedEntity] (○/○/○/○/○/○/○/○)
     106      * [#WdgMCheckpoint WdgMCheckpoint] (○/○/○/○/○/○/○/○)
     107        * [#WdgMCheckpointId WdgMCheckpointId] (○/○/○/○/○/○/○/○)
     108      * [#WdgMEcucPartitionRef WdgMEcucPartitionRef] (○/○/○/○/○/○/○/○)
     109      * [#WdgMInternalCheckpointInitialRef WdgMInternalCheckpointInitialRef] (○/○/○/○/○/○/○/○)
     110      * [#WdgMInternalTransition WdgMInternalTransition] (○/○/○/○/○/○/○/○)
     111        * [#WdgMInternalTransitionDestRef WdgMInternalTransitionDestRef] (○/○/○/○/○/○/○/○)
     112        * [#WdgMInternalTransitionSourceRef WdgMInternalTransitionSourceRef] (○/○/○/○/○/○/○/○)
     113      * [#WdgMInternallCheckpointFinalRef WdgMInternallCheckpointFinalRef] (○/○/○/○/○/○/○/○)
     114      * [#WdgMMainFunctionRef WdgMMainFunctionRef] (-/-/-/-/-/-/-/○)
     115      * [#WdgMOSCounter WdgMOSCounter] (-/○/○/○/○/○/○/○)
     116      * [#WdgMOsApplicationRef WdgMOsApplicationRef] (○/○/○/○/-/-/-/-)
     117      * [#WdgMSupervisedEntityId WdgMSupervisedEntityId] (○/○/○/○/○/○/○/○)
     118    * [#WdgMSwClusterSupport WdgMSwClusterSupport] (-/-/-/-/-/-/-/○)
     119    * [#WdgMVersionInfoApi WdgMVersionInfoApi] (○/○/○/○/○/○/○/○)
     120    * [#WdgMWatchdog WdgMWatchdog] (○/○/○/○/○/○/○/○)
     121      * [#WdgMWatchdogDeviceRef WdgMWatchdogDeviceRef] (○/○/○/○/○/○/○/○)
     122      * [#WdgMWatchdogName WdgMWatchdogName] (○/○/○/○/○/○/○/○)
    107123
    108124* エラーコード一覧
    109125  * "--"は[wiki:spec/Dem Dem]により決定される
    110126
    111   ||= エラーコード =||= Dec =||= Hex =||= R4.0.3 =||= R4.2.2 =||
    112   || WDGM_E_NO_INIT             || 16|| 0x10||  ○  ||  ○  ||
    113   || WDGM_E_PARAM_CONFIG        || 17|| 0x11||  ○  ||  ○  ||
    114   || WDGM_E_PARAM_MODE          || 18|| 0x12||  ○  ||  ○  ||
    115   || WDGM_E_PARAM_SEID          || 19|| 0x13||  ○  ||  ○  ||
    116   || WDGM_E_INV_POINTER         || 20|| 0x14||  ○  ||  ○  ||
    117   || WDGM_E_DISABLE_NOT_ALLOWED || 21|| 0x15||  ○  ||  ○  ||
    118   || WDGM_E_CPID                || 22|| 0x16||  ○  ||  ○  ||
    119   || WDGM_E_DEPRECATED          || 23|| 0x17||  ○  ||  ○  ||
    120   || WDGM_E_AMBIGIOUS           || 24|| 0x18||  ○  ||  ○  ||
    121   || WDGM_E_SEDEACTIVATED       || 25|| 0x19||  ○  ||  ○  ||
    122   || WDGM_E_SUPERVISION         || --||   --||  ○  ||  ○  ||
    123   || WDGM_E_SET_MODE            || --||   --||  ○  ||  ○  ||
    124   || WDGM_E_IMPROPER_CALLER     || --||   --||  ○  ||  ○  ||
     127  ||= エラーコード =||= Dec =||= Hex =||= R4.0.3 =||= R4.2.2 =||= R21-11 =||
     128  || WDGM_E_UNINIT              || 16|| 0x10||  -  ||  -  ||  ○  ||
     129  || WDGM_E_NO_INIT             || 16|| 0x10||  ○  ||  ○  ||  -  ||
     130  || WDGM_E_PARAM_CONFIG        || 17|| 0x11||  ○  ||  ○  ||  ○  ||
     131  || WDGM_E_PARAM_MODE          || 18|| 0x12||  ○  ||  ○  ||  ○  ||
     132  || WDGM_E_PARAM_SEID          || 19|| 0x13||  ○  ||  ○  ||  ○  ||
     133  || WDGM_E_INV_POINTER         || 20|| 0x14||  ○  ||  ○  ||  ○  ||
     134  || WDGM_E_DISABLE_NOT_ALLOWED || 21|| 0x15||  ○  ||  ○  ||  ○  ||
     135  || WDGM_E_CPID                || 22|| 0x16||  ○  ||  ○  ||  ○  ||
     136  || WDGM_E_NO_DEINIT           || 26|| 0x1A||  -  ||  -  ||  ○  ||
     137  || WDGM_E_INIT_FAILED         || 27|| 0x1B||  -  ||  -  ||  ○  ||
     138  || WDGM_E_PARAM_POINTER       || 28|| 0x1C||  -  ||  -  ||  ○  ||
     139  || WDGM_E_DEPRECATED          || 23|| 0x17||  ○  ||  ○  ||  -  ||
     140  || WDGM_E_AMBIGIOUS           || 24|| 0x18||  ○  ||  ○  ||  -  ||
     141  || WDGM_E_SEDEACTIVATED       || 25|| 0x19||  ○  ||  ○  ||  ○  ||
     142  || WDGM_E_SUPERVISION         || --||   --||  ○  ||  ○  ||  ○  ||
     143  || WDGM_E_SET_MODE            || --[[BR]]29||   --[[BR]]0x1D||  ○[[BR]]-  ||  ○[[BR]]-  ||  -[[BR]]○  ||
     144  || WDGM_E_IMPROPER_CALLER     || --||   --||  ○  ||  ○  ||  -  ||
    125145
    126146----
     
    144164
    145165== WdgM_SetMode ==
     166* R4.0.3 / R4.2.2
    146167{{{
    147168Std_ReturnType WdgM_SetMode(WdgM_ModeType Mode, uint16 CallerID)
    148169}}}
     170* R21-11
     171{{{
     172Std_ReturnType WdgM_SetMode (WdgM_ModeType Mode)
     173}}}
    149174
    150175== WdgM_GetMode ==
     
    189214
    190215----
    191 
    192216= コンフィギュレーション仕様 =
    193217
     
    196220/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet
    197221}}}
    198 * 型:Container
    199 * 多重度:1
     222* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     223* SWSタグ: ECUC_WdgM_00337
     224* タイプ: PARAM-CONF-CONTAINER
     225* 多重度: 1
     226
     227== WdgMDemEventParameterRefs ==
     228{{{
     229/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMDemEventParameterRefs
     230}}}
     231* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     232* SWSタグ: ECUC_WdgM_00353
     233* タイプ: PARAM-CONF-CONTAINER
     234* 多重度: 0..1
     235
     236== WDGM_E_IMPROPER_CALLER ==
     237{{{
     238/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMDemEventParameterRefs/WDGM_E_IMPROPER_CALLER
     239}}}
     240* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
     241* SWSタグ: ECUC_WdgM_00357
     242* タイプ: SYMBOLIC-NAME-REFERENCE
     243* 多重度: 0..1
     244* 参照先: [wiki:spec/Dem#DemEventParameter /AUTOSAR/EcucDefs/Dem/DemConfigSet/DemEventParameter]
     245
     246== WDGM_E_MONITORING ==
     247{{{
     248/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMDemEventParameterRefs/WDGM_E_MONITORING
     249}}}
     250* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
     251* SWSタグ: ECUC_WdgM_00354
     252* タイプ: SYMBOLIC-NAME-REFERENCE
     253* 多重度: 0..1
     254* 参照先: [wiki:spec/Dem#DemEventParameter /AUTOSAR/EcucDefs/Dem/DemConfigSet/DemEventParameter]
     255
     256== WDGM_E_SET_MODE ==
     257{{{
     258/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMDemEventParameterRefs/WDGM_E_SET_MODE
     259}}}
     260* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0
     261* SWSタグ: ECUC_WdgM_00355
     262* タイプ:
     263  * R4.0.3/R4.1.3/R4.2.2/R4.3.1: SYMBOLIC-NAME-REFERENCE
     264  * R4.4.0: REFERENCE
     265* 多重度: 0..1
     266* 参照先: [wiki:spec/Dem#DemEventParameter /AUTOSAR/EcucDefs/Dem/DemConfigSet/DemEventParameter]
     267
     268== WDGM_E_SUPERVISION ==
     269{{{
     270/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMDemEventParameterRefs/WDGM_E_SUPERVISION
     271}}}
     272* 対象リビジョン: R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     273* SWSタグ: ECUC_WdgM_00362
     274* タイプ:
     275  * R4.2.2/R4.3.1: SYMBOLIC-NAME-REFERENCE
     276  * R4.4.0/R19-11/R20-11/R21-11: REFERENCE
     277* 多重度: 0..1
     278* 参照先: [wiki:spec/Dem#DemEventParameter /AUTOSAR/EcucDefs/Dem/DemConfigSet/DemEventParameter]
    200279
    201280== WdgMInitialMode ==
     
    203282/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMInitialMode
    204283}}}
    205 * 型:Reference
    206 * 多重度:1
    207 * 参照先:{{{/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode}}}
    208 
    209 == WdgMDemEventParameterRefs ==
    210 {{{
    211 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMDemEventParameterRefs
    212 }}}
    213 * 型:Container
    214 * 多重度:0..1
    215 
    216 == WDGM_E_IMPROPER_CALLER ==
    217 {{{
    218 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMDemEventParameterRefs/WDGM_E_IMPROPER_CALLER
    219 }}}
    220 * 型:Reference
    221 * 多重度:0..1
    222 * 参照先:{{{/AUTOSAR/EcucDefs/Dem/DemConfigSet/DemEventParameter}}}
    223 
    224 == WDGM_E_MONITORING ==
    225 {{{
    226 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMDemEventParameterRefs/WDGM_E_MONITORING
    227 }}}
    228 * 型:Reference
    229 * 多重度:0..1
    230 * 参照先:{{{/AUTOSAR/EcucDefs/Dem/DemConfigSet/DemEventParameter}}}
    231 
    232 == WDGM_E_SET_MODE ==
    233 {{{
    234 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMDemEventParameterRefs/WDGM_E_SET_MODE
    235 }}}
    236 * 型:Reference
    237 * 多重度:0..1
    238 * 参照先:{{{/AUTOSAR/EcucDefs/Dem/DemConfigSet/DemEventParameter}}}
    239 
    240 == WDGM_E_SUPERVISION ==
    241 {{{
    242 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMDemEventParameterRefs/WDGM_E_SUPERVISION
    243 }}}
    244 * 型:Reference
    245 * 多重度:0..1
    246 * 参照先:{{{/AUTOSAR/EcucDefs/Dem/DemConfigSet/DemEventParameter}}}
     284* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     285* SWSタグ: ECUC_WdgM_00336
     286* タイプ:
     287  * R4.0.3/R4.1.3/R4.2.2/R4.3.1: SYMBOLIC-NAME-REFERENCE
     288  * R4.4.0/R19-11/R20-11/R21-11: REFERENCE
     289* 多重度: 1
     290* 参照先: [#WdgMMode /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode]
    247291
    248292== WdgMMode ==
     
    250294/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode
    251295}}}
    252 * 型:Container
    253 * 多重度:1..255
     296* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     297* SWSタグ: ECUC_WdgM_00335
     298* タイプ: PARAM-CONF-CONTAINER
     299* 多重度: 1..255
     300
     301== WdgMAliveSupervision ==
     302{{{
     303/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMAliveSupervision
     304}}}
     305* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     306* SWSタグ: ECUC_WdgM_00308
     307* タイプ: PARAM-CONF-CONTAINER
     308* 多重度: 0..65535
     309
     310== WdgMAliveSupervisionCheckpointRef ==
     311{{{
     312/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMAliveSupervision/WdgMAliveSupervisionCheckpointRef
     313}}}
     314* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     315* SWSタグ: ECUC_WdgM_00309
     316* タイプ:
     317  * R4.0.3/R4.1.3/R4.2.2/R4.3.1: SYMBOLIC-NAME-REFERENCE
     318  * R4.4.0/R19-11/R20-11/R21-11: REFERENCE
     319* 多重度: 1
     320* 参照先: [#WdgMCheckpoint /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint]
     321
     322== WdgMExpectedAliveIndications ==
     323{{{
     324/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMAliveSupervision/WdgMExpectedAliveIndications
     325}}}
     326* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     327* SWSタグ: ECUC_WdgM_00311
     328* タイプ: INTEGER-PARAM
     329* 多重度: 1
     330* 上限値: 65535
     331* 下限値: 0
     332
     333== WdgMMaxMargin ==
     334{{{
     335/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMAliveSupervision/WdgMMaxMargin
     336}}}
     337* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     338* SWSタグ: ECUC_WdgM_00313
     339* タイプ: INTEGER-PARAM
     340* 多重度: 1
     341* 上限値: 255
     342* 下限値: 0
     343
     344== WdgMMinMargin ==
     345{{{
     346/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMAliveSupervision/WdgMMinMargin
     347}}}
     348* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     349* SWSタグ: ECUC_WdgM_00312
     350* タイプ: INTEGER-PARAM
     351* 多重度: 1
     352* 上限値: 255
     353* 下限値: 0
     354
     355== WdgMSupervisionReferenceCycle ==
     356{{{
     357/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMAliveSupervision/WdgMSupervisionReferenceCycle
     358}}}
     359* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     360* SWSタグ: ECUC_WdgM_00310
     361* タイプ: INTEGER-PARAM
     362* 多重度: 1
     363* 上限値: 65535
     364* 下限値: 1
     365
     366== WdgMDeadlineSupervision ==
     367{{{
     368/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMDeadlineSupervision
     369}}}
     370* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     371* SWSタグ: ECUC_WdgM_00314
     372* タイプ: PARAM-CONF-CONTAINER
     373* 多重度: 0..65535
     374
     375== WdgMDeadlineMax ==
     376{{{
     377/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMDeadlineSupervision/WdgMDeadlineMax
     378}}}
     379* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     380* SWSタグ: ECUC_WdgM_00318
     381* タイプ: FLOAT-PARAM
     382* 多重度: 1
     383* 上限値: INF
     384* 下限値: 0
     385
     386== WdgMDeadlineMin ==
     387{{{
     388/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMDeadlineSupervision/WdgMDeadlineMin
     389}}}
     390* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     391* SWSタグ: ECUC_WdgM_00317
     392* タイプ: FLOAT-PARAM
     393* 多重度: 1
     394* 上限値: INF
     395* 下限値: 0
     396
     397== WdgMDeadlineStartRef ==
     398{{{
     399/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMDeadlineSupervision/WdgMDeadlineStartRef
     400}}}
     401* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     402* SWSタグ: ECUC_WdgM_00315
     403* タイプ:
     404  * R4.0.3/R4.1.3/R4.2.2/R4.3.1: SYMBOLIC-NAME-REFERENCE
     405  * R4.4.0/R19-11/R20-11/R21-11: REFERENCE
     406* 多重度: 1
     407* 参照先: [#WdgMCheckpoint /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint]
     408
     409== WdgMDeadlineStopRef ==
     410{{{
     411/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMDeadlineSupervision/WdgMDeadlineStopRef
     412}}}
     413* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     414* SWSタグ: ECUC_WdgM_00316
     415* タイプ:
     416  * R4.0.3/R4.1.3/R4.2.2/R4.3.1: SYMBOLIC-NAME-REFERENCE
     417  * R4.4.0/R19-11/R20-11/R21-11: REFERENCE
     418* 多重度: 1
     419* 参照先: [#WdgMCheckpoint /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint]
    254420
    255421== WdgMExpiredSupervisionCycleTol ==
     
    257423/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMExpiredSupervisionCycleTol
    258424}}}
    259 * 型:IntegerParam
    260 * 多重度:1
    261 * 上限値:65535
    262 * 下限値:0
     425* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     426* SWSタグ: ECUC_WdgM_00329
     427* タイプ: INTEGER-PARAM
     428* 多重度: 1
     429* 上限値: 65535
     430* 下限値: 0
     431
     432== WdgMExternalLogicalSupervision ==
     433{{{
     434/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMExternalLogicalSupervision
     435}}}
     436* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     437* SWSタグ: ECUC_WdgM_00319
     438* タイプ: PARAM-CONF-CONTAINER
     439* 多重度: 0..65535
     440
     441== WdgMCrossClusterTransition ==
     442{{{
     443/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMExternalLogicalSupervision/WdgMCrossClusterTransition
     444}}}
     445* 対象リビジョン: R21-11
     446* SWSタグ: ECUC_WdgM_00376
     447* タイプ: PARAM-CONF-CONTAINER
     448* 多重度: 0..65535
     449
     450== WdgMCrossClusterTransitionDestRef ==
     451{{{
     452/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMExternalLogicalSupervision/WdgMCrossClusterTransition/WdgMCrossClusterTransitionDestRef
     453}}}
     454* 対象リビジョン: R21-11
     455* SWSタグ: ECUC_WdgM_00375
     456* タイプ: CHOICE-REFERENCE
     457* 多重度: 1
     458* 参照先:
     459  * [#WdgMCheckpoint /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint]
     460  * [#WdgMTransitionProxy /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMExternalLogicalSupervision/WdgMTransitionProxy]
     461
     462== WdgMCrossClusterTransitionSourceRef ==
     463{{{
     464/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMExternalLogicalSupervision/WdgMCrossClusterTransition/WdgMCrossClusterTransitionSourceRef
     465}}}
     466* 対象リビジョン: R21-11
     467* SWSタグ: ECUC_WdgM_00374
     468* タイプ: CHOICE-REFERENCE
     469* 多重度: 1
     470* 参照先:
     471  * [#WdgMCheckpoint /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint]
     472  * [#WdgMTransitionProxy /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMExternalLogicalSupervision/WdgMTransitionProxy]
     473
     474== WdgMExternalCheckpointFinalRef ==
     475{{{
     476/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMExternalLogicalSupervision/WdgMExternalCheckpointFinalRef
     477}}}
     478* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     479* SWSタグ: ECUC_WdgM_00324
     480* タイプ:
     481  * R4.0.3/R4.1.3/R4.2.2/R4.3.1: SYMBOLIC-NAME-REFERENCE
     482  * R4.4.0/R19-11/R20-11: REFERENCE
     483  * R21-11: CHOICE-REFERENCE
     484* 多重度: 1..65535
     485* 参照先: [#WdgMCheckpoint /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint]
     486* 参照先:
     487  * [#WdgMCheckpoint /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint]
     488  * [#WdgMTransitionProxy /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMExternalLogicalSupervision/WdgMTransitionProxy]
     489
     490== WdgMExternalCheckpointInitialRef ==
     491{{{
     492/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMExternalLogicalSupervision/WdgMExternalCheckpointInitialRef
     493}}}
     494* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     495* SWSタグ: ECUC_WdgM_00323
     496* タイプ:
     497  * R4.0.3/R4.1.3/R4.2.2/R4.3.1: SYMBOLIC-NAME-REFERENCE
     498  * R4.4.0/R19-11/R20-11: REFERENCE
     499  * R21-11: CHOICE-REFERENCE
     500* 多重度: 1..65535
     501* 参照先: [#WdgMCheckpoint /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint]
     502* 参照先:
     503  * [#WdgMCheckpoint /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint]
     504  * [#WdgMTransitionProxy /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMExternalLogicalSupervision/WdgMTransitionProxy]
     505
     506== WdgMExternalTransition ==
     507{{{
     508/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMExternalLogicalSupervision/WdgMExternalTransition
     509}}}
     510* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     511* SWSタグ: ECUC_WdgM_00320
     512* タイプ: PARAM-CONF-CONTAINER
     513* 多重度: 0..65535
     514
     515== WdgMExternalTransitionDestRef ==
     516{{{
     517/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMExternalLogicalSupervision/WdgMExternalTransition/WdgMExternalTransitionDestRef
     518}}}
     519* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     520* SWSタグ: ECUC_WdgM_00322
     521* タイプ:
     522  * R4.0.3/R4.1.3/R4.2.2/R4.3.1: SYMBOLIC-NAME-REFERENCE
     523  * R4.4.0/R19-11/R20-11/R21-11: REFERENCE
     524* 多重度: 1
     525* 参照先: [#WdgMCheckpoint /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint]
     526
     527== WdgMExternalTransitionSourceRef ==
     528{{{
     529/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMExternalLogicalSupervision/WdgMExternalTransition/WdgMExternalTransitionSourceRef
     530}}}
     531* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     532* SWSタグ: ECUC_WdgM_00321
     533* タイプ:
     534  * R4.0.3/R4.1.3/R4.2.2/R4.3.1: SYMBOLIC-NAME-REFERENCE
     535  * R4.4.0/R19-11/R20-11/R21-11: REFERENCE
     536* 多重度: 1
     537* 参照先: [#WdgMCheckpoint /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint]
     538
     539== WdgMTransitionProxy ==
     540{{{
     541/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMExternalLogicalSupervision/WdgMTransitionProxy
     542}}}
     543* 対象リビジョン: R21-11
     544* SWSタグ: ECUC_WdgM_00364
     545* タイプ: PARAM-CONF-CONTAINER
     546* 多重度: 0..65535
     547
     548== WdgMResourceRef ==
     549{{{
     550/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMExternalLogicalSupervision/WdgMTransitionProxy/WdgMResourceRef
     551}}}
     552* 対象リビジョン: R21-11
     553* SWSタグ: ECUC_WdgM_00367
     554* タイプ: FOREIGN-REFERENCE
     555* 多重度: 1
     556* 参照先タイプ: CP-SOFTWARE-CLUSTER-SERVICE-RESOURCE
     557
     558== WdgMLocalStatusParams ==
     559{{{
     560/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMLocalStatusParams
     561}}}
     562* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     563* SWSタグ: ECUC_WdgM_00325
     564* タイプ: PARAM-CONF-CONTAINER
     565* 多重度: 0..65535
     566
     567== WdgMFailedAliveSupervisionRefCycleTol ==
     568{{{
     569/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMLocalStatusParams/WdgMFailedAliveSupervisionRefCycleTol
     570}}}
     571* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     572* SWSタグ: ECUC_WdgM_00327
     573* タイプ: INTEGER-PARAM
     574* 多重度: 1
     575* 上限値: 255
     576* 下限値: 0
     577
     578== WdgMLocalStatusSupervisedEntityRef ==
     579{{{
     580/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMLocalStatusParams/WdgMLocalStatusSupervisedEntityRef
     581}}}
     582* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     583* SWSタグ: ECUC_WdgM_00326
     584* タイプ:
     585  * R4.0.3/R4.1.3/R4.2.2/R4.3.1: SYMBOLIC-NAME-REFERENCE
     586  * R4.4.0/R19-11/R20-11/R21-11: REFERENCE
     587* 多重度: 1
     588* 参照先: [#WdgMSupervisedEntity /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity]
     589
     590== WdgMMainFunctionModeProps ==
     591{{{
     592/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMMainFunctionModeProps
     593}}}
     594* 対象リビジョン: R21-11
     595* SWSタグ: ECUC_WdgM_00372
     596* タイプ: PARAM-CONF-CONTAINER
     597* 多重度: 0..*
     598
     599== WdgMMainFunctionModePropsMainFunctionRef ==
     600{{{
     601/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMMainFunctionModeProps/WdgMMainFunctionModePropsMainFunctionRef
     602}}}
     603* 対象リビジョン: R21-11
     604* SWSタグ: ECUC_WdgM_00371
     605* タイプ: REFERENCE
     606* 多重度: 1
     607* 参照先: [#WdgMMainFunction /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMMainFunction]
     608
     609== WdgMMainFunctionModePropsTimePeriod ==
     610{{{
     611/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMMainFunctionModeProps/WdgMMainFunctionModePropsTimePeriod
     612}}}
     613* 対象リビジョン: R21-11
     614* SWSタグ: ECUC_WdgM_00370
     615* タイプ: FLOAT-PARAM
     616* 多重度: 1
     617* 上限値: INF
     618* 下限値: 0
    263619
    264620== WdgMModeId ==
     
    266622/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMModeId
    267623}}}
    268 * 型:IntegerParam
    269 * 多重度:1
    270 * 上限値:255
    271 * 下限値:0
     624* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     625* SWSタグ: ECUC_WdgM_00307
     626* タイプ: INTEGER-PARAM
     627* 多重度: 1
     628* 上限値: 255
     629* 下限値: 0
    272630
    273631== WdgMSupervisionCycle ==
     
    275633/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMSupervisionCycle
    276634}}}
    277 * 型:FloatParam
    278 * 多重度:1
    279 * 上限値:Inf
    280 * 下限値:0
    281 
    282 == WdgMAliveSupervision ==
    283 {{{
    284 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMAliveSupervision
    285 }}}
    286 * 型:Container
    287 * 多重度:0..65535
    288 
    289 == WdgMExpectedAliveIndications ==
    290 {{{
    291 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMAliveSupervision/WdgMExpectedAliveIndications
    292 }}}
    293 * 型:IntegerParam
    294 * 多重度:1
    295 * 上限値:65535
    296 * 下限値:0
    297 
    298 == WdgMMaxMargin ==
    299 {{{
    300 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMAliveSupervision/WdgMMaxMargin
    301 }}}
    302 * 型:IntegerParam
    303 * 多重度:1
    304 * 上限値:255
    305 * 下限値:0
    306 
    307 == WdgMMinMargin ==
    308 {{{
    309 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMAliveSupervision/WdgMMinMargin
    310 }}}
    311 * 型:IntegerParam
    312 * 多重度:1
    313 * 上限値:255
    314 * 下限値:0
    315 
    316 == WdgMSupervisionReferenceCycle ==
    317 {{{
    318 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMAliveSupervision/WdgMSupervisionReferenceCycle
    319 }}}
    320 * 型:IntegerParam
    321 * 多重度:1
    322 * 上限値:65535
    323 * 下限値:1
    324 
    325 == WdgMAliveSupervisionCheckpointRef ==
    326 {{{
    327 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMAliveSupervision/WdgMAliveSupervisionCheckpointRef
    328 }}}
    329 * 型:Reference
    330 * 多重度:1
    331 * 参照先:{{{/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint}}}
    332 
    333 == WdgMDeadlineSupervision ==
    334 {{{
    335 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMDeadlineSupervision
    336 }}}
    337 * 型:Container
    338 * 多重度:0..65535
    339 
    340 == WdgMDeadlineMax ==
    341 {{{
    342 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMDeadlineSupervision/WdgMDeadlineMax
    343 }}}
    344 * 型:FloatParam
    345 * 多重度:1
    346 * 上限値:Inf
    347 * 下限値:0
    348 
    349 == WdgMDeadlineMin ==
    350 {{{
    351 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMDeadlineSupervision/WdgMDeadlineMin
    352 }}}
    353 * 型:FloatParam
    354 * 多重度:1
    355 * 上限値:Inf
    356 * 下限値:0
    357 
    358 == WdgMDeadlineStartRef ==
    359 {{{
    360 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMDeadlineSupervision/WdgMDeadlineStartRef
    361 }}}
    362 * 型:Reference
    363 * 多重度:1
    364 * 参照先:{{{/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint}}}
    365 
    366 == WdgMDeadlineStopRef ==
    367 {{{
    368 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMDeadlineSupervision/WdgMDeadlineStopRef
    369 }}}
    370 * 型:Reference
    371 * 多重度:1
    372 * 参照先:{{{/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint}}}
    373 
    374 == WdgMExternalLogicalSupervision ==
    375 {{{
    376 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMExternalLogicalSupervision
    377 }}}
    378 * 型:Container
    379 * 多重度:0..65535
    380 
    381 == WdgMExternalCheckpointFinalRef ==
    382 {{{
    383 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMExternalLogicalSupervision/WdgMExternalCheckpointFinalRef
    384 }}}
    385 * 型:Reference
    386 * 多重度:1..65535
    387 * 参照先:{{{/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint}}}
    388 
    389 == WdgMExternalCheckpointInitialRef ==
    390 {{{
    391 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMExternalLogicalSupervision/WdgMExternalCheckpointInitialRef
    392 }}}
    393 * 型:Reference
    394 * 多重度:1..65535
    395 * 参照先:{{{/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint}}}
    396 
    397 == WdgMExternalTransition ==
    398 {{{
    399 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMExternalLogicalSupervision/WdgMExternalTransition
    400 }}}
    401 * 型:Container
    402 * 多重度:0..65535
    403 
    404 == WdgMExternalTransitionDestRef ==
    405 {{{
    406 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMExternalLogicalSupervision/WdgMExternalTransition/WdgMExternalTransitionDestRef
    407 }}}
    408 * 型:Reference
    409 * 多重度:1
    410 * 参照先:{{{/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint}}}
    411 
    412 == WdgMExternalTransitionSourceRef ==
    413 {{{
    414 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMExternalLogicalSupervision/WdgMExternalTransition/WdgMExternalTransitionSourceRef
    415 }}}
    416 * 型:Reference
    417 * 多重度:1
    418 * 参照先:{{{/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint}}}
    419 
    420 == WdgMLocalStatusParams ==
    421 {{{
    422 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMLocalStatusParams
    423 }}}
    424 * 型:Container
    425 * 多重度:0..65535
    426 
    427 == WdgMFailedAliveSupervisionRefCycleTol ==
    428 {{{
    429 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMLocalStatusParams/WdgMFailedAliveSupervisionRefCycleTol
    430 }}}
    431 * 型:IntegerParam
    432 * 多重度:1
    433 * 上限値:255
    434 * 下限値:0
    435 
    436 == WdgMLocalStatusSupervisedEntityRef ==
    437 {{{
    438 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMLocalStatusParams/WdgMLocalStatusSupervisedEntityRef
    439 }}}
    440 * 型:Reference
    441 * 多重度:1
    442 * 参照先:{{{/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity}}}
     635* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     636* SWSタグ: ECUC_WdgM_00330
     637* タイプ: FLOAT-PARAM
     638* 多重度:
     639  * R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11: 1
     640  * R21-11: 0..1
     641* 上限値: INF
     642* 下限値: 0
    443643
    444644== WdgMTrigger ==
     
    446646/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMTrigger
    447647}}}
    448 * 型:Container
    449 * 多重度:0..255
     648* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     649* SWSタグ: ECUC_WdgM_00331
     650* タイプ: PARAM-CONF-CONTAINER
     651* 多重度: 0..255
    450652
    451653== WdgMTriggerConditionValue ==
     
    453655/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMTrigger/WdgMTriggerConditionValue
    454656}}}
    455 * 型:IntegerParam
    456 * 多重度:1
    457 * 上限値:65535
    458 * 下限値:1
     657* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     658* SWSタグ: ECUC_WdgM_00333
     659* タイプ: INTEGER-PARAM
     660* 多重度: 1
     661* 上限値: 65535
     662* 下限値: 1
     663
     664== WdgMTriggerWatchdogRef ==
     665{{{
     666/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMTrigger/WdgMTriggerWatchdogRef
     667}}}
     668* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     669* SWSタグ: ECUC_WdgM_00334
     670* タイプ:
     671  * R4.0.3/R4.1.3/R4.2.2: SYMBOLIC-NAME-REFERENCE
     672  * R4.3.1/R4.4.0/R19-11/R20-11/R21-11: REFERENCE
     673* 多重度: 1
     674* 参照先: [#WdgMWatchdog /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMWatchdog]
    459675
    460676== WdgMWatchdogMode ==
     
    462678/AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMTrigger/WdgMWatchdogMode
    463679}}}
    464 * 型:EnumerationParam
    465 * 多重度:1
    466 * 選択肢:
     680* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     681* SWSタグ: ECUC_WdgM_00332
     682* タイプ: ENUMERATION-PARAM
     683* 多重度: 1
     684* 選択肢:
    467685  * WDGIF_FAST_MODE
    468686  * WDGIF_OFF_MODE
    469687  * WDGIF_SLOW_MODE
    470688
    471 == WdgMTriggerWatchdogRef ==
    472 {{{
    473 /AUTOSAR/EcucDefs/WdgM/WdgMConfigSet/WdgMMode/WdgMTrigger/WdgMTriggerWatchdogRef
    474 }}}
    475 * 型:Reference
    476 * 多重度:1
    477 * 参照先:{{{/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMWatchdog}}}
    478 
    479689== WdgMGeneral ==
    480690{{{
    481691/AUTOSAR/EcucDefs/WdgM/WdgMGeneral
    482692}}}
    483 * 型:Container
    484 * 多重度:1
     693* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     694* SWSタグ: ECUC_WdgM_00300
     695* タイプ: PARAM-CONF-CONTAINER
     696* 多重度: 1
     697
     698== WdgMBaseSocket ==
     699{{{
     700/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMBaseSocket
     701}}}
     702* 対象リビジョン: R21-11
     703* SWSタグ: ECUC_WdgM_00377
     704* タイプ: PARAM-CONF-CONTAINER
     705* 多重度: 0..*
     706
     707== WdgMResourceRef(2) ==
     708{{{
     709/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMBaseSocket/WdgMResourceRef
     710}}}
     711* 対象リビジョン: R21-11
     712* SWSタグ: ECUC_WdgM_00378
     713* タイプ: FOREIGN-REFERENCE
     714* 多重度: 1
     715* 参照先タイプ: CP-SOFTWARE-CLUSTER-SERVICE-RESOURCE
     716
     717== WdgMSocketEcucPartitionRef ==
     718{{{
     719/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMBaseSocket/WdgMSocketEcucPartitionRef
     720}}}
     721* 対象リビジョン: R21-11
     722* SWSタグ: ECUC_WdgM_00366
     723* タイプ: REFERENCE
     724* 多重度: 0..*
     725* 参照先: [wiki:spec/EcuC#EcucPartition /AUTOSAR/EcucDefs/EcuC/EcucPartitionCollection/EcucPartition]
     726
     727== WdgMCallerIds ==
     728{{{
     729/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMCallerIds
     730}}}
     731* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
     732* SWSタグ: ECUC_WdgM_00358
     733* タイプ: PARAM-CONF-CONTAINER
     734* 多重度: 0..1
     735
     736== WdgMCallerId ==
     737{{{
     738/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMCallerIds/WdgMCallerId
     739}}}
     740* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
     741* SWSタグ: ECUC_WdgM_00359
     742* タイプ: INTEGER-PARAM
     743* 多重度: 0..255
     744* 上限値: 65535
     745* 下限値: 0
    485746
    486747== WdgMDefensiveBehavior ==
     
    488749/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMDefensiveBehavior
    489750}}}
    490 * 型:BooleanParam
    491 * 多重度:1
    492 * デフォルト値:false
     751* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2
     752* SWSタグ: ECUC_WdgM_00352
     753* タイプ: BOOLEAN-PARAM
     754* 多重度: 1
     755* デフォルト値: false
    493756
    494757== WdgMDemStoppedSupervisionReport ==
     
    496759/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMDemStoppedSupervisionReport
    497760}}}
    498 * 型:BooleanParam
    499 * 多重度:1
     761* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11
     762* SWSタグ: ECUC_WdgM_00338
     763* タイプ: BOOLEAN-PARAM
     764* 多重度: 1
    500765
    501766== WdgMDevErrorDetect ==
     
    503768/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMDevErrorDetect
    504769}}}
    505 * 型:BooleanParam
    506 * 多重度:1
     770* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     771* SWSタグ: ECUC_WdgM_00301
     772* タイプ: BOOLEAN-PARAM
     773* 多重度: 1
     774* デフォルト値:
     775  * R4.3.1/R4.4.0/R19-11/R20-11/R21-11: false
     776
     777== WdgMEnableTimeoutDetection ==
     778{{{
     779/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMEnableTimeoutDetection
     780}}}
     781* 対象リビジョン: R19-11/R20-11/R21-11
     782* SWSタグ: ECUC_WdgM_00363
     783* タイプ: BOOLEAN-PARAM
     784* 多重度: 1
     785* デフォルト値: false
    507786
    508787== WdgMImmediateReset ==
     
    510789/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMImmediateReset
    511790}}}
    512 * 型:BooleanParam
    513 * 多重度:1
     791* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     792* SWSタグ: ECUC_WdgM_00339
     793* タイプ: BOOLEAN-PARAM
     794* 多重度:
     795  * R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11: 1
     796  * R21-11: 0..1
     797
     798== WdgMMainFunction ==
     799{{{
     800/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMMainFunction
     801}}}
     802* 対象リビジョン: R21-11
     803* SWSタグ: ECUC_WdgM_00373
     804* タイプ: PARAM-CONF-CONTAINER
     805* 多重度: 0..*
     806
     807== WdgMMainFunctionPartitionRef ==
     808{{{
     809/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMMainFunction/WdgMMainFunctionPartitionRef
     810}}}
     811* 対象リビジョン: R21-11
     812* SWSタグ: ECUC_WdgM_00369
     813* タイプ: REFERENCE
     814* 多重度: 0..1
     815* 参照先: [wiki:spec/EcuC#EcucPartition /AUTOSAR/EcucDefs/EcuC/EcucPartitionCollection/EcucPartition]
    514816
    515817== WdgMOffModeEnabled ==
     
    517819/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMOffModeEnabled
    518820}}}
    519 * 型:BooleanParam
    520 * 多重度:1
     821* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     822* SWSタグ: ECUC_WdgM_00340
     823* タイプ: BOOLEAN-PARAM
     824* 多重度:
     825  * R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11: 1
     826  * R21-11: 0..1
     827
     828== WdgMSupervisedEntity ==
     829{{{
     830/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity
     831}}}
     832* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     833* SWSタグ: ECUC_WdgM_00303
     834* タイプ: PARAM-CONF-CONTAINER
     835* 多重度: 0..65535
     836
     837== WdgMCheckpoint ==
     838{{{
     839/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint
     840}}}
     841* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     842* SWSタグ: ECUC_WdgM_00305
     843* タイプ: PARAM-CONF-CONTAINER
     844* 多重度: 1..65535
     845
     846== WdgMCheckpointId ==
     847{{{
     848/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint/WdgMCheckpointId
     849}}}
     850* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     851* SWSタグ: ECUC_WdgM_00306
     852* タイプ: INTEGER-PARAM
     853* 多重度: 1
     854* 上限値: 65535
     855* 下限値: 0
     856
     857== WdgMEcucPartitionRef ==
     858{{{
     859/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMEcucPartitionRef
     860}}}
     861* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     862* SWSタグ: ECUC_WdgM_00360
     863* タイプ: REFERENCE
     864* 多重度: 0..1
     865* 参照先: [wiki:spec/EcuC#EcucPartition /AUTOSAR/EcucDefs/EcuC/EcucPartitionCollection/EcucPartition]
     866
     867== WdgMInternalCheckpointInitialRef ==
     868{{{
     869/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMInternalCheckpointInitialRef
     870}}}
     871* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     872* SWSタグ: ECUC_WdgM_00343
     873* タイプ:
     874  * R4.0.3/R4.1.3/R4.2.2/R4.3.1: SYMBOLIC-NAME-REFERENCE
     875  * R4.4.0/R19-11/R20-11/R21-11: REFERENCE
     876* 多重度:
     877  * R4.0.3/R4.1.3/R4.2.2: 1
     878  * R4.3.1/R4.4.0: 1..65535
     879  * R19-11/R20-11/R21-11: 0..65535
     880* 参照先: [#WdgMCheckpoint /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint]
     881
     882== WdgMInternalTransition ==
     883{{{
     884/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMInternalTransition
     885}}}
     886* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     887* SWSタグ: ECUC_WdgM_00345
     888* タイプ: PARAM-CONF-CONTAINER
     889* 多重度: 0..65535
     890
     891== WdgMInternalTransitionDestRef ==
     892{{{
     893/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMInternalTransition/WdgMInternalTransitionDestRef
     894}}}
     895* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     896* SWSタグ: ECUC_WdgM_00351
     897* タイプ:
     898  * R4.0.3/R4.1.3/R4.2.2/R4.3.1: SYMBOLIC-NAME-REFERENCE
     899  * R4.4.0/R19-11/R20-11/R21-11: REFERENCE
     900* 多重度: 1
     901* 参照先: [#WdgMCheckpoint /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint]
     902
     903== WdgMInternalTransitionSourceRef ==
     904{{{
     905/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMInternalTransition/WdgMInternalTransitionSourceRef
     906}}}
     907* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     908* SWSタグ: ECUC_WdgM_00350
     909* タイプ:
     910  * R4.0.3/R4.1.3/R4.2.2/R4.3.1: SYMBOLIC-NAME-REFERENCE
     911  * R4.4.0/R19-11/R20-11/R21-11: REFERENCE
     912* 多重度: 1
     913* 参照先: [#WdgMCheckpoint /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint]
     914
     915== WdgMInternallCheckpointFinalRef ==
     916{{{
     917/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMInternallCheckpointFinalRef
     918}}}
     919* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     920* SWSタグ: ECUC_WdgM_00344
     921* タイプ:
     922  * R4.0.3/R4.1.3/R4.2.2/R4.3.1: SYMBOLIC-NAME-REFERENCE
     923  * R4.4.0/R19-11/R20-11/R21-11: REFERENCE
     924* 多重度:
     925  * R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0: 1..65535
     926  * R19-11/R20-11/R21-11: 0..65535
     927* 参照先: [#WdgMCheckpoint /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint]
     928
     929== WdgMMainFunctionRef ==
     930{{{
     931/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMMainFunctionRef
     932}}}
     933* 対象リビジョン: R21-11
     934* SWSタグ: ECUC_WdgM_00368
     935* タイプ: REFERENCE
     936* 多重度: 0..1
     937* 参照先: [#WdgMMainFunction /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMMainFunction]
     938
     939== WdgMOSCounter ==
     940{{{
     941/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMOSCounter
     942}}}
     943* 対象リビジョン: R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     944* SWSタグ: ECUC_WdgM_00361
     945* タイプ: REFERENCE
     946* 多重度: 0..1
     947* 参照先: [wiki:spec/Os#OsCounter /AUTOSAR/EcucDefs/Os/OsCounter]
     948
     949== WdgMOsApplicationRef ==
     950{{{
     951/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMOsApplicationRef
     952}}}
     953* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1
     954* SWSタグ: ECUC_WdgM_00346
     955* タイプ: REFERENCE
     956* 多重度: 0..1
     957* 参照先: [wiki:spec/Os#OsApplication /AUTOSAR/EcucDefs/Os/OsApplication]
     958
     959== WdgMSupervisedEntityId ==
     960{{{
     961/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMSupervisedEntityId
     962}}}
     963* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     964* SWSタグ: ECUC_WdgM_00304
     965* タイプ: INTEGER-PARAM
     966* 多重度: 1
     967* 上限値: 65535
     968* 下限値: 0
     969
     970== WdgMSwClusterSupport ==
     971{{{
     972/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSwClusterSupport
     973}}}
     974* 対象リビジョン: R21-11
     975* SWSタグ: ECUC_WdgM_00365
     976* タイプ: ENUMERATION-PARAM
     977* 多重度: 0..1
     978* 選択肢:
     979  * DISABLE_SW_CLUSTER_SUPPORT
     980  * ENABLE_SW_CLUSTER_SUPPORT
     981* デフォルト値: DISABLE_SW_CLUSTER_SUPPORT
    521982
    522983== WdgMVersionInfoApi ==
     
    524985/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMVersionInfoApi
    525986}}}
    526 * 型:BooleanParam
    527 * 多重度:1
    528 
    529 == WdgMCallerIds ==
    530 {{{
    531 /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMCallerIds
    532 }}}
    533 * 型:Container
    534 * 多重度:0..1
    535 
    536 == WdgMCallerId ==
    537 {{{
    538 /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMCallerIds/WdgMCallerId
    539 }}}
    540 * 型:IntegerParam
    541 * 多重度:0..255
    542 * 上限値:65535
    543 * 下限値:0
    544 
    545 == WdgMSupervisedEntity ==
    546 {{{
    547 /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity
    548 }}}
    549 * 型:Container
    550 * 多重度:0..65535
    551 
    552 == WdgMSupervisedEntityId ==
    553 {{{
    554 /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMSupervisedEntityId
    555 }}}
    556 * 型:IntegerParam
    557 * 多重度:1
    558 * 上限値:65535
    559 * 下限値:0
    560 
    561 == WdgMEcucPartitionRef ==
    562 {{{
    563 /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMEcucPartitionRef
    564 }}}
    565 * 型:Reference
    566 * 多重度:0..1
    567 * 参照先:{{{/AUTOSAR/EcucDefs/EcuC/EcucPartitionCollection/EcucPartition}}}
    568 
    569 == WdgMOSCounter ==
    570 {{{
    571 /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMOSCounter
    572 }}}
    573 * 型:Reference
    574 * 多重度:0..1
    575 * 参照先:{{{/AUTOSAR/EcucDefs/Os/OsCounter}}}
    576 
    577 == WdgMOsApplicationRef ==
    578 {{{
    579 /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMOsApplicationRef
    580 }}}
    581 * 型:Reference
    582 * 多重度:0..1
    583 * 参照先:{{{/AUTOSAR/EcucDefs/Os/OsApplication}}}
    584 
    585 == WdgMInternalCheckpointInitialRef ==
    586 {{{
    587 /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMInternalCheckpointInitialRef
    588 }}}
    589 * 型:Reference
    590 * 多重度:1
    591 * 参照先:{{{/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint}}}
    592 
    593 == WdgMInternallCheckpointFinalRef ==
    594 {{{
    595 /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMInternallCheckpointFinalRef
    596 }}}
    597 * 型:Reference
    598 * 多重度:1..65535
    599 * 参照先:{{{/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint}}}
    600 
    601 == WdgMCheckpoint ==
    602 {{{
    603 /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint
    604 }}}
    605 * 型:Container
    606 * 多重度:1..65535
    607 
    608 == WdgMCheckpointId ==
    609 {{{
    610 /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint/WdgMCheckpointId
    611 }}}
    612 * 型:IntegerParam
    613 * 多重度:1
    614 * 上限値:65535
    615 * 下限値:0
    616 
    617 == WdgMInternalTransition ==
    618 {{{
    619 /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMInternalTransition
    620 }}}
    621 * 型:Container
    622 * 多重度:0..65535
    623 
    624 == WdgMInternalTransitionDestRef ==
    625 {{{
    626 /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMInternalTransition/WdgMInternalTransitionDestRef
    627 }}}
    628 * 型:Reference
    629 * 多重度:1
    630 * 参照先:{{{/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint}}}
    631 
    632 == WdgMInternalTransitionSourceRef ==
    633 {{{
    634 /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMInternalTransition/WdgMInternalTransitionSourceRef
    635 }}}
    636 * 型:Reference
    637 * 多重度:1
    638 * 参照先:{{{/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMSupervisedEntity/WdgMCheckpoint}}}
     987* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     988* SWSタグ: ECUC_WdgM_00302
     989* タイプ: BOOLEAN-PARAM
     990* 多重度: 1
     991* デフォルト値:
     992  * R4.3.1/R4.4.0/R19-11/R20-11/R21-11: false
    639993
    640994== WdgMWatchdog ==
     
    642996/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMWatchdog
    643997}}}
    644 * 型:Container
    645 * 多重度:0..255
     998* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     999* SWSタグ: ECUC_WdgM_00347
     1000* タイプ: PARAM-CONF-CONTAINER
     1001* 多重度: 0..255
     1002
     1003== WdgMWatchdogDeviceRef ==
     1004{{{
     1005/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMWatchdog/WdgMWatchdogDeviceRef
     1006}}}
     1007* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     1008* SWSタグ: ECUC_WdgM_00349
     1009* タイプ:
     1010  * R4.0.3/R4.1.3/R4.2.2/R4.3.1: SYMBOLIC-NAME-REFERENCE
     1011  * R4.4.0/R19-11/R20-11/R21-11: REFERENCE
     1012* 多重度: 1
     1013* 参照先: [wiki:spec/WdgIf#WdgIfDevice /AUTOSAR/EcucDefs/WdgIf/WdgIfDevice]
    6461014
    6471015== WdgMWatchdogName ==
     
    6491017/AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMWatchdog/WdgMWatchdogName
    6501018}}}
    651 * 型:StringParam
    652 * 多重度:1
    653 
    654 == WdgMWatchdogDeviceRef ==
    655 {{{
    656 /AUTOSAR/EcucDefs/WdgM/WdgMGeneral/WdgMWatchdog/WdgMWatchdogDeviceRef
    657 }}}
    658 * 型:Reference
    659 * 多重度:1
    660 * 参照先:{{{/AUTOSAR/EcucDefs/WdgIf/WdgIfDevice}}}
     1019* 対象リビジョン: R4.0.3/R4.1.3/R4.2.2/R4.3.1/R4.4.0/R19-11/R20-11/R21-11
     1020* SWSタグ: ECUC_WdgM_00348
     1021* タイプ: STRING-PARAM
     1022* 多重度: 1
     1023