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 (self, outgoing_msg)
 
def get_cbor_raw (self, outgoing_msg)
 
def get_cbor_values (self)
 
def get_json_values (self)
 
def message (self)
 

Private Attributes

 _cbor_msg
 
 _cbor_raw_msg
 
 _cbor_values
 
 _json_values
 
 _message
 

Detailed Description

A message wrapper for caching encoding operations.

Definition at line 10 of file outgoing_message.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 12 of file outgoing_message.py.

Member Function Documentation

◆ get_cbor()

def rosbridge_library.internal.outgoing_message.OutgoingMessage.get_cbor (   self,
  outgoing_msg 
)

Definition at line 33 of file outgoing_message.py.

◆ get_cbor_raw()

def rosbridge_library.internal.outgoing_message.OutgoingMessage.get_cbor_raw (   self,
  outgoing_msg 
)

Definition at line 40 of file outgoing_message.py.

◆ get_cbor_values()

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

Definition at line 28 of file outgoing_message.py.

◆ get_json_values()

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

Definition at line 23 of file outgoing_message.py.

◆ message()

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

Definition at line 20 of file outgoing_message.py.

Member Data Documentation

◆ _cbor_msg

rosbridge_library.internal.outgoing_message.OutgoingMessage._cbor_msg
private

Definition at line 16 of file outgoing_message.py.

◆ _cbor_raw_msg

rosbridge_library.internal.outgoing_message.OutgoingMessage._cbor_raw_msg
private

Definition at line 17 of file outgoing_message.py.

◆ _cbor_values

rosbridge_library.internal.outgoing_message.OutgoingMessage._cbor_values
private

Definition at line 15 of file outgoing_message.py.

◆ _json_values

rosbridge_library.internal.outgoing_message.OutgoingMessage._json_values
private

Definition at line 14 of file outgoing_message.py.

◆ _message

rosbridge_library.internal.outgoing_message.OutgoingMessage._message
private

Definition at line 13 of file outgoing_message.py.


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


rosbridge_library
Author(s): Jonathan Mace
autogenerated on Tue Oct 3 2023 02:12:45