qubx :: fast :: model :: ConstrainedStruct :: Class ConstrainedStruct
[hide private]
[frames] | no frames]

Class ConstrainedStruct

source code

   object --+        
            |        
    ??._CData --+    
                |    
_ctypes.Structure --+
                    |
                   ConstrainedStruct

Instance Methods [hide private]

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__, __str__, __subclasshook__

Class Variables [hide private]
  _fields_ = [('version', <class 'ctypes.c_int'>), ('storage', <...
  Acns = <Field type=LP_LP_c_double, ofs=72, size=8>
  Ain = <Field type=LP_LP_c_double, ofs=40, size=8>
  Ascal = <Field type=LP_LP_c_double, ofs=80, size=8>
  Bcns = <Field type=LP_c_double, ofs=88, size=8>
  Bin = <Field type=LP_c_double, ofs=48, size=8>
  Bscal = <Field type=LP_c_double, ofs=96, size=8>
  Ncns = <Field type=c_int, ofs=28, size=4>
  NcnsR = <Field type=c_int, ofs=32, size=4>
  NfPar = <Field type=c_int, ofs=24, size=4>
  Npar = <Field type=c_int, ofs=16, size=4>
  NparR = <Field type=c_int, ofs=20, size=4>
  fPars = <Field type=LP_c_double, ofs=64, size=8>
  pars = <Field type=LP_c_double, ofs=56, size=8>
  storage = <Field type=c_void_p, ofs=8, size=8>
  version = <Field type=c_int, ofs=0, size=4>
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_int'>),
 ('storage', <class 'ctypes.c_void_p'>),
 ('Npar', <class 'ctypes.c_int'>),
 ('NparR', <class 'ctypes.c_int'>),
 ('NfPar', <class 'ctypes.c_int'>),
 ('Ncns', <class 'ctypes.c_int'>),
 ('NcnsR', <class 'ctypes.c_int'>),
 ('Ain', <class 'qubx.fast.fast_utils.LP_LP_c_double'>),
...