AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
Aws::Iotdevicedefenderv1::CustomMetricNumber Class Reference
Inheritance diagram for Aws::Iotdevicedefenderv1::CustomMetricNumber:
Aws::Iotdevicedefenderv1::CustomMetricBase

Public Member Functions

 CustomMetricNumber (CustomMetricNumberFunction inputFunction, Crt::Allocator *inputAllocator)
Public Member Functions inherited from Aws::Iotdevicedefenderv1::CustomMetricBase
virtual ~CustomMetricBase ()

Static Public Member Functions

static int GetMetricFunction (double *output, void *data)

Public Attributes

CustomMetricNumberFunction m_metricFunction
Public Attributes inherited from Aws::Iotdevicedefenderv1::CustomMetricBase
Crt::Allocatorm_allocator

Detailed Description

A base class used to store all custom number metrics. Only used internally.

Constructor & Destructor Documentation

◆ CustomMetricNumber()

Aws::Iotdevicedefenderv1::CustomMetricNumber::CustomMetricNumber ( CustomMetricNumberFunction inputFunction,
Crt::Allocator * inputAllocator )

Member Function Documentation

◆ GetMetricFunction()

int Aws::Iotdevicedefenderv1::CustomMetricNumber::GetMetricFunction ( double * output,
void * data )
static

Member Data Documentation

◆ m_metricFunction

CustomMetricNumberFunction Aws::Iotdevicedefenderv1::CustomMetricNumber::m_metricFunction

The documentation for this class was generated from the following file: