Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional types (short, ushort, ulong, long, uchar) #4

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 5 comments
Closed

Additional types (short, ushort, ulong, long, uchar) #4

GoogleCodeExporter opened this issue Mar 14, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

Additional types from the ait enum should be accessible in pcaspy. I've been 
patching it on my end as follows:

from pcaspy import driver as pcaspy_driver
pcaspy_driver._ait_d['short'] = cas.aitEnumInt16
pcaspy_driver._ait_d['ushort'] = cas.aitEnumUint16
pcaspy_driver._ait_d['ulong'] = cas.aitEnumUint32
pcaspy_driver._ait_d['long'] = cas.aitEnumInt32
pcaspy_driver._ait_d['uchar'] = cas.aitEnumUint8

Original issue reported on code.google.com by kenneth....@gmail.com on 23 Jul 2013 at 6:46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant