graphics/DebugDataConsumer.py
changeset 1749 d73b64672238
parent 1737 a39c2918c015
child 1764 d5df428640ff
equal deleted inserted replaced
1748:ba5f64fe0e00 1749:d73b64672238
   133 
   133 
   134         # Add value to TIME_OF_DAY literal
   134         # Add value to TIME_OF_DAY literal
   135         data += format % val
   135         data += format % val
   136 
   136 
   137     return data
   137     return data
       
   138 
   138 
   139 
   139 # Dictionary of translation functions from value send by debugger to IEC
   140 # Dictionary of translation functions from value send by debugger to IEC
   140 # literal stored by type
   141 # literal stored by type
   141 TYPE_TRANSLATOR = {
   142 TYPE_TRANSLATOR = {
   142     "TIME": generate_time,
   143     "TIME": generate_time,