C SIGFOX CALLBACK
0.0.1
A Sigfox Callback program writtent in C
|
Macros | |
#define | SQL_COL_ID_RAWS "id_raws" |
ID raws column name. | |
#define | SQL_COL_TIMESTAMP "timestamp" |
Timestamp column name. | |
#define | SQL_COL_ID_MODEM "id_modem" |
ID modem column name. | |
#define | SQL_COL_SNR "snr" |
Signal column name. | |
#define | SQL_COL_STATION "station" |
Station column name. | |
#define | SQL_COL_ACK "ack" |
Acknowledge column name. | |
#define | SQL_COL_DATA_STR "data_str" |
Data string column name. | |
#define | SQL_COL_DATA_HEX "data_hex" |
Hexadecimal data column name. | |
#define | SQL_COL_DUPLICATE "duplicate" |
Duplicate column name. | |
#define | SQL_COL_AVG_SIGNAL "avg_signal" |
Average signal column name. | |
#define | SQL_COL_RSSI "rssi" |
RSSI column name. | |
#define | SQL_COL_LATITUDE "latitude" |
Latitude column name. | |
#define | SQL_COL_LONGITUDE "longitude" |
Longitude column name. | |
#define | SQL_COL_SEQ_NUMBER "seq_number" |
Sequence number column name. | |
#define | SQL_COL_LONG_POLLING "long_polling" |
Long pollling. | |
#define | SQL_COL_ATTRIBUTION "attribution" |
Attribution column name. | |
#define | SQL_COL_TIMESTAMP_ATTRIBUTION "timestamp_attribution" |
Timestamp attribution column name. | |