dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
px_uploader.firmware Class Reference
Inheritance diagram for px_uploader.firmware:

Public Member Functions

def __init__
 
def property
 
def crc
 

Data Fields

 desc
 
 image
 

Static Public Attributes

dictionary desc = {}
 
tuple image = bytes()
 
tuple crctab
 
tuple crcpad = bytearray(b'\xff\xff\xff\xff')
 

Private Member Functions

def __crc32
 

Detailed Description

Loads a firmware file

Definition at line 71 of file px_uploader.py.

Constructor & Destructor Documentation

def px_uploader.firmware.__init__ (   self,
  path 
)

Definition at line 111 of file px_uploader.py.

Member Function Documentation

def px_uploader.firmware.__crc32 (   self,
  bytes,
  state 
)
private

Definition at line 127 of file px_uploader.py.

def px_uploader.firmware.crc (   self,
  padlen 
)

Definition at line 133 of file px_uploader.py.

def px_uploader.firmware.property (   self,
  propname 
)

Definition at line 124 of file px_uploader.py.

Field Documentation

tuple px_uploader.firmware.crcpad = bytearray(b'\xff\xff\xff\xff')
static

Definition at line 109 of file px_uploader.py.

tuple px_uploader.firmware.crctab
static

Definition at line 76 of file px_uploader.py.

dictionary px_uploader.firmware.desc = {}
static

Definition at line 74 of file px_uploader.py.

px_uploader.firmware.desc

Definition at line 115 of file px_uploader.py.

tuple px_uploader.firmware.image = bytes()
static

Definition at line 75 of file px_uploader.py.

px_uploader.firmware.image

Definition at line 118 of file px_uploader.py.


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