ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
Public Member Functions | Public Attributes | List of all members
ocpp::v2::UpdaterMonitorMeta Struct Reference

Meta data required for our internal keeping needs. More...

#include <monitoring_updater.hpp>

Public Member Functions

void set_trigger_clear_state (bool is_cleared)
 Can trigger/clear an event.
 

Public Attributes

UpdateMonitorMetaType type
 
VariableMonitoringMeta monitor_meta
 
Component component
 
Variable variable
 
std::int32_t monitor_id
 database ID for quick instant retrieval if required
 
std::string value_previous
 
std::string value_current
 
std::uint32_t is_writeonly: 1
 Write-only values will not have the value reported.
 
TriggerMetadata meta_trigger
 
PeriodicMetadata meta_periodic
 
std::vector< EventDatagenerated_monitor_events
 Generated monitor events, that are related to this meta.
 

Detailed Description

Meta data required for our internal keeping needs.


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