Package synthDrivers :: Module _audiologic :: Class Tts3Status
[hide private]
[frames] | no frames]

Class Tts3Status

source code

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

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_ = [('SynthType', <class 'ctypes.c_long'>), ('SynthSta...
  CurrentChar = <Field type=c_char, ofs=28, size=1>
  CurrentCharIndex = <Field type=c_long, ofs=20, size=4>
  CurrentTime = <Field type=c_long, ofs=8, size=4>
  CurrentWord = <Field type=c_char_p, ofs=32, size=4>
  CurrentWordIndex = <Field type=c_long, ofs=24, size=4>
  Samples = <Field type=c_long, ofs=16, size=4>
  SynthStatus = <Field type=c_long, ofs=4, size=4>
  SynthType = <Field type=c_long, ofs=0, size=4>
  SynthesisTime = <Field type=c_long, ofs=12, 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:
[('SynthType', <class 'ctypes.c_long'>),
 ('SynthStatus', <class 'ctypes.c_long'>),
 ('CurrentTime', <class 'ctypes.c_long'>),
 ('SynthesisTime', <class 'ctypes.c_long'>),
 ('Samples', <class 'ctypes.c_long'>),
 ('CurrentCharIndex', <class 'ctypes.c_long'>),
 ('CurrentWordIndex', <class 'ctypes.c_long'>),
 ('CurrentChar', <class 'ctypes.c_char'>),
...