FSIL_GetAddress
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
Returns the address that is used by the FS IL.Parameters
- fs: FS simulation node to apply the function
Return Values
- ≥ 0: Address of the FS IL
- < 0: IL Error Code
long FSIL_GetAddress(); // form 1
long FSIL_GetAddress(dbNode fs); // form 2
on key 'a'
{
long addr;
addr = FSIL_GetAddress();
}