|
MADARA
3.2.3
|
#include <string>#include <vector>#include <map>#include <list>#include "madara/knowledge/KnowledgeRecord.h"#include "madara/knowledge/Functions.h"#include "madara/utility/StdInt.h"#include "madara/MadaraExport.h"#include "madara/transport/TransportContext.h"#include "madara/knowledge/ExternFunctionVariables.h"#include "madara/knowledge/containers/Map.h"#include "AggregateFilter.h"Go to the source code of this file.
Classes | |
| class | madara::filters::EndpointDiscovery |
| Filter for discovering remote hosts that have sent messages. More... | |
Namespaces | |
| madara | |
| Copyright (c) 2015 Carnegie Mellon University. | |
| madara::filters | |
| Provides filtering for the MADARA transport layer. | |
This file contains the endpoint discovery filter, which is useful for anyone wanting to keep a list of remote hosts that have messaged an agent.
Definition in file EndpointDiscovery.h.