|
ocpp 0.24.1
A C++ implementation of the Open Charge Point Protocol
|
This is the complete list of members for ocpp::v2::DeviceModelStorageSqlite, including all inherited members.
| check_integrity() final | ocpp::v2::DeviceModelStorageSqlite | virtual |
| clear_custom_variable_monitors() final | ocpp::v2::DeviceModelStorageSqlite | virtual |
| clear_variable_monitor(int monitor_id, bool allow_protected) final | ocpp::v2::DeviceModelStorageSqlite | virtual |
| DeviceModelStorageSqlite(const fs::path &db_path, const std::filesystem::path &migration_files_path="", const std::filesystem::path &config_path="", const bool init_db=false) | ocpp::v2::DeviceModelStorageSqlite | explicit |
| get_device_model() final | ocpp::v2::DeviceModelStorageSqlite | virtual |
| get_monitoring_data(const std::vector< MonitoringCriterionEnum > &criteria, const Component &component_id, const Variable &variable_id) final | ocpp::v2::DeviceModelStorageSqlite | virtual |
| get_variable_attribute(const Component &component_id, const Variable &variable_id, const AttributeEnum &attribute_enum) final | ocpp::v2::DeviceModelStorageSqlite | virtual |
| get_variable_attributes(const Component &component_id, const Variable &variable_id, const std::optional< AttributeEnum > &attribute_enum) final | ocpp::v2::DeviceModelStorageSqlite | virtual |
| set_monitoring_data(const SetMonitoringData &data, const VariableMonitorType type) final | ocpp::v2::DeviceModelStorageSqlite | virtual |
| set_variable_attribute_value(const Component &component_id, const Variable &variable_id, const AttributeEnum &attribute_enum, const std::string &value, const std::string &source) final | ocpp::v2::DeviceModelStorageSqlite | virtual |
| update_monitoring_reference(const int32_t monitor_id, const std::string &reference_value) final | ocpp::v2::DeviceModelStorageSqlite | virtual |
| ~DeviceModelStorageInterface()=default (defined in ocpp::v2::DeviceModelStorageInterface) | ocpp::v2::DeviceModelStorageInterface | virtual |
| ~DeviceModelStorageSqlite()=default (defined in ocpp::v2::DeviceModelStorageSqlite) | ocpp::v2::DeviceModelStorageSqlite |