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

Private Member Functions

def _failure
def _success

Detailed Description

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


Member Function Documentation

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

Definition at line 85 of file call_service.py.

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

Definition at line 73 of file call_service.py.

Definition at line 50 of file call_service.py.


Member Data Documentation

Initial value:
[(True, "service", (str, unicode)),
           (False, "fragment_size", int), (False, "compression", (str, unicode))]

Definition at line 40 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 Jan 2 2014 11:53:35