timeDiff
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
long timeDiff(message m1, NOW); // from 1long timeDiff(message m1, message m2); // from 2
Description
Time difference between messages or between a message and the current time in ms (msg2 - msg1 or now - msg1). Starting with CANalyzer 2.xx this difference can be calculated directly (Units of 10 microseconds).Parameters
- Variable of type message
- Variable of type now