21 #ifndef RODFDetectorFlow_h 22 #define RODFDetectorFlow_h 79 void addFlow(
const std::string& detector_id,
SUMOTime timestamp,
81 void removeFlow(
const std::string& detector_id);
82 void setFlows(
const std::string& detector_id, std::vector<FlowDef>&);
84 const std::vector<FlowDef>& getFlowDefs(
const std::string&
id)
const;
85 bool knows(
const std::string& det_id)
const;
86 double getFlowSumSecure(
const std::string&
id)
const;
87 double getMaxDetectorFlow()
const;
88 void printAbsolute()
const;
90 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.