EMANE
1.2.1
|
#include "emane/application/nemmanager.h"
#include "emane/application/nem.h"
#include "emane/nemlayer.h"
#include "emane/configurationupdate.h"
#include <string>
#include <list>
#include <memory>
Go to the source code of this file.
Classes | |
class | EMANE::Application::NEMBuilder |
Provides methods for constructing an emulator instance from its constituent parts. More... | |
Namespaces | |
EMANE | |
EMANE::Application | |
Typedefs | |
using | EMANE::Application::NEMLayers = std::list< std::unique_ptr< NEMLayer > > |
using | EMANE::Application::NEMs = std::list< std::unique_ptr< NEM > > |