stage1_2/derived_conversion_functions.cc
changeset 747 d1c1a0254e4f
parent 745 26cb3fa00d29
equal deleted inserted replaced
746:c7219a37cc39 747:d1c1a0254e4f
    34 
    34 
    35 #include "derived_conversion_functions.hh"
    35 #include "derived_conversion_functions.hh"
    36 #include <sstream>
    36 #include <sstream>
    37 
    37 
    38 static const int debug = 0;
    38 static const int debug = 0;
       
    39 
       
    40 const char *derived_conversion_functions_c::functionDataType[] = {
       
    41 		"STRING",
       
    42 		"SINT"  ,
       
    43 		"INT"   ,
       
    44 		"DINT"  ,
       
    45 		"LINT"  ,
       
    46 		"USINT" ,
       
    47 		"UNIT"  ,
       
    48 		"UDINT" ,
       
    49 		"ULINT" ,
       
    50 		NULL
       
    51 };
    39 
    52 
    40 derived_conversion_functions_c::derived_conversion_functions_c(symbol_c *ignore) {
    53 derived_conversion_functions_c::derived_conversion_functions_c(symbol_c *ignore) {
    41 
    54 
    42 }
    55 }
    43 
    56