osurs  0.0.1
Data Structures | Macros | Typedefs | Functions
matsim.c File Reference

Import a MATSim transit schedule from XML. More...

#include <libxml/parser.h>
#include "osurs/io.h"
#include "utils.h"
Include dependency graph for matsim.c:

Data Structures

struct  carrier_t
 

Macros

#define INIT_ALLOC_SIZE_S   10
 
#define INIT_ALLOC_SIZE_M   100
 
#define INIT_ALLOC_SIZE_L   1000
 

Typedefs

typedef struct carrier_t Carrier
 

Functions

int import_matsim (Network *network, const char *schedule_file, const char *vehicle_file)
 

Detailed Description

Import a MATSim transit schedule from XML.

Date
: 2022-07-19
Author
: Merlin Unterfinger

Function Documentation

◆ import_matsim()

int import_matsim ( Network network,
const char *  schedule_file,
const char *  vehicle_file 
)
Parameters
network
schedule_file
vehicle_file
Returns
int