Function type

Variables 
read

SWORD r_TimeToSignalFrame(BYTE TsId, BYTE Frame, BYTE dt, BYTE FrameEnd);

EN

VWORT l_ZeitdifferenzZumRahmenplan(BYTE VSID, BYTE Rahmen, WORT dt, BYTE EndeRahmen);

DE

Description

Determines from the current point in time how long it will be until the desired frame is due.

Version information

from version 6.1.3

Arguments

BYTE

TsId

ID number of the desired traffic stream.

BYTE 

Frame

Desired frame type:

0

NoPlan

No frame is pending.

1

AreaAdvance

Frame for advance is pending.

2

AreaCall

Frame for call is pending.

3

AreaExtension

Frame for the extension is pending.

WORD

dt

Offset time (in seconds) from the current time to the desired time.

BYTE

FrameEnd

Right (1) = End of the frame type, Wrong (0) = Start of the frame type.

Return value

SWORD

Time difference in 1/10 seconds.