Changeset 229 for tools/ListenToArduino


Ignore:
Timestamp:
06/24/10 07:51:15 (14 years ago)
Author:
ogrimm
Message:
Config requests non-blocking if not made from main thread, adapted all servers to GetConfig() returning std::string, workaround for erroneous SERVICE_LIST
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/ListenToArduino/ListenToArduino.cc

    r225 r229  
    117117        Data.updateService();
    118118
    119         usleep(atoi(Srv.GetConfig("Period", "10")) * 1000000); 
     119        usleep(atoi(Srv.GetConfig("Period", "10").c_str()) * 1000000); 
    120120  } // while()
    121121       
Note: See TracChangeset for help on using the changeset viewer.