You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement Message.InspectMsg and suitable overrides. This function should be invoked when a message is sent, but only when a debug flag is enabled in a lab load. Its purpose is to verify that the message
belongs to a valid protocol
matches its PSM's protocol (if sent by a PSM)
has a valid signal for its protocol
contains all parameters that are mandatory for its signal
contains no parameters that are invalid for its signal
The text was updated successfully, but these errors were encountered:
Implement
Message.InspectMsg
and suitable overrides. This function should be invoked when a message is sent, but only when a debug flag is enabled in a lab load. Its purpose is to verify that the messageThe text was updated successfully, but these errors were encountered: