|
| 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) |
| |
| static bool | operator== (const ConnPolicy &, const ConnPolicy &) |
| |
| bool | operator== (const PropertyBag &a, const PropertyBag &b) |
| |
| 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 (PropertyBag &target, const PropertyBag &source, const std::string &name, const std::string &separator) |
| |
| bool | refreshProperty (const PropertyBag &target, const PropertyBase &source) |
| |
| 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) |
| |