#include <rtt/RTT.hpp>
#include "DeploymentComponent.hpp"
#include <rtt/deployment/ComponentLoader.hpp>
#include <rtt/extras/Activities.hpp>
#include <rtt/extras/SequentialActivity.hpp>
#include <rtt/extras/FileDescriptorActivity.hpp>
#include <rtt/marsh/PropertyMarshaller.hpp>
#include <rtt/marsh/PropertyDemarshaller.hpp>
#include <rtt/scripting/Scripting.hpp>
#include <rtt/ConnPolicy.hpp>
#include <rtt/plugin/PluginLoader.hpp>
#include <rtt/types/GlobalsRepository.hpp>
#include <boost/algorithm/string.hpp>
#include <rtt/base/OperationCallerBaseInvoker.hpp>
#include <cstdio>
#include <cstdlib>
#include "ocl/Component.hpp"
#include <rtt/marsh/PropertyLoader.hpp>
#include <sys/types.h>
#include <iostream>
#include <fstream>
#include <set>
Go to the source code of this file.
Namespaces | |
OCL | |
Macros | |
#define | ORO__str(s) #s |
#define | ORO_str(s) ORO__str(s) |
Functions | |
int | OCL::string_to_oro_sched (const std::string &sched) |
Variables | |
static int | OCL::got_signal = -1 |
static std::set< string > | OCL::valid_names |
#define ORO__str | ( | s | ) | #s |
Definition at line 95 of file DeploymentComponent.cpp.
#define ORO_str | ( | s | ) | ORO__str(s) |
Definition at line 94 of file DeploymentComponent.cpp.