17 lines
455 B
C
17 lines
455 B
C
#ifndef TESTS_RPC_SENSOR_H_
|
|
#define TESTS_RPC_SENSOR_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern const struct di_rpc_info sensor_info_INFO_BATTERY_VOLTAGE_ITEM[4];
|
|
extern const struct di_rpc_info sensor_info_INFO_BATTERY_STATE_ITEM[4];
|
|
extern const struct di_rpc_info sensor_info_INFO_CHARGER_VOLTAGE_ITEM[2];
|
|
extern const struct di_rpc_info sensor_info_INFO_CHARGER_STATE_ITEM[2];
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* TESTS_RPC_SENSOR_H_ */
|