ast_sensor_t Struct Reference

Sensor info definition. More...

#include <sacsic.h>

Data Fields

bool valid
 If Sensor info is valid. More...
 
unsigned int sac
 
unsigned int sic
 
const char * name
 
const char * country_code3
 ISO 3166-1 3-letter country code. More...
 
const char * country_name
 Common English name. More...
 
const char * type
 System type. More...
 
const char * manufacturer
 Manufacturer name. More...
 
const char * model
 
const char * description
 

Detailed Description

Sensor info definition.

Field Documentation

◆ country_code3

const char* ast_sensor_t::country_code3

ISO 3166-1 3-letter country code.

◆ country_name

const char* ast_sensor_t::country_name

Common English name.

◆ description

const char* ast_sensor_t::description

◆ manufacturer

const char* ast_sensor_t::manufacturer

Manufacturer name.

◆ model

const char* ast_sensor_t::model

◆ name

const char* ast_sensor_t::name

◆ sac

unsigned int ast_sensor_t::sac

◆ sic

unsigned int ast_sensor_t::sic

◆ type

const char* ast_sensor_t::type

System type.

◆ valid

bool ast_sensor_t::valid

If Sensor info is valid.


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