|
ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
|
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< EventData > | generated_monitor_events |
| Generated monitor events, that are related to this meta. | |
Meta data required for our internal keeping needs.