bmsd/bms.h

changeset 506
8ab0e87d579e
parent 505
c09b67fd8323
child 551
57cb71496a9a
equal deleted inserted replaced
505:c09b67fd8323 506:8ab0e87d579e
271 float pressure_zero; ///< Pressure zero offset voltage 271 float pressure_zero; ///< Pressure zero offset voltage
272 float pressure_bar; ///< Pressure in bar 272 float pressure_bar; ///< Pressure in bar
273 } sys_co2meter_list; 273 } sys_co2meter_list;
274 274
275 275
276
276 /** 277 /**
277 * @brief Strcuture holding a co2 pressure log entry. 278 * @brief Strcuture holding a co2 pressure log entry.
278 */ 279 */
279 typedef struct co2meter_log { 280 typedef struct co2meter_log {
280 char *datetime; ///< Date/time stamp 281 char *datetime; ///< Date/time stamp
281 char *product_uuid; ///< Product uuid 282 char *product_uuid; ///< Product uuid
282 char *product_code; ///< Product code 283 char *product_code; ///< Product code
283 char *product_name; ///< Product name 284 char *product_name; ///< Product name
284 float temperature; ///< Temperature 285 float temperature; ///< Temperature
285 float pressure; ///< Pressure 286 float pressure; ///< Pressure
286 char *co2meter_uuid; ///< Unit uuid 287 char *uuid; ///< Unit uuid
287 char *co2meter_node; ///< Unit node 288 char *node; ///< Unit node
288 char *co2meter_alias; ///< Unit alias 289 char *alias; ///< Unit alias
289 } co2pressure_log; 290 } co2pressure_log;
290 291
291 292
292 293
293 /** 294 /**

mercurial