output (FlexRay)
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
void output(flexraymessage msg); // form 1void output(flexraystartcycle msg); // form 2void output(flexraysymbol msg); // form 3void output(flexraypocstate msg); // form 4void output(flexrayerror msg); // form 5
Description
Outputs the object from the program block of the analysis branch. This function must be used inside the appropriate event procedure in order to forward the event to the next block in the analysis branch. If the function is not called, then the event is not forwarded. Thus, events will be filtered by the CAPL program when omitting this function. The function must not be used in the Simulation Setup or transmit branch.Parameters
- Msg: Variable of type
- flexraymessage: List of available selectors for this type of objects can be found under on frFrame selectors, on frSlot selectors, on frNullFrame selectors, and on frFrameError selectors.
- flexraystartcycle: List of available selectors for this type of objects can be found under on frStartCycle selectors.
- flexraysymbol: List of available selectors for this type of objects can be found under on frSymbol selectors.
- flexraypocstate: List of available selectors for this type of objects can be found under on frPocState selectors.
- flexrayerror: List of available selectors for this type of objects can be found under on frRError selectors.
this.