Skip to content
  • Daan Vreeken's avatar
    Implement argument type checking for functions that accept multiple argument · 0b5f1cfc
    Daan Vreeken authored
    type lists.
    The code will generate errors like:
    
    ERROR: Invalid arguments! This function accepts any of the following:
    ERROR:  int,float
    ERROR:  char*,char*
    ERROR: Argument mismatch while trying to set 'test_arg' param on block 'daan_1'
    ERROR: pand.ctrl:207: Error setting parameter
    
    	modified:   controller/controller_load.c
    0b5f1cfc