Apache Celix
2.3.0
An implementation of the OSGi specification adapted to C and C++
|
#include <memory>
#include "celix/Properties.h"
#include "celix/BundleContext.h"
#include "celix/Framework.h"
#include "celix_framework_factory.h"
Go to the source code of this file.
Namespaces | |
celix | |
Functions | |
std::shared_ptr< celix::Framework > | celix::createFramework (const celix::Properties &properties={}) |
Create a new celix Framework instance. More... | |