WatchdogResetRequest FPrime port enum isn't synced with Reset_Specific enum in WatchDogInterface component (and WD). For technical completeness, this should be fixed or removed. Fortunately, it shouldn't lead to any issues in the current code base since it's only used by the CompResetRequest port (which is deprecated and no-op atm).
WatchdogResetRequest
FPrime port enum isn't synced withReset_Specific
enum inWatchDogInterface
component (and WD). For technical completeness, this should be fixed or removed. Fortunately, it shouldn't lead to any issues in the current code base since it's only used by theCompResetRequest
port (which is deprecated and no-op atm).Port can be found here.
NOTE: A fix for this isn't very important. This Issue is mainly just for documentation of a non-conformance.