24 #ifndef MSDetectorControl_h
25 #define MSDetectorControl_h
48 #include <mesosim/MEInductLoop.h>
207 typedef std::map< IntervalsKey, DetectorFileVec >
Intervals;
221 struct detectorEquals :
public std::binary_function< DetectorFilePair, MSDetectorFileOutput*, bool > {
224 return pair.first == det;
230 std::map<SumoXMLTag, NamedObjectCont< MSDetectorFileOutput*> >
myDetectors;