19 #ifndef RODFDetectorFlow_h 20 #define RODFDetectorFlow_h 73 void addFlow(
const std::string& detector_id,
SUMOTime timestamp,
75 void removeFlow(
const std::string& detector_id);
76 void setFlows(
const std::string& detector_id, std::vector<FlowDef>&);
78 const std::vector<FlowDef>& getFlowDefs(
const std::string&
id)
const;
79 bool knows(
const std::string& det_id)
const;
80 double getFlowSumSecure(
const std::string&
id)
const;
81 double getMaxDetectorFlow()
const;
82 void printAbsolute()
const;
84 void mesoJoin(
const std::string& nid,
const std::vector<std::string>& oldids);
std::map< std::string, std::vector< FlowDef > > myFastAccessFlows
Definition of the traffic during a certain time containing the flows and speeds.