Python Client
0.0.0.0
Python wrapper for Corelink DLL
|
Functions | |
def | init_state_codes () |
def | init_error_codes () |
def | init_call_back () |
def | init_data_codes () |
def | stream_state_to_bit_index (state) |
def | stream_state_name (state) |
def | error_code_name (error_code) |
def | init_lib () |
Variables | |
DLL_PATH = config.DLL_PATH | |
LIB = None | |
STATE_CODES = dict() | |
ERROR_CODES = dict() | |
DATA_CODES = dict() | |
CALL_BACK = dict() | |
@file corelink_const.py Copies the constants from the DLL to wrapper
def corelink_const.error_code_name | ( | error_code | ) |
Get error_code_name
Definition at line 103 of file corelink_const.py.
def corelink_const.init_call_back | ( | ) |
Initialize CallBack Codes
Definition at line 52 of file corelink_const.py.
def corelink_const.init_data_codes | ( | ) |
Initialize Data Codes
Definition at line 65 of file corelink_const.py.
def corelink_const.init_error_codes | ( | ) |
Initialize Error Codes
Definition at line 36 of file corelink_const.py.
def corelink_const.init_lib | ( | ) |
Initialize LIB depending on Operating Sysytem
Definition at line 120 of file corelink_const.py.
def corelink_const.init_state_codes | ( | ) |
initialize State Codes
Definition at line 18 of file corelink_const.py.
def corelink_const.stream_state_name | ( | state | ) |
get stream_state_name
Definition at line 86 of file corelink_const.py.
def corelink_const.stream_state_to_bit_index | ( | state | ) |
get stream_state_to_bit_index
Definition at line 80 of file corelink_const.py.
corelink_const.CALL_BACK = dict() |
Definition at line 16 of file corelink_const.py.
corelink_const.DATA_CODES = dict() |
Definition at line 15 of file corelink_const.py.
corelink_const.DLL_PATH = config.DLL_PATH |
Definition at line 11 of file corelink_const.py.
corelink_const.ERROR_CODES = dict() |
Definition at line 14 of file corelink_const.py.
corelink_const.LIB = None |
Definition at line 12 of file corelink_const.py.
corelink_const.STATE_CODES = dict() |
Definition at line 13 of file corelink_const.py.