Package qubx :: Module data_pulse :: Class BundleHeader
[hide private]
[frames] | no frames]

Class BundleHeader

source code

               object --+                
                        |                
                ??._CData --+            
                            |            
            _ctypes.Structure --+        
                                |        
ctypes._endian.BigEndianStructure --+    
                                    |    
                                    S --+
                                        |
                                       BundleHeader

Nested Classes [hide private]

Inherited from ctypes._endian.BigEndianStructure: __metaclass__

Instance Methods [hide private]

Inherited from S: __str__

Inherited from _ctypes.Structure: __init__, __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__, __reduce__, __setstate__

Inherited from object: __delattr__, __format__, __getattribute__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  _fields_ = [('oSignature', <class 'qubx.data_pulse.c_char_Arra...
  _pack_ = 1
  oBundleItems = <Field type=c_char_Array_16_Array_12, ofs=64, s...
  oIsLittleEndian = <Field type=c_char, ofs=52, size=1>
  oItems = <Field type=c_int_be, ofs=48, size=4>
  oReserved = <Field type=c_char_Array_11, ofs=53, size=11>
  oSignature = <Field type=c_char_Array_8, ofs=0, size=8>
  oTime = <Field type=c_double_be, ofs=40, size=8>
  oVersion = <Field type=c_char_Array_32, ofs=8, size=32>

Inherited from ctypes._endian.BigEndianStructure: _swappedbytes_

Properties [hide private]

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Class Variable Details [hide private]

_fields_

Value:
[('oSignature', <class 'qubx.data_pulse.c_char_Array_8'>),
 ('oVersion', <class 'qubx.data_pulse.c_char_Array_32'>),
 ('oTime', <class 'ctypes.c_double_be'>),
 ('oItems', <class 'ctypes.c_int_be'>),
 ('oIsLittleEndian', <class 'ctypes.c_char'>),
 ('oReserved', <class 'qubx.data_pulse.c_char_Array_11'>),
 ('oBundleItems', <class 'qubx.data_pulse.c_char_Array_16_Array_12'>)]

oBundleItems

Value:
<Field type=c_char_Array_16_Array_12, ofs=64, size=192>