vtlib library
Public Member Functions
vtIntersectionEngine Class Reference
Inheritance diagram for vtIntersectionEngine:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void Eval ()

Detailed Description

Operates signal lights. changes the lights at a node. based on a state machine. engine creates states and simply cycles through them.

Assumes that the initial color of lights at a road determines the relationship of lights at that intersection. for example, in a normal intersection, the non-perpendicular road segments should have the same color - one pair green, the other red.


Member Function Documentation

void vtIntersectionEngine::Eval ( ) [virtual]

Virtual handler, will be called every frame to do the work of the engine. You must override this if you want your engine to be useful.

Reimplemented from vtEngine.

 All Classes Files Functions Variables Friends