AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
Public Member Functions | |
CustomMetricStringList (CustomMetricStringListFunction inputFunction, Crt::Allocator *inputAllocator) | |
Public Member Functions inherited from Aws::Iotdevicedefenderv1::CustomMetricBase | |
virtual | ~CustomMetricBase () |
Static Public Member Functions | |
static int | GetMetricFunction (aws_array_list *output, void *data) |
Public Attributes | |
CustomMetricStringListFunction | m_metricFunction |
Public Attributes inherited from Aws::Iotdevicedefenderv1::CustomMetricBase | |
Crt::Allocator * | m_allocator |
A base class used to store all custom string list metrics. Only used internally.
Aws::Iotdevicedefenderv1::CustomMetricStringList::CustomMetricStringList | ( | CustomMetricStringListFunction | inputFunction, |
Crt::Allocator * | inputAllocator | ||
) |
|
static |
CustomMetricStringListFunction Aws::Iotdevicedefenderv1::CustomMetricStringList::m_metricFunction |