|
typedef TaskContext *(* | ComponentLoaderSignature) (std::string instance_name) |
|
typedef TaskContext *(* | ComponentLoaderSignature) (std::string instance_name) |
|
typedef std::map< std::string, ComponentLoaderSignature > | FactoryMap |
|
typedef std::map< std::string, ComponentLoaderSignature > | FactoryMap |
|
typedef long | msecs |
|
typedef long | msecs |
|
typedef long long | nsecs |
|
typedef long long | nsecs |
|
typedef long long | psecs |
|
typedef long long | psecs |
|
typedef std::basic_ostringstream< char, std::char_traits< char >, RTT::os::rt_allocator< char > > | rt_ostringstream |
|
typedef std::basic_ostringstream< char, std::char_traits< char >, RTT::os::rt_allocator< char > > | rt_ostringstream |
|
typedef std::basic_string< char, std::char_traits< char >, RTT::os::rt_allocator< char > > | rt_string |
|
typedef std::basic_string< char, std::char_traits< char >, RTT::os::rt_allocator< char > > | rt_string |
|
typedef double | Seconds |
|
typedef double | Seconds |
|
typedef long | secs |
|
typedef long | secs |
|
typedef boost::shared_ptr< Service > | ServicePtr |
|
typedef boost::shared_ptr< Service > | ServicePtr |
|
typedef long | usecs |
|
typedef long | usecs |
|
|
bool | connectPeers (TaskContext *A, TaskContext *B) |
|
bool | connectPorts (TaskContext *A, TaskContext *B) |
|
bool | copyProperties (PropertyBag &target, const PropertyBag &source) |
|
void | deleteProperties (PropertyBag &target) |
|
void | deletePropertyBag (PropertyBag &target) |
|
static Logger::LogFunction | endlog () |
|
static Logger::LogFunction | endlog (LoggerLevel ll) |
|
PropertyBase * | findProperty (const PropertyBag &bag, const std::string &nameSequence, const std::string &separator) |
|
void | flattenPropertyBag (PropertyBag &target, const std::string &separator) |
|
static Logger::LogFunction | flushlog () |
|
vector< string > | listProperties (const PropertyBag &source, const std::string &separator) |
|
vector< string > | listPropertyDescriptions (const PropertyBag &source, const std::string &separator) |
|
static Logger & | log () |
|
static Logger & | log (LoggerLevel ll) |
|
std::string | makeString (const RTT::rt_string &str) |
|
nsecs | msecs_to_nsecs (const msecs ms) |
|
psecs | msecs_to_psecs (const msecs ms) |
|
Seconds | msecs_to_Seconds (const msecs ns) |
|
usecs | msecs_to_usecs (const msecs ms) |
|
static Logger::LogFunction | nlog () |
|
psecs | nsecs_to_psecs (const nsecs ns) |
|
Seconds | nsecs_to_Seconds (const nsecs ns) |
|
std::ostream & | operator<< (std::ostream &os, const BufferPolicy &bp) |
|
std::ostream & | operator<< (std::ostream &os, FlowStatus fs) |
|
std::ostream & | operator<< (std::ostream &os, SendStatus fs) |
|
std::ostream & | operator<< (std::ostream &os, WriteStatus fs) |
|
std::ostream & | operator<< (std::ostream &os, const ConnPolicy &cp) |
|
std::ostream & | operator<< (std::ostream &os, const PropertyBag &bag) |
|
std::ostream & | operator<< (std::ostream &os, Property< T > &p) |
|
bool | operator== (const PropertyBag &a, const PropertyBag &b) |
|
static bool | operator== (const ConnPolicy &, const ConnPolicy &) |
|
std::istream & | operator>> (std::istream &is, BufferPolicy &bp) |
|
std::istream & | operator>> (std::istream &is, FlowStatus &fs) |
|
std::istream & | operator>> (std::istream &is, SendStatus &fs) |
|
std::istream & | operator>> (std::istream &is, WriteStatus &fs) |
|
std::istream & | operator>> (std::istream &is, PropertyBag &bag) |
|
OperatorRepository::shared_ptr | operators () |
|
Seconds | psecs_to_Seconds (const psecs ps) |
|
bool | refreshProperties (const PropertyBag &target, const PropertyBag &source, bool allprops) |
|
bool | refreshProperty (const PropertyBag &target, const PropertyBase &source) |
|
bool | refreshProperty (PropertyBag &target, const PropertyBag &source, const std::string &name, const std::string &separator) |
|
bool | removeProperty (PropertyBag &bag, const std::string &path, const std::string &separator) |
|
msecs | Seconds_to_msecs (const Seconds s) |
|
nsecs | Seconds_to_nsecs (const Seconds s) |
|
psecs | Seconds_to_psecs (const Seconds s) |
|
usecs | Seconds_to_usecs (const Seconds s) |
|
msecs | secs_to_msecs (const secs s) |
|
nsecs | secs_to_nsecs (const secs s) |
|
psecs | secs_to_psecs (const secs s) |
|
usecs | secs_to_usecs (const secs s) |
|
bool | storeProperty (PropertyBag &bag, const std::string &path, base::PropertyBase *item, const std::string &separator) |
|
bool | updateOrRefreshProperty (PropertyBase *source, PropertyBase *target, bool update) |
|
bool | updateProperties (PropertyBag &target, const PropertyBag &source) |
|
bool | updateProperty (PropertyBag &target, const PropertyBag &source, const std::string &name, const std::string &separator) |
|
nsecs | usecs_to_nsecs (const usecs us) |
|
psecs | usecs_to_psecs (const usecs us) |
|
Seconds | usecs_to_Seconds (const usecs ns) |
|