class RegistrationListener(object):
Known subclasses: niryo_libraries.rospy.impl.registration.RegManager
Listener API for subscribing to changes in Publisher/Subscriber/Service declarations
Method | reg |
New pub/sub/service declared. @param resolved_name: resolved topic/service name @param data_type_or_uri: topic type or service uri @type data_type_or_uri: str @param reg_type: Valid values are L{Registration... |
Method | reg |
New pub/sub/service removed. @param resolved_name: topic/service name @type resolved_name: str @param data_type_or_uri: topic type or service uri @type data_type_or_uri: str @param reg_type: Valid values are L{Registration... |
niryo_libraries.rospy.impl.registration.RegManager
New pub/sub/service declared. @param resolved_name: resolved topic/service name @param data_type_or_uri: topic type or service uri @type data_type_or_uri: str @param reg_type: Valid values are L{Registration.PUB}, L{Registration.SUB}, L{Registration.SRV} @type reg_type: str
niryo_libraries.rospy.impl.registration.RegManager
New pub/sub/service removed. @param resolved_name: topic/service name @type resolved_name: str @param data_type_or_uri: topic type or service uri @type data_type_or_uri: str @param reg_type: Valid values are L{Registration.PUB}, L{Registration.SUB}, L{Registration.SRV} @type reg_type: str