33 bool Filter(std::vector<std::string>& aLine)
override;
35 void PrintReport(std::istream& aInStream, std::ostream& aOutStream)
override;
39 std::string mSubReportType{
"traffic_counts"};
40 std::map<std::string, int> mReportOptions{};
41 std::map<std::string, int> mTransmitters{};
42 std::map<std::string, int> mReceivers{};
43 std::map<std::string, int> mNetworks{};
44 std::map<std::string, int> mMessagesGen{};
45 std::map<std::string, int> mMessagesXmtd{};
46 std::map<std::string, int> mMessagesComp{};
47 std::map<std::string, int> mMessagesPurged{};
48 std::map<std::string, int> mExists{};