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

List of all members.

Public Member Functions

def __init__
def call_service

Static Public Attributes

list call_service_msg_fields
 services_glob = None

Private Member Functions

def _failure
def _success

Detailed Description

Definition at line 40 of file call_service.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 48 of file call_service.py.


Member Function Documentation

def rosbridge_library.capabilities.call_service.CallService._failure (   self,
  cid,
  service,
  exc 
) [private]

Definition at line 104 of file call_service.py.

def rosbridge_library.capabilities.call_service.CallService._success (   self,
  cid,
  service,
  fragment_size,
  compression,
  message 
) [private]

Definition at line 92 of file call_service.py.

Definition at line 55 of file call_service.py.


Member Data Documentation

Initial value:
[(True, "service", string_types),
                               (False, "fragment_size", (int, type(None))),
                               (False, "compression", string_types)]

Definition at line 42 of file call_service.py.

Definition at line 46 of file call_service.py.


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


rosbridge_library
Author(s): Jonathan Mace
autogenerated on Thu Jun 6 2019 21:51:43