beremiz
Clone
Summary
Browse
Changes
Graph
Added stub axis_s type in EtherLAB CiA402 support code, until Motion Contol Library comes back
2019-03-07, Edouard Tisserant
362039519454
Added stub axis_s type in EtherLAB CiA402 support code, until Motion Contol Library comes back
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
LogLevels = ["CRITICAL", "WARNING", "INFO", "DEBUG"]
LogLevelsCount = len(LogLevels)
LogLevelsDict = dict(zip(LogLevels, range(LogLevelsCount)))
LogLevelsDefault = LogLevelsDict["DEBUG"]