Definition at line 40 of file publish.py.
 
◆ __init__()
      
        
          | def rosbridge_library.capabilities.publish.Publish.__init__ | ( |  | self, | 
        
          |  |  |  | protocol | 
        
          |  | ) |  |  | 
      
 
Abstract class constructor.  All capabilities require a handle to
the containing protocol.
Keyword arguments:
protocol -- the protocol instance for this capability instance
 
Reimplemented from rosbridge_library.capability.Capability.
Definition at line 46 of file publish.py.
 
 
◆ finish()
      
        
          | def rosbridge_library.capabilities.publish.Publish.finish | ( |  | self | ) |  | 
      
 
 
◆ publish()
      
        
          | def rosbridge_library.capabilities.publish.Publish.publish | ( |  | self, | 
        
          |  |  |  | message | 
        
          |  | ) |  |  | 
      
 
 
◆ _published
  
  | 
        
          | rosbridge_library.capabilities.publish.Publish._published |  | private | 
 
 
◆ publish_msg_fields
  
  | 
        
          | list rosbridge_library.capabilities.publish.Publish.publish_msg_fields = [(True, "topic", string_types)] |  | static | 
 
 
◆ topics_glob
  
  | 
        
          | rosbridge_library.capabilities.publish.Publish.topics_glob = None |  | static | 
 
 
The documentation for this class was generated from the following file: