All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends
Public Member Functions | Public Attributes | Static Public Attributes | Private Member Functions | Static Private Attributes
ublox_msgs.msg._RxmSVSI_SV.RxmSVSI_SV Class Reference

List of all members.

Public Member Functions

def __init__
def deserialize
def deserialize_numpy
def serialize
def serialize_numpy

Public Attributes

 age
 azi
 elev
 svFlag
 svid

Static Public Attributes

int AGE_ALM_MASK = 15
int AGE_EPH_MASK = 240
int FLAG_ALM_VAL = 64
int FLAG_EPH_VAL = 32
int FLAG_HEALTHY = 16
int FLAG_NOT_AVAIL = 128
int FLAG_URA_MASK = 15

Private Member Functions

def _get_types

Static Private Attributes

list __slots__ = ['svid','svFlag','azi','elev','age']
string _full_text
 _has_header = False
string _md5sum = "b58fccf5178b8e0d3921f5737e017cc6"
list _slot_types = ['uint8','uint8','int16','int8','uint8']
string _type = "ublox_msgs/RxmSVSI_SV"

Detailed Description

Definition at line 8 of file _RxmSVSI_SV.py.


Constructor & Destructor Documentation

def ublox_msgs.msg._RxmSVSI_SV.RxmSVSI_SV.__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:
   svid,svFlag,azi,elev,age

: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 48 of file _RxmSVSI_SV.py.


Member Function Documentation

internal API method

Definition at line 82 of file _RxmSVSI_SV.py.

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

Definition at line 99 of file _RxmSVSI_SV.py.

def ublox_msgs.msg._RxmSVSI_SV.RxmSVSI_SV.deserialize_numpy (   self,
  str,
  numpy 
)
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 127 of file _RxmSVSI_SV.py.

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

Definition at line 88 of file _RxmSVSI_SV.py.

def ublox_msgs.msg._RxmSVSI_SV.RxmSVSI_SV.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 115 of file _RxmSVSI_SV.py.


Member Data Documentation

Definition at line 45 of file _RxmSVSI_SV.py.

Initial value:
"""# see message RxmSVSI
#

uint8 svid            # Satellite ID

uint8 svFlag          # Information Flags
uint8 FLAG_URA_MASK = 15      # Figure of Merit (URA) range 0..15
uint8 FLAG_HEALTHY = 16       # SV healthy flag
uint8 FLAG_EPH_VAL = 32       # Ephemeris valid
uint8 FLAG_ALM_VAL = 64       # Almanach valid
uint8 FLAG_NOT_AVAIL = 128    # SV not available

int16 azi             # Azimuth
int8 elev             # Elevation

uint8 age             # Age of Almanach and Ephemeris
uint8 AGE_ALM_MASK = 15       # Age of ALM in days offset by 4
                            # i.e. the reference time may be in the future:
                            # ageOfAlm = (age & 0x0f) - 4
uint8 AGE_EPH_MASK = 240      # Age of EPH in hours offset by 4.
                            # i.e. the reference time may be in the future:
                            # ageOfEph = ((age & 0xf0) >> 4) - 4

"""

Definition at line 12 of file _RxmSVSI_SV.py.

Definition at line 11 of file _RxmSVSI_SV.py.

string ublox_msgs::msg::_RxmSVSI_SV.RxmSVSI_SV::_md5sum = "b58fccf5178b8e0d3921f5737e017cc6" [static, private]

Definition at line 9 of file _RxmSVSI_SV.py.

list ublox_msgs::msg::_RxmSVSI_SV.RxmSVSI_SV::_slot_types = ['uint8','uint8','int16','int8','uint8'] [static, private]

Definition at line 46 of file _RxmSVSI_SV.py.

string ublox_msgs::msg::_RxmSVSI_SV.RxmSVSI_SV::_type = "ublox_msgs/RxmSVSI_SV" [static, private]

Definition at line 10 of file _RxmSVSI_SV.py.

Definition at line 60 of file _RxmSVSI_SV.py.

Definition at line 42 of file _RxmSVSI_SV.py.

Definition at line 43 of file _RxmSVSI_SV.py.

Definition at line 60 of file _RxmSVSI_SV.py.

Definition at line 60 of file _RxmSVSI_SV.py.

Definition at line 40 of file _RxmSVSI_SV.py.

Definition at line 39 of file _RxmSVSI_SV.py.

Definition at line 38 of file _RxmSVSI_SV.py.

Definition at line 41 of file _RxmSVSI_SV.py.

Definition at line 37 of file _RxmSVSI_SV.py.

Definition at line 60 of file _RxmSVSI_SV.py.

Definition at line 60 of file _RxmSVSI_SV.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends


ublox_msgs
Author(s): Johannes Meyer
autogenerated on Mon Jul 15 2013 16:55:24