Public Member Functions | Static Public Attributes | List of all members
api.sick_scan_api.SickScanApiErrorCodes Class Reference
Inheritance diagram for api.sick_scan_api.SickScanApiErrorCodes:
Inheritance graph
[legend]

Public Member Functions

def __int__ (self)
 
def __str__ (self)
 

Static Public Attributes

int SICK_SCAN_API_ERROR = 1, "SICK_SCAN_API_ERROR"
 
int SICK_SCAN_API_NOT_IMPLEMENTED = 4, "SICK_SCAN_API_NOT_IMPLEMENTED"
 
int SICK_SCAN_API_NOT_INITIALIZED = 3, "SICK_SCAN_API_NOT_INITIALIZED"
 
int SICK_SCAN_API_NOT_LOADED = 2, "SICK_SCAN_API_NOT_LOADED"
 
int SICK_SCAN_API_SUCCESS = 0, "SICK_SCAN_API_SUCCESS"
 
int SICK_SCAN_API_TIMEOUT = 5, "SICK_SCAN_API_TIMEOUT"
 

Detailed Description

Error codes, return values of SickScanApi-functions

Attributes
----------
SICK_SCAN_API_SUCCESS = 0, "SICK_SCAN_API_SUCCESS"                 # function executed successfully
SICK_SCAN_API_ERROR = 1, "SICK_SCAN_API_ERROR"                     # general (unspecified) error
SICK_SCAN_API_NOT_LOADED = 2, "SICK_SCAN_API_NOT_LOADED"           # sick_scan_xd library not loaded
SICK_SCAN_API_NOT_INITIALIZED = 3, "SICK_SCAN_API_NOT_INITIALIZED" # API not initialized
SICK_SCAN_API_NOT_IMPLEMENTED = 4, "SICK_SCAN_API_NOT_IMPLEMENTED" # function not implemented in sick_scan_xd library
SICK_SCAN_API_TIMEOUT = 5, "SICK_SCAN_API_TIMEOUT"                 # timeout during wait for response


Definition at line 838 of file sick_scan_api.py.

Member Function Documentation

◆ __int__()

def api.sick_scan_api.SickScanApiErrorCodes.__int__ (   self)

Definition at line 857 of file sick_scan_api.py.

◆ __str__()

def api.sick_scan_api.SickScanApiErrorCodes.__str__ (   self)

Definition at line 859 of file sick_scan_api.py.

Member Data Documentation

◆ SICK_SCAN_API_ERROR

int api.sick_scan_api.SickScanApiErrorCodes.SICK_SCAN_API_ERROR = 1, "SICK_SCAN_API_ERROR"
static

Definition at line 852 of file sick_scan_api.py.

◆ SICK_SCAN_API_NOT_IMPLEMENTED

int api.sick_scan_api.SickScanApiErrorCodes.SICK_SCAN_API_NOT_IMPLEMENTED = 4, "SICK_SCAN_API_NOT_IMPLEMENTED"
static

Definition at line 855 of file sick_scan_api.py.

◆ SICK_SCAN_API_NOT_INITIALIZED

int api.sick_scan_api.SickScanApiErrorCodes.SICK_SCAN_API_NOT_INITIALIZED = 3, "SICK_SCAN_API_NOT_INITIALIZED"
static

Definition at line 854 of file sick_scan_api.py.

◆ SICK_SCAN_API_NOT_LOADED

int api.sick_scan_api.SickScanApiErrorCodes.SICK_SCAN_API_NOT_LOADED = 2, "SICK_SCAN_API_NOT_LOADED"
static

Definition at line 853 of file sick_scan_api.py.

◆ SICK_SCAN_API_SUCCESS

int api.sick_scan_api.SickScanApiErrorCodes.SICK_SCAN_API_SUCCESS = 0, "SICK_SCAN_API_SUCCESS"
static

Definition at line 851 of file sick_scan_api.py.

◆ SICK_SCAN_API_TIMEOUT

int api.sick_scan_api.SickScanApiErrorCodes.SICK_SCAN_API_TIMEOUT = 5, "SICK_SCAN_API_TIMEOUT"
static

Definition at line 856 of file sick_scan_api.py.


The documentation for this class was generated from the following file:


sick_scan_xd
Author(s): Michael Lehning , Jochen Sprickerhof , Martin Günther
autogenerated on Fri Oct 25 2024 02:47:14