OnMostShutdownFlag
Valid for: CANoe DEFunction Syntax
Description
This event procedure is called each time the state of the Shutdown flag changes. Within this event procedure the functions mostEventChannel, mostEventTime and mostEventOrigTime can be used to call up supplemental information.Parameters
- oldstate: Old state of the Shutdown Flag.
- newstate: New state of the Shutdown Flag.
Return Values
- 1: Shutdown Flag set.
- 0: Shutdown Flag not set.