|
Vesna
|
#include <vector>#include <utility>#include <cstdint>#include <QMetaEnum>

Go to the source code of this file.
Classes | |
| class | PassengerCounterDefines |
Typedefs | |
| typedef long | LineBusStopOrder |
| typedef long | PassengersCount |
| typedef std::vector< std::pair < LineBusStopOrder, PassengersCount > > | PassengersCountsVector |
| typedef long LineBusStopOrder |
| typedef long PassengersCount |
| typedef std::vector< std::pair<LineBusStopOrder, PassengersCount> > PassengersCountsVector |
each pair contains two values: first is bus stop line order, second is number of passenger at that bus stop (line order is needed for continous trip when passengers are also valid for next trip)
1.8.8