Java SDK for 2D
 All Classes Namespaces Functions Variables Pages
TmcEvent.EventCode Class Reference

List of the possible Event codes. More...

Static Public Attributes

static final int TMC_TRAFFIC_PROBLEM = 0
 General traffic problem. More...
 
static final int TMC_QUEUING_PROBLEM = 1
 Queuing problem. More...
 
static final int TMC_SLOW_TRAFFIC = 2
 Slow traffic. More...
 
static final int TMC_HEAVY_TRAFFIC = 3
 Heavy traffic. More...
 
static final int TMC_STATIONARY_TRAFFIC = 4
 Stationary traffic. More...
 
static final int TMC_CONGESTION = 5
 Congestion. More...
 
static final int TMC_NORMAL_TRAFFIC = 6
 Normal traffic. More...
 
static final int TMC_NO_PROBLEMS = 7
 No problems. More...
 
static final int TMC_ACCIDENT_CLEARED = 8
 Accident cleared. More...
 
static final int TMC_ACCIDENT_INCIDENT = 9
 Accident. More...
 
static final int TMC_CLOSURE = 10
 Closure. More...
 
static final int TMC_BRIDGE_TUNEL_BLOCKED = 11
 Bridge tunnel blocked. More...
 
static final int TMC_SEVICE_CLOSED = 12
 Sevice closed. More...
 
static final int TMC_SERVICE_REOPENED = 13
 Service reopened. More...
 
static final int TMC_LANE_CLOSURE = 14
 Lane closure. More...
 
static final int TMC_ROAD_WORKS = 15
 Road works. More...
 
static final int TMC_OBSTACLE = 16
 Obstacle. More...
 
static final int TMC_ROAD_CONDITIONS = 17
 Road conditions. More...
 
static final int TMC_WEATHER = 18
 Weather. More...
 
static final int TMC_WIND = 19
 Wind. More...
 
static final int TMC_VISIBILITY = 20
 Visibility. More...
 
static final int TMC_TEMPERATURE = 21
 Temperature. More...
 
static final int TMC_ACTIVITY = 22
 Activity. More...
 
static final int TMC_DELAY = 23
 Delay. More...
 
static final int TMC_DANGEROUS_VEHICLE = 24
 Dangerous vehicle. More...
 
static final int TMC_EXCEPTIONAL_LOADS_VEHICLES = 25
 Exceptional loads vehicles. More...
 
static final int TMC_TRAFFIC_EQUIPMENT = 26
 Traffic equipment. More...
 
static final int TMC_SIZE_AND_WEIGHT_LIMITS = 27
 Size and weight limits. More...
 
static final int TMC_PARKING_RESTRICTIONS = 28
 Parking restrictions. More...
 
static final int TMC_REFERENCE_TO_AUDIO_BROADCAST = 29
 Reference to audio broadcast. More...
 
static final int TMC_ADDITIONAL_INFO = 30
 Additional info. More...
 

Detailed Description

List of the possible Event codes.

Member Data Documentation

final int TMC_ACCIDENT_CLEARED = 8
static

Accident cleared.

final int TMC_ACCIDENT_INCIDENT = 9
static

Accident.

final int TMC_ACTIVITY = 22
static

Activity.

final int TMC_ADDITIONAL_INFO = 30
static

Additional info.

final int TMC_BRIDGE_TUNEL_BLOCKED = 11
static

Bridge tunnel blocked.

final int TMC_CLOSURE = 10
static

Closure.

final int TMC_CONGESTION = 5
static

Congestion.

final int TMC_DANGEROUS_VEHICLE = 24
static

Dangerous vehicle.

final int TMC_DELAY = 23
static

Delay.

final int TMC_EXCEPTIONAL_LOADS_VEHICLES = 25
static

Exceptional loads vehicles.

final int TMC_HEAVY_TRAFFIC = 3
static

Heavy traffic.

final int TMC_LANE_CLOSURE = 14
static

Lane closure.

final int TMC_NO_PROBLEMS = 7
static

No problems.

final int TMC_NORMAL_TRAFFIC = 6
static

Normal traffic.

final int TMC_OBSTACLE = 16
static

Obstacle.

final int TMC_PARKING_RESTRICTIONS = 28
static

Parking restrictions.

final int TMC_QUEUING_PROBLEM = 1
static

Queuing problem.

final int TMC_REFERENCE_TO_AUDIO_BROADCAST = 29
static

Reference to audio broadcast.

final int TMC_ROAD_CONDITIONS = 17
static

Road conditions.

final int TMC_ROAD_WORKS = 15
static

Road works.

final int TMC_SERVICE_REOPENED = 13
static

Service reopened.

final int TMC_SEVICE_CLOSED = 12
static

Sevice closed.

final int TMC_SIZE_AND_WEIGHT_LIMITS = 27
static

Size and weight limits.

final int TMC_SLOW_TRAFFIC = 2
static

Slow traffic.

final int TMC_STATIONARY_TRAFFIC = 4
static

Stationary traffic.

final int TMC_TEMPERATURE = 21
static

Temperature.

final int TMC_TRAFFIC_EQUIPMENT = 26
static

Traffic equipment.

final int TMC_TRAFFIC_PROBLEM = 0
static

General traffic problem.

final int TMC_VISIBILITY = 20
static

Visibility.

final int TMC_WEATHER = 18
static

Weather.

final int TMC_WIND = 19
static

Wind.