Microscopic Traffic Simulator
Microscopic_Traffic_Simulator___Model.GeometricObjects.Nodes.SensorNode Class Reference

Node containing sensor. More...

Inheritance diagram for Microscopic_Traffic_Simulator___Model.GeometricObjects.Nodes.SensorNode:
Microscopic_Traffic_Simulator___Model.GeometricObjects.Nodes.InnerNode Microscopic_Traffic_Simulator___Model.GeometricObjects.Nodes.Node

Public Member Functions

 SensorNode (Point location, double t, Sensor sensor)
 Initialization of the sensor node. More...
 
- Public Member Functions inherited from Microscopic_Traffic_Simulator___Model.GeometricObjects.Nodes.InnerNode
 InnerNode (Point location, double t)
 Initialization of the inner node. More...
 

Properties

Sensor Sensor [get]
 Sensor in the node. More...
 
- Properties inherited from Microscopic_Traffic_Simulator___Model.GeometricObjects.Nodes.Node
Point Location [get]
 Location of node. More...
 

Detailed Description

Node containing sensor.

Definition at line 11 of file SensorNode.cs.

Constructor & Destructor Documentation

Microscopic_Traffic_Simulator___Model.GeometricObjects.Nodes.SensorNode.SensorNode ( Point  location,
double  t,
Sensor  sensor 
)

Initialization of the sensor node.

Parameters
locationNode location.
tValue in interval (0, 1) determining location on the lane.
sensorSensor to be placed in the node.

Definition at line 28 of file SensorNode.cs.

Property Documentation

Sensor Microscopic_Traffic_Simulator___Model.GeometricObjects.Nodes.SensorNode.Sensor
get

Sensor in the node.

Definition at line 20 of file SensorNode.cs.


The documentation for this class was generated from the following file: