#include <map>
#include <list>
#include <vector>
#include <string>
#include <boost/program_options.hpp>
#include <rtm/Manager.h>
#include <rtm/RTObject.h>
Go to the source code of this file.
Classes | |
class | BridgeConf |
struct | ModuleInfo |
struct | PortConnection |
struct | PortInfo |
Macros | |
#define | SUFFIX_SHARED_EXT ".so" |
Typedefs | |
typedef std::list< ModuleInfo > | ModuleInfoList |
typedef std::vector< PortConnection > | PortConnectionList |
typedef std::map< std::string, PortInfo > | PortInfoMap |
typedef std::map< std::string, double > | TimeRateMap |
Definition in file BridgeConf.h.
#define SUFFIX_SHARED_EXT ".so" |
Definition at line 23 of file BridgeConf.h.
typedef std::list<ModuleInfo> ModuleInfoList |
Definition at line 83 of file BridgeConf.h.
typedef std::vector<PortConnection> PortConnectionList |
Definition at line 73 of file BridgeConf.h.
typedef std::map<std::string, PortInfo> PortInfoMap |
Definition at line 65 of file BridgeConf.h.
typedef std::map<std::string, double> TimeRateMap |
Definition at line 85 of file BridgeConf.h.
enum DataTypeId |
Definition at line 34 of file BridgeConf.h.