Public Member Functions | Public Attributes | Private Member Functions | Static Private Attributes
map_store.msg._MapListEntry.MapListEntry Class Reference

List of all members.

Public Member Functions

def __init__
def deserialize
def deserialize_numpy
def serialize
def serialize_numpy

Public Attributes

 date
 map_id
 name
 session_id

Private Member Functions

def _get_types

Static Private Attributes

list __slots__ = ['name','session_id','date','map_id']
string _full_text
 _has_header = False
string _md5sum = "092f024758d394d17196cd37d999fdb0"
list _slot_types = ['string','string','int64','string']
string _type = "map_store/MapListEntry"

Detailed Description

Definition at line 8 of file _MapListEntry.py.


Constructor & Destructor Documentation

def map_store.msg._MapListEntry.MapListEntry.__init__ (   self,
  args,
  kwds 
)
Constructor. Any message fields that are implicitly/explicitly
set to None will be assigned a default value. The recommend
use is keyword arguments as this is more robust to future message
changes.  You cannot mix in-order arguments and keyword arguments.

The available fields are:
   name,session_id,date,map_id

:param args: complete set of field values, in .msg order
:param kwds: use keyword arguments corresponding to message field names
to set specific fields.

Definition at line 32 of file _MapListEntry.py.


Member Function Documentation

internal API method

Definition at line 63 of file _MapListEntry.py.

unpack serialized message in str into this message instance
:param str: byte array of serialized message, ``str``

Definition at line 97 of file _MapListEntry.py.

unpack serialized message in str into this message instance using numpy for array types
:param str: byte array of serialized message, ``str``
:param numpy: numpy python module

Definition at line 168 of file _MapListEntry.py.

serialize message into buffer
:param buff: buffer, ``StringIO``

Definition at line 69 of file _MapListEntry.py.

def map_store.msg._MapListEntry.MapListEntry.serialize_numpy (   self,
  buff,
  numpy 
)
serialize message with numpy array types into buffer
:param buff: buffer, ``StringIO``
:param numpy: numpy python module

Definition at line 139 of file _MapListEntry.py.


Member Data Documentation

Definition at line 29 of file _MapListEntry.py.

Initial value:
"""# One entry in a list of maps.

# Naming a map is optional.
string name

# Maps made by the make-a-map app are given a session ID, which is the
# time when the map-making session was started, expressed as seconds
# since the epoch and converted to a string.
string session_id

# Creation time of this map, in seconds since the epoch.
int64 date

# Unique ID of this map.
string map_id

"""

Definition at line 12 of file _MapListEntry.py.

Definition at line 11 of file _MapListEntry.py.

string map_store::msg::_MapListEntry.MapListEntry::_md5sum = "092f024758d394d17196cd37d999fdb0" [static, private]

Definition at line 9 of file _MapListEntry.py.

list map_store::msg::_MapListEntry.MapListEntry::_slot_types = ['string','string','int64','string'] [static, private]

Definition at line 30 of file _MapListEntry.py.

string map_store::msg::_MapListEntry.MapListEntry::_type = "map_store/MapListEntry" [static, private]

Definition at line 10 of file _MapListEntry.py.

Definition at line 44 of file _MapListEntry.py.

Definition at line 44 of file _MapListEntry.py.

Definition at line 44 of file _MapListEntry.py.

Definition at line 44 of file _MapListEntry.py.


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


map_store
Author(s): Dave Hershberger
autogenerated on Sat Dec 28 2013 17:10:28