|
ocssw
1.0
|
#include <get_product_table.h>
Public Attributes | |
| char * | description |
| char * | name |
| char * | units |
| char * | scaling |
| char * | palette |
| float | min |
| float | max |
| char * | precision |
Product table data structure.
Definition at line 18 of file get_product_table.h.
description of the product
Definition at line 19 of file get_product_table.h.
| float product_table_t::max |
max value for scaling
Definition at line 25 of file get_product_table.h.
| float product_table_t::min |
minimum value for scaling
Definition at line 24 of file get_product_table.h.
| char* product_table_t::name |
short name of the product
Definition at line 20 of file get_product_table.h.
| char* product_table_t::palette |
palette file name (without .pal extention)
Definition at line 23 of file get_product_table.h.
precision ("B", "I", "F")
Definition at line 26 of file get_product_table.h.
| char* product_table_t::scaling |
scaling type (linear,logarithmic)
Definition at line 22 of file get_product_table.h.
| char* product_table_t::units |
product units
Definition at line 21 of file get_product_table.h.
1.7.6.1