lookupFrFrame
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
dbFrFrame * lookupFrFrame(char frameName[]);
Description
Searches for a FlexRay frame definition in the database(s). If the frame is not found or if the name is not unique, test modules/units report an error in test system while simulation/analysis nodes write a warning into the Write Window, and the function returns an invaliddbFrFrame.
Notes: It is recommended to use this function only in special cases or during measurement start, since searching for the database definition may impact realtime performance.
Parameters
- frameName: The qualified name of the frame. The syntax is
[NetworkName::][NodeName::]FrameName, i.e., both network name and node name are optional.