MADARA
3.1.8
|
#include <string>
#include <vector>
#include <map>
#include <list>
#include "ace/High_Res_Timer.h"
#include "madara/knowledge/KnowledgeRecord.h"
#include "madara/knowledge/Functions.h"
#include "madara/utility/stdint.h"
#include "madara/MADARA_export.h"
#include "madara/transport/TransportContext.h"
#include "madara/knowledge/ExternFunctionVariables.h"
#include "madara/knowledge/containers/Integer.h"
#include "AggregateFilter.h"
#include "CounterFilter.inl"
Go to the source code of this file.
Classes | |
class | madara::filters::CounterFilter |
Filter for discovering neighboring peers. More... | |
Namespaces | |
madara | |
Copyright (c) 2015 Carnegie Mellon University. | |
madara::filters | |
Provides filtering for the MADARA transport layer. | |
This file contains a filter for counting filter invocations
Definition in file CounterFilter.h.