NMPB08 Shared Libraries
|
structure used for enumerating the contents of the database More...
#include <RailwayEmissionNMPB08.h>
Public Attributes | |
unsigned int | type |
const char * | id |
const char * | name |
const char * | image |
double | length |
double | vmax |
structure used for enumerating the contents of the database
Definition at line 255 of file RailwayEmissionNMPB08.h.
const char * RailwayEntity::id |
identifier
Definition at line 258 of file RailwayEmissionNMPB08.h.
const char * RailwayEntity::image |
name of image file
Definition at line 260 of file RailwayEmissionNMPB08.h.
double RailwayEntity::length |
lenght in meters
Definition at line 261 of file RailwayEmissionNMPB08.h.
const char * RailwayEntity::name |
full name
Definition at line 259 of file RailwayEmissionNMPB08.h.
unsigned int RailwayEntity::type |
unit, train or part of a train
Definition at line 257 of file RailwayEmissionNMPB08.h.
double RailwayEntity::vmax |
maximum speed in km/h
Definition at line 262 of file RailwayEmissionNMPB08.h.