Unconditional (Boxed) Event Procedures
Valid for: CANoe DE • CANoe4SW DE • CANoe:lite DE • CANoe4SW:lite DE NoteThe usage of “boxed” event procedures is not compatible to older versions of your CANoe DE product. They can only be used in CAPL programs with version 7.0 and higher. Normally, the generic event procedures (e.g. on message *) are only called if there is no more specific event procedure in the program for the message which is received. Example
If you implement a “boxed” event procedure in the measurement setup, you should not call
output(this) because of the danger of transmitting the message two times, once in the “boxed” event procedure and once in the specific event procedure. Call output(this) only in specific event procedures and unboxed generic event procedures.
You may use a “boxed” event procedure with the following message types:
- message
- pg
- linFrame
- frSlot