Public Member Functions | Public Attributes | List of all members
pymavlink.generator.mavcrc.x25crc Class Reference
Inheritance diagram for pymavlink.generator.mavcrc.x25crc:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, buf=None)
 
def accumulate (self, buf)
 
def accumulate_str (self, buf)
 

Public Attributes

 crc
 

Detailed Description

x25 CRC - based on checksum.h from mavlink library

Definition at line 5 of file mavcrc.py.

Constructor & Destructor Documentation

def pymavlink.generator.mavcrc.x25crc.__init__ (   self,
  buf = None 
)

Definition at line 7 of file mavcrc.py.

Member Function Documentation

def pymavlink.generator.mavcrc.x25crc.accumulate (   self,
  buf 
)
add in some more bytes

Definition at line 15 of file mavcrc.py.

def pymavlink.generator.mavcrc.x25crc.accumulate_str (   self,
  buf 
)
add in some more bytes

Definition at line 24 of file mavcrc.py.

Member Data Documentation

pymavlink.generator.mavcrc.x25crc.crc

Definition at line 8 of file mavcrc.py.


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


mavlink
Author(s): Lorenz Meier
autogenerated on Sun Apr 7 2019 02:06:02