...
This commit is contained in:
@@ -104,12 +104,12 @@ inline std::error_code make_error_code(MccTelemetryErrorCode ec)
|
|||||||
|
|
||||||
|
|
||||||
template <mcc_hardware_c HARDWARE_T>
|
template <mcc_hardware_c HARDWARE_T>
|
||||||
class MccTelemetry
|
class MccTelemetry : public mcc_telemetry_interface_t<MccError>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
typedef HARDWARE_T hardware_t;
|
typedef HARDWARE_T hardware_t;
|
||||||
|
|
||||||
typedef std::error_code error_t;
|
typedef MccError error_t;
|
||||||
|
|
||||||
|
|
||||||
struct telemetry_data_t {
|
struct telemetry_data_t {
|
||||||
|
|||||||
Reference in New Issue
Block a user