Python Client  0.0.0.0
Python wrapper for Corelink DLL
corelink_const Namespace Reference

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()
 

Detailed Description

    @file corelink_const.py
     Copies the constants from the DLL to wrapper

Function Documentation

◆ error_code_name()

def corelink_const.error_code_name (   error_code)
    Get error_code_name

Definition at line 103 of file corelink_const.py.

◆ init_call_back()

def corelink_const.init_call_back ( )
    Initialize CallBack Codes

Definition at line 52 of file corelink_const.py.

◆ init_data_codes()

def corelink_const.init_data_codes ( )
    Initialize Data Codes

Definition at line 65 of file corelink_const.py.

◆ init_error_codes()

def corelink_const.init_error_codes ( )
    Initialize Error Codes

Definition at line 36 of file corelink_const.py.

◆ init_lib()

def corelink_const.init_lib ( )
    Initialize LIB depending on Operating Sysytem

Definition at line 120 of file corelink_const.py.

◆ init_state_codes()

def corelink_const.init_state_codes ( )
    initialize State Codes

Definition at line 18 of file corelink_const.py.

◆ stream_state_name()

def corelink_const.stream_state_name (   state)
    get stream_state_name

Definition at line 86 of file corelink_const.py.

◆ stream_state_to_bit_index()

def corelink_const.stream_state_to_bit_index (   state)
    get stream_state_to_bit_index

Definition at line 80 of file corelink_const.py.

Variable Documentation

◆ CALL_BACK

corelink_const.CALL_BACK = dict()

Definition at line 16 of file corelink_const.py.

◆ DATA_CODES

corelink_const.DATA_CODES = dict()

Definition at line 15 of file corelink_const.py.

◆ DLL_PATH

corelink_const.DLL_PATH = config.DLL_PATH

Definition at line 11 of file corelink_const.py.

◆ ERROR_CODES

corelink_const.ERROR_CODES = dict()

Definition at line 14 of file corelink_const.py.

◆ LIB

corelink_const.LIB = None

Definition at line 12 of file corelink_const.py.

◆ STATE_CODES

corelink_const.STATE_CODES = dict()

Definition at line 13 of file corelink_const.py.