Public Member Functions | Static Public Attributes | Private Attributes
rosbridge_library.capabilities.advertise.Advertise Class Reference
Inheritance diagram for rosbridge_library.capabilities.advertise.Advertise:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
def advertise
def finish
def unadvertise

Static Public Attributes

list advertise_msg_fields = [(True, "topic", (str, unicode)), (True, "type", (str, unicode))]
list unadvertise_msg_fields = [(True, "topic", (str, unicode))]

Private Attributes

 _registrations

Detailed Description

Definition at line 73 of file advertise.py.


Constructor & Destructor Documentation

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 78 of file advertise.py.


Member Function Documentation

Definition at line 89 of file advertise.py.

Notify this capability that the client is finished and that it's
time to free up resources. 

Reimplemented from rosbridge_library.capability.Capability.

Definition at line 124 of file advertise.py.

Definition at line 107 of file advertise.py.


Member Data Documentation

Definition at line 78 of file advertise.py.

list rosbridge_library::capabilities::advertise.Advertise::advertise_msg_fields = [(True, "topic", (str, unicode)), (True, "type", (str, unicode))] [static]

Definition at line 75 of file advertise.py.

list rosbridge_library::capabilities::advertise.Advertise::unadvertise_msg_fields = [(True, "topic", (str, unicode))] [static]

Definition at line 76 of file advertise.py.


The documentation for this class was generated from the following file:


rosbridge_library
Author(s): Jonathan Mace
autogenerated on Mon Oct 6 2014 06:58:09