Go to the source code of this file.
◆ SCPI_NumberToStr()
      
        
          | size_t SCPI_NumberToStr | ( | scpi_t * | context, | 
        
          |  |  | const scpi_choice_def_t * | special, | 
        
          |  |  | scpi_number_t * | value, | 
        
          |  |  | char * | str, | 
        
          |  |  | size_t | len ) | 
      
 
Convert scpi_number_t to string 
- Parameters
- 
  
    | context |  |  | value | number value |  | str | target string |  | len | max length of string including null-character termination |  
 
- Returns
- number of chars written to string 
Definition at line 475 of file units.c.
 
 
◆ SCPI_ParamNumber()
      
        
          | scpi_bool_t SCPI_ParamNumber | ( | scpi_t * | context, | 
        
          |  |  | const scpi_choice_def_t * | special, | 
        
          |  |  | scpi_number_t * | value, | 
        
          |  |  | scpi_bool_t | mandatory ) | 
      
 
Parse parameter as number, number with unit or special value (min, max, default, ...) 
- Parameters
- 
  
    | context |  |  | value | return value |  | mandatory | if the parameter is mandatory |  
 
- Returns
Definition at line 371 of file units.c.
 
 
◆ SCPI_ParamTranslateNumberVal()
◆ scpi_special_numbers_def
  
  | 
        
          | const scpi_choice_def_t scpi_special_numbers_def[] |  | extern | 
 
 
◆ scpi_units_def
  
  | 
        
          | const scpi_unit_def_t scpi_units_def[] |  | extern |