root/doc/latex/structvgs__entr__record.tex @ 261

Revision 261, 3.7 kB (checked in by smidl, 16 years ago)

doc

Line 
1\hypertarget{structvgs__entr__record}{
2\section{vgs\_\-entr\_\-record Struct Reference}
3\label{structvgs__entr__record}\index{vgs\_\-entr\_\-record@{vgs\_\-entr\_\-record}}
4}
5{\tt \#include $<$vgs\_\-aimsun.h$>$}
6
7\subsection*{Public Attributes}
8\begin{CompactItemize}
9\item 
10float \hyperlink{structvgs__entr__record_865088a4574980b0499f1ef0e0a0419f}{time}
11\item 
12int \hyperlink{structvgs__entr__record_b3d0a1747903c7b8a011357435c39a8e}{capacity}
13\item 
14int \hyperlink{structvgs__entr__record_344647d25b00c61ef6a5adf4f8e921aa}{length}
15\item 
16int $\ast$ \hyperlink{structvgs__entr__record_ad0910f1711e70b89147ed91333f8291}{flows}
17\item 
18int $\ast$ \hyperlink{structvgs__entr__record_a7a2a427279ba48ad226718419c6bc6e}{sids}
19\end{CompactItemize}
20
21
22\subsection{Detailed Description}
23Aimsun part of HRD-Aimsun vehicle generation and statistics API.
24
25This 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).
26
27This part shall be included by the Aimsun Getram extension code that implements vehicle generation and statistics gathering for HRD.
28
29(c) 2008 - UTIA AVCR, v.v.i.
30
31Author: Jan Prikryl $<$\href{mailto:prikryl@utia.cas.cz}{\tt prikryl@utia.cas.cz}$>$
32
33Version: \$Id\$ Entrance data vector. This stricture contains a complete record of entrances at some time.
34
35\subsection{Member Data Documentation}
36\hypertarget{structvgs__entr__record_865088a4574980b0499f1ef0e0a0419f}{
37\index{vgs\_\-entr\_\-record@{vgs\_\-entr\_\-record}!time@{time}}
38\index{time@{time}!vgs_entr_record@{vgs\_\-entr\_\-record}}
39\subsubsection[time]{\setlength{\rightskip}{0pt plus 5cm}float {\bf vgs\_\-entr\_\-record::time}}}
40\label{structvgs__entr__record_865088a4574980b0499f1ef0e0a0419f}
41
42
43Time from which is this traffic demand valid. \hypertarget{structvgs__entr__record_b3d0a1747903c7b8a011357435c39a8e}{
44\index{vgs\_\-entr\_\-record@{vgs\_\-entr\_\-record}!capacity@{capacity}}
45\index{capacity@{capacity}!vgs_entr_record@{vgs\_\-entr\_\-record}}
46\subsubsection[capacity]{\setlength{\rightskip}{0pt plus 5cm}int {\bf vgs\_\-entr\_\-record::capacity}}}
47\label{structvgs__entr__record_b3d0a1747903c7b8a011357435c39a8e}
48
49
50Maximum number of element that can fit in. \hypertarget{structvgs__entr__record_344647d25b00c61ef6a5adf4f8e921aa}{
51\index{vgs\_\-entr\_\-record@{vgs\_\-entr\_\-record}!length@{length}}
52\index{length@{length}!vgs_entr_record@{vgs\_\-entr\_\-record}}
53\subsubsection[length]{\setlength{\rightskip}{0pt plus 5cm}int {\bf vgs\_\-entr\_\-record::length}}}
54\label{structvgs__entr__record_344647d25b00c61ef6a5adf4f8e921aa}
55
56
57Number of elements in the data vector. \hypertarget{structvgs__entr__record_ad0910f1711e70b89147ed91333f8291}{
58\index{vgs\_\-entr\_\-record@{vgs\_\-entr\_\-record}!flows@{flows}}
59\index{flows@{flows}!vgs_entr_record@{vgs\_\-entr\_\-record}}
60\subsubsection[flows]{\setlength{\rightskip}{0pt plus 5cm}int $\ast$ {\bf vgs\_\-entr\_\-record::flows}}}
61\label{structvgs__entr__record_ad0910f1711e70b89147ed91333f8291}
62
63
64Flow data vector, realloc()ed according to our needs. \hypertarget{structvgs__entr__record_a7a2a427279ba48ad226718419c6bc6e}{
65\index{vgs\_\-entr\_\-record@{vgs\_\-entr\_\-record}!sids@{sids}}
66\index{sids@{sids}!vgs_entr_record@{vgs\_\-entr\_\-record}}
67\subsubsection[sids]{\setlength{\rightskip}{0pt plus 5cm}int $\ast$ {\bf vgs\_\-entr\_\-record::sids}}}
68\label{structvgs__entr__record_a7a2a427279ba48ad226718419c6bc6e}
69
70
71Section identifiers corresponding to elements of the `data` field.
72
73The documentation for this struct was generated from the following files:\begin{CompactItemize}
74\item 
75.git\_\-externals/vgs\_\-api/vgs\_\-aimsun.h\item 
76vgs\_\-api/vgs\_\-aimsun.h\end{CompactItemize}
Note: See TracBrowser for help on using the browser.