etherlab/CommonEtherCATFunction.py
changeset 2396 41adf1dfc7a7
parent 2384 d7d9f0e60bc9
child 2397 25f16349644b
equal deleted inserted replaced
2395:d47666f33923 2396:41adf1dfc7a7
     6 #
     6 #
     7 # Copyright (C) 2013: Real-Time & Embedded Systems (RTES) Lab. University of Seoul, Korea
     7 # Copyright (C) 2013: Real-Time & Embedded Systems (RTES) Lab. University of Seoul, Korea
     8 #
     8 #
     9 # See COPYING file for copyrights details.
     9 # See COPYING file for copyrights details.
    10 
    10 
    11 import os
       
    12 import wx
    11 import wx
    13 
    12 
    14 mailbox_protocols = ["AoE", "EoE", "CoE", "FoE", "SoE", "VoE"]
    13 mailbox_protocols = ["AoE", "EoE", "CoE", "FoE", "SoE", "VoE"]
    15 
    14 
    16 
    15