GNUnet 0.21.1
ConversionTable Struct Reference

Unit conversion table entry for 'convert_with_table'. More...

Data Fields

const char * name
 Name of the unit (or NULL for end of table). More...
 
unsigned long long value
 Factor to apply for this unit. More...
 

Detailed Description

Unit conversion table entry for 'convert_with_table'.

Definition at line 155 of file strings.c.

Field Documentation

◆ name

const char* ConversionTable::name

Name of the unit (or NULL for end of table).

Definition at line 160 of file strings.c.

◆ value

unsigned long long ConversionTable::value

Factor to apply for this unit.

Definition at line 165 of file strings.c.


The documentation for this struct was generated from the following file: