#include <vgs_aimsun.h>
Public Attributes | |
float | time |
int | capacity |
int | length |
int * | flows |
int * | sids |
This header file defined all types and function prototypes needed by Aimsun for communicatings statistics to Matlab (and to the HRD controller that is implemented in Matlab).
This part shall be included by the Aimsun Getram extension code that implements vehicle generation and statistics gathering for HRD.
(c) 2008 - UTIA AVCR, v.v.i.
Author: Jan Prikryl <prikryl@utia.cas.cz>
Version: $Id$ Entrance data vector. This stricture contains a complete record of entrances at some time.
float vgs_entr_record::time |
Time from which is this traffic demand valid.
Maximum number of element that can fit in.
Number of elements in the data vector.
int * vgs_entr_record::flows |
Flow data vector, realloc()ed according to our needs.
int * vgs_entr_record::sids |
Section identifiers corresponding to elements of the `data` field.