-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix v16 example, restructure headers (#98)
* Overview how to integrate libocpp outside of EVerest * Fix share path in 1.6 charge point example * Remove unnecessary certificates from readme * - updated method documentation of charge_point.hpp - removed some unused fields * Add a error message when the chargepoint example can't find the config Fixed search path for logging.ini * Update README concerning running of the OCPP 1.6 example * Add utils, encapsulating case insensitive string comparison * Enable option in nlohmann json for forward declaration support * Add missing utils.cpp * Move Message and Call/CallResult/CallError related types to their own file * Restructure DateTime operators * Restructure Powermeter to_ and from_json conversions * Some header cleanup * Use nlohmann json forward declaration in messages * Silence unused parameter warning in messages that have no parameters * Replace boost::filesystem with std::filesystem * Accept ChargePoint config as string instead of nlohmann json * Cleanup header * Remove usage of removed register_set_max_current_callback * cleanup charge_point header by introducing charge_point_impl * Fixed some compiler warnings + formatting * Fix database handler includes * Fix update_clock_aligned_meter_values_interval * Fix typo * Fix duplicate definitions * Fixed std::optional usage * Fixed some compiler warnings * Re-generated OCPP 1.6 messages with code generator * Re-generated OCPP 2.0.1 messages with code generator * Fix optional array of enum in code generator * Also use std::optional in OCPP 1.6 example * Cleanup includes * Update README to reflect recent changes to charger point API * fixed some typos and added some more information to the readme --------- Signed-off-by: Kai-Uwe Hermann <[email protected]> Signed-off-by: pietfried <[email protected]> Co-authored-by: pietfried <[email protected]>
- Loading branch information
1 parent
1b26181
commit 158e9e7
Showing
260 changed files
with
5,563 additions
and
4,458 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.