Public Member Functions | Private Attributes | List of all members
rosbridge_library.internal.outgoing_message.OutgoingMessage Class Reference

Public Member Functions

def __init__ (self, message)
 
def get_cbor_values (self)
 
def get_json_values (self)
 
def message (self)
 

Private Attributes

 _cbor_values
 
 _json_values
 
 _message
 

Detailed Description

A message wrapper for caching encoding operations.

Definition at line 5 of file outgoing_message.py.

Constructor & Destructor Documentation

def rosbridge_library.internal.outgoing_message.OutgoingMessage.__init__ (   self,
  message 
)

Definition at line 7 of file outgoing_message.py.

Member Function Documentation

def rosbridge_library.internal.outgoing_message.OutgoingMessage.get_cbor_values (   self)

Definition at line 21 of file outgoing_message.py.

def rosbridge_library.internal.outgoing_message.OutgoingMessage.get_json_values (   self)

Definition at line 16 of file outgoing_message.py.

def rosbridge_library.internal.outgoing_message.OutgoingMessage.message (   self)

Definition at line 13 of file outgoing_message.py.

Member Data Documentation

rosbridge_library.internal.outgoing_message.OutgoingMessage._cbor_values
private

Definition at line 10 of file outgoing_message.py.

rosbridge_library.internal.outgoing_message.OutgoingMessage._json_values
private

Definition at line 9 of file outgoing_message.py.

rosbridge_library.internal.outgoing_message.OutgoingMessage._message
private

Definition at line 8 of file outgoing_message.py.


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


rosbridge_library
Author(s): Jonathan Mace
autogenerated on Wed Jun 3 2020 03:55:14