Skip to content

Commit

Permalink
[ocpp20] Add quick start charge point example
Browse files Browse the repository at this point in the history
  • Loading branch information
c-jimenez committed Oct 22, 2024
1 parent deee75e commit 072711c
Show file tree
Hide file tree
Showing 53 changed files with 3,672 additions and 655 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ if(${BUILD_STATIC_LIBRARY})
chargepoint
localcontroller
centralsystem20
chargepoint20
localcontroller20
config
database
Expand Down Expand Up @@ -102,6 +103,7 @@ if (${BUILD_SHARED_LIBRARY})
chargepoint
localcontroller
centralsystem20
chargepoint20
localcontroller20
config
database
Expand Down
1 change: 1 addition & 0 deletions examples/ocpp20/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
# Subdirectories
add_subdirectory(common)
add_subdirectory(quick_start_centralsystem)
add_subdirectory(quick_start_chargepoint)
add_subdirectory(quick_start_localcontroller)

1 change: 1 addition & 0 deletions examples/ocpp20/common/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

# Common utility class for examples library
add_library(examples_common20 OBJECT
DefaultChargePointEventsHandler.cpp
DefaultCentralSystemEventsHandler.cpp
DefaultLocalControllerEventsHandler.cpp
)
Expand Down
Loading

0 comments on commit 072711c

Please sign in to comment.