ComponentLoader.cpp File Reference
#include "ocl/Component.hpp"
#include <string>
#include <map>
#include <vector>
#include <rtt/RTT.hpp>
#include "ocl-config.h"
#include <boost/shared_ptr.hpp>
#include <rtt/TaskContext.hpp>
#include <rtt/Logger.hpp>
#include <boost/filesystem.hpp>
#include <rtt/plugin/PluginLoader.hpp>
#include <rtt/types/TypekitRepository.hpp>
#include <dlfcn.h>
Go to the source code of this file.
Define Documentation
Function Documentation
static const char default_delimiter |
( |
':' |
|
) |
[static] |
static const std::string delimiters |
( |
":;" |
|
) |
[static] |
static const std::string FULL_COMPONENT_SUFFIX |
( |
string("-")+string(OROCOS_TARGET_NAME)+SO_POSTFIX+ |
SO_EXT |
) |
[static] |
bool hasEnding |
( |
string const & |
fullString, |
|
|
string const & |
ending | |
|
) |
| | |
static const std::string SO_EXT |
( |
".so" |
|
) |
[static] |
static const std::string SO_POSTFIX |
( |
"" |
|
) |
[static] |
Variable Documentation