|
|
@ -13,8 +13,6 @@ public: |
|
|
|
static std::string get_os_version() { return ""; } |
|
|
|
static std::string get_os_version() { return ""; } |
|
|
|
static std::string get_name() { return ""; } |
|
|
|
static std::string get_name() { return ""; } |
|
|
|
static cereal::InitData::DeviceType get_device_type() { return cereal::InitData::DeviceType::UNKNOWN; } |
|
|
|
static cereal::InitData::DeviceType get_device_type() { return cereal::InitData::DeviceType::UNKNOWN; } |
|
|
|
static int get_voltage() { return 0; } |
|
|
|
|
|
|
|
static int get_current() { return 0; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static std::string get_serial() { return "cccccc"; } |
|
|
|
static std::string get_serial() { return "cccccc"; } |
|
|
|
|
|
|
|
|
|
|
|