|
Robot Raconteur Core C++ Library
|
Go to the source code of this file.
Typedefs | |
| using | RobotRaconteur::ServiceSubscriptionFilterNodePtr = boost::shared_ptr<ServiceSubscriptionFilterNode> |
| Convenience alias for ServiceSubscriptionFilterNode shared_ptr. | |
| using | RobotRaconteur::ServiceSubscriptionFilterPtr = boost::shared_ptr<ServiceSubscriptionFilter> |
| Convenience alias for ServiceSubscriptionFilter shared_ptr. | |
| using | RobotRaconteur::ServiceInfo2SubscriptionPtr = boost::shared_ptr<ServiceInfo2Subscription> |
| Convenience alias for ServiceInfo2Subscription shared_ptr. | |
| using | RobotRaconteur::ServiceSubscriptionPtr = boost::shared_ptr<ServiceSubscription> |
| Convenience alias for ServiceSubscription shared_ptr. | |
| template<typename T> | |
| using | RobotRaconteur::PipeSubscriptionPtr = boost::shared_ptr<PipeSubscription<T> > |
| Convenience alias for PipeSubscription shared_ptr. | |
| template<typename T> | |
| using | RobotRaconteur::WireSubscriptionPtr = boost::shared_ptr<WireSubscription<T> > |
| Convenience alias for WireSubscription shared_ptr. | |
| using | RobotRaconteur::SubObjectSubscriptionPtr = boost::shared_ptr<SubObjectSubscription> |
| Convenience alias for SubObjectSubscription shared_ptr. | |
Comparison operations for ServiceSubscriptionFilterAttributeGroup.
Connection method for ServiceSubscriptionManager subscription.
Select between using URLs or service types for subscription
| ServiceSubscriptionFilterAttribute RobotRaconteur::CreateServiceSubscriptionFilterAttributeCombinedIdentifier | ( | boost::string_ref | combined_identifier | ) |
Create a ServiceSubscriptionFilterAttribute from a combined identifier string.
The identifier may be a name, UUID, or a combination of both using a "|" to separate the name and UUID.
| value | The identifier as a string |
| ServiceSubscriptionFilterAttribute RobotRaconteur::CreateServiceSubscriptionFilterAttributeIdentifier | ( | boost::string_ref | identifier_name, |
| boost::string_ref | uuid_string ) |
Create a ServiceSubscriptionFilterAttribute from an identifier.
| identifier_name | The identifier name |
| uuid_string | The identifier UUID as a string |
| ServiceSubscriptionFilterAttribute RobotRaconteur::CreateServiceSubscriptionFilterAttributeIdentifier | ( | boost::string_ref | name, |
| boost::string_ref | identifier_name, | ||
| boost::string_ref | uuid_string ) |
Create a ServiceSubscriptionFilterAttribute from an identifier.
| name | The attribute name |
| identifier_name | The identifier name |
| uuid_string | The identifier UUID as a string |
| ServiceSubscriptionFilterAttribute RobotRaconteur::CreateServiceSubscriptionFilterAttributeRegex | ( | boost::string_ref | name, |
| boost::string_ref | regex_value ) |
Create a ServiceSubscriptionFilterAttribute from a regex string.
| name | The attribute name |
| regex_value | The regex string to compile |
| ServiceSubscriptionFilterAttribute RobotRaconteur::CreateServiceSubscriptionFilterAttributeRegex | ( | boost::string_ref | regex_value | ) |
Create a ServiceSubscriptionFilterAttribute from a regex string.
| regex_value | The regex string to compile |