Model Railroad System  2.2.2
Public Attributes | List of all members
Parsers::RouteVec Struct Reference

Route structure. More...

#include <TrackGraph.h>

Public Attributes

char * positionName
 Name of route. More...
 
IntegerListposList
 List of segments used by the route. More...
 
float routeLength
 Length of the route. More...
 

Detailed Description

Route structure.

Author
Robert Heller <heller@deepsoft.com>

Member Data Documentation

◆ positionName

char* Parsers::RouteVec::positionName

Name of route.

◆ posList

IntegerList* Parsers::RouteVec::posList

List of segments used by the route.

◆ routeLength

float Parsers::RouteVec::routeLength

Length of the route.