|
osurs
0.0.1
|
Access network structures. More...

Functions | |
| Node * | get_node (Network *network, const char *id) |
| Get the node struct. More... | |
| Vehicle * | get_vehicle (Network *network, const char *id) |
| Get the vehicle struct. More... | |
| Composition * | get_composition (Network *network, const char *id) |
| Get the composition struct. More... | |
| Route * | get_route (Network *network, const char *id) |
| Get the route struct. More... | |
| Trip * | get_trip (Route *route, const char *id) |
| Get the trip struct. More... | |
Access network structures.
| Composition* get_composition | ( | Network * | network, |
| const char * | id | ||
| ) |
Get the composition struct.
| network | An network to get the composition from. |
| id | The identifier of the composition. |
Get the node struct.
| network | An network to get the node from. |
| id | The identifier of the node. |
Get the route struct.
| network | An network to get the route from. |
| id | The identifier of the route. |
Get the trip struct.
| route | A route to get the trip from. |
| id | The identifier of the trip. |