MIRA
Classes | Namespaces | Macros
Framework.h File Reference

The framework that holds all manager classes and provides startup and shutdown of all framework related services. More...

#include <serialization/adapters/std/list>
#include <serialization/adapters/std/map>
#include <serialization/adapters/boost/shared_ptr.hpp>
#include <utils/ProgramOptions.h>
#include <platform/Types.h>
#include <rpc/RPCManager.h>
#include <thread/ScopedAccess.h>
#include <utils/Singleton.h>
#include <xml/XMLDomReflect.h>
#include <xml/XMLDomModifier.h>
#include <factory/LibraryRegistry.h>
#include <fw/Authority.h>
#include <fw/AuthorityManager.h>
#include <fw/Channel.h>
#include <fw/ChannelManager.h>
#include <fw/NameRegistry.h>
#include <loader/Loader.h>
#include <fw/impl/Authority.hpp>
#include <fw/impl/ConcreteChannel.hpp>
Include dependency graph for Framework.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Framework
 This class represents the core element of a modular application. More...
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Macros

#define MIRA_FW   mira::Framework::instance()
 Macro for accessing the framework instance. More...
 

Detailed Description

The framework that holds all manager classes and provides startup and shutdown of all framework related services.

Author
Erik Einhorn, Tim Langner
Date
2010/09/06

Macro Definition Documentation

◆ MIRA_FW

#define MIRA_FW   mira::Framework::instance()

Macro for accessing the framework instance.