Property | Type | Description | |
---|---|---|---|
CurrentStep | int | ||
NodeGroup | List |
||
NodeId | ushort | ||
Steps | List |
||
TimedScripts | TrafficLightsTimed>.Dictionary |
Method | Description | |
---|---|---|
AddStep ( int num ) : void | ||
AddTimedLight ( ushort nodeid, List |
||
CheckNextChange ( int segmentId, int lightType ) : long | ||
CheckStep ( uint frame ) : void | ||
GetStep ( int stepId ) : |
||
GetTimedLight ( ushort nodeid ) : |
||
IsStarted ( ) : bool | ||
IsTimedLight ( ushort nodeid ) : bool | ||
MoveStep ( int oldPos, int newPos ) : void | ||
NumSteps ( ) : int | ||
RemoveStep ( int id ) : void | ||
RemoveTimedLight ( ushort nodeid ) : void | ||
ResetSteps ( ) : void | ||
SkipStep ( ) : void | ||
Start ( ) : void | ||
Stop ( ) : void | ||
TrafficLightsTimed ( ushort nodeId, IEnumerable |
public static AddTimedLight ( ushort nodeid, List |
||
nodeid | ushort | |
nodeGroup | List |
|
return | void |
public CheckNextChange ( int segmentId, int lightType ) : long | ||
segmentId | int | |
lightType | int | |
return | long |
public GetStep ( int stepId ) : |
||
stepId | int | |
return |
public static GetTimedLight ( ushort nodeid ) : |
||
nodeid | ushort | |
return |
public static IsTimedLight ( ushort nodeid ) : bool | ||
nodeid | ushort | |
return | bool |
public MoveStep ( int oldPos, int newPos ) : void | ||
oldPos | int | |
newPos | int | |
return | void |
public static RemoveTimedLight ( ushort nodeid ) : void | ||
nodeid | ushort | |
return | void |
public TrafficLightsTimed ( ushort nodeId, IEnumerable |
||
nodeId | ushort | |
nodeGroup | IEnumerable |
|
return | System.Collections.Generic |