ch10_13_handbook:python_code_using_dll
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ch10_13_handbook:python_code_using_dll [2014/08/12 11:31] – pferrill | ch10_13_handbook:python_code_using_dll [2014/08/12 15:56] (current) – mcferrill | ||
|---|---|---|---|
| Line 43: | Line 43: | ||
| # IRIG 106 constants | # IRIG 106 constants | ||
| # --------------------------------------------------------------------------- | # --------------------------------------------------------------------------- | ||
| - | |||
| class FileMode(): | class FileMode(): | ||
| Line 59: | Line 58: | ||
| # List of tuples of format (var, label, value). | # List of tuples of format (var, label, value). | ||
| - | types = [('UART_FMT_0', 'UART', | + | types = [('USER_DEFINED', 'User Defined', |
| - | | + | |
| - | | + | ('COMPUTER_1', |
| - | | + | |
| - | | + | |
| - | | + | ('RECORDING_EVENT', |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | |
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| @classmethod | @classmethod | ||
ch10_13_handbook/python_code_using_dll.1407861107.txt.gz · Last modified: 2014/08/12 11:31 by pferrill
