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

Class RootRecord

source code

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

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_ = [('version', <class 'ctypes.c_short_be'>), ('versio...
  _pack_ = 1
  comments = <Field type=c_char_Array_400, ofs=30, size=400>
  fileName = <Field type=c_char_Array_14, ofs=16, size=14>
  startTime = <Field type=c_double_be, ofs=430, size=8>
  version = <Field type=c_short_be, ofs=0, size=2>
  versionName = <Field type=c_char_Array_14, ofs=2, size=14>

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:
[('version', <class 'ctypes.c_short_be'>),
 ('versionName', <class 'qubx.data_pulse.c_char_Array_14'>),
 ('fileName', <class 'qubx.data_pulse.c_char_Array_14'>),
 ('comments', <class 'qubx.data_pulse.c_char_Array_400'>),
 ('startTime', <class 'ctypes.c_double_be'>)]