|
navit
0.5.3-trunk
|
A quantifier, which can be used with events and supplementary information. More...
#include <traffic.h>
Data Fields | |
| union { | |
| int q_duration | |
| int q_int | |
| int q_speed | |
| unsigned int q_time | |
| } | u |
A quantifier, which can be used with events and supplementary information.
| int quantifier::q_duration |
A duration in 1/10 of a second.
Referenced by traffic_message_parse_events().
| int quantifier::q_int |
An integer.
| int quantifier::q_speed |
A speed in km/h.
| unsigned int quantifier::q_time |
A timestamp in epoch time (seconds elapsed since Jan 1, 1970, 00:00 UTC).
| union { ... } quantifier::u |
Referenced by traffic_message_parse_events().