lookupFrFrame
Syntax
dbFrFrame * lookupFrFrame(char frameName[]);
Function
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 anerror in test systemwhile simulation/analysis nodes write a warning into the Write Window, and the function returns an invaliddbFrFrame.
Parameters
frameName The qualified name of the frame. The syntax is[NetworkName::][NodeName::]FrameName, i.e., both network name and node name are optional.
Return Values
The found unique frame definition or an invalid object.
SeeData Types for Variables