kstmApp/Db/focusEVC300.proto
changeset 4 68a4f654dc00
equal deleted inserted replaced
3:ec018606c207 4:68a4f654dc00
       
     1 Terminator = CR;
       
     2 
       
     3 getFloat{
       
     4 	out "GET \$1";
       
     5 	in "%f";
       
     6 }
       
     7 
       
     8 getBool{
       
     9 	out "GET \$1";
       
    10 	in "%b";
       
    11 }
       
    12 
       
    13 getString{
       
    14 	out "GET \$1";
       
    15 	in "%#s";
       
    16 }