-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactored libocpp documentation #847
Merged
Merged
Conversation
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
I created a patch for the doxygen changes with the topic. I don't know if I should open a separate pull request for it or if you want to include it here. So here is the patch, let me know if you want me to add this to this branch or something. |
Pietfried
force-pushed
the
docs/refactor-readme
branch
from
November 11, 2024 16:11
db80fa3
to
a621ec3
Compare
Pietfried
requested review from
hikinggrass,
maaikez and
marcemmers
as code owners
November 11, 2024 18:33
Pietfried
force-pushed
the
docs/refactor-readme
branch
from
November 11, 2024 18:34
7fa441b
to
477a36c
Compare
4 tasks
maaikez
reviewed
Nov 12, 2024
maaikez
reviewed
Nov 12, 2024
maaikez
approved these changes
Nov 12, 2024
* reduced the README to essential and high-level information about libocpp * created a dedicated section for developer documentation Signed-off-by: Piet Gömpel <[email protected]>
Signed-off-by: Maaike Zijderveld, iolar <[email protected]> Signed-off-by: Piet Gömpel <[email protected]>
Signed-off-by: Maaike Zijderveld, iolar <[email protected]> Signed-off-by: Piet Gömpel <[email protected]>
Signed-off-by: Maaike Zijderveld, iolar <[email protected]> Signed-off-by: Piet Gömpel <[email protected]>
* Enable coverage generation * Use reusable workflow * Remove old install_and_test script * Set specific paths for ctest and coverage results * Exclude tests directory from code coverage --------- Signed-off-by: Kai-Uwe Hermann <[email protected]> Signed-off-by: Piet Gömpel <[email protected]>
…this->status->get_state(connector) == ChargePointStatus::Faulted since the internal state of the state machine could be other then Faulted, which would lead to an unspecified transaction not moving back to Available (#865) Signed-off-by: Piet Gömpel <[email protected]>
* Fixed an issue when setting the NetworkConfigurationPriority. During the validation, every entry of the new priority list was checked using the connectivity_managers cached slots. The slots of the connectivity manager are only initialized at startup. A new profile could have been send using a SetNetworkProfile.req by the CSMS at runtime, so when validating the NetworkConfigurationPriority we shall not use the cached connectivity_manager slots but the NetworkConnectionProfiles stored in the device model --------- Signed-off-by: Piet Gömpel <[email protected]>
Signed-off-by: Piet Gömpel <[email protected]>
Pietfried
force-pushed
the
docs/refactor-readme
branch
from
November 14, 2024 10:57
6fc605b
to
731417b
Compare
Signed-off-by: Kai-Uwe Hermann <[email protected]>
hikinggrass
approved these changes
Nov 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe your changes
This PR:
v16
,v201
andcommon
.This PR does not change or remove any existing content except for style and improvements.
It shall build the foundation to apply changes suggested in #836
Issue ticket number and link
Checklist before requesting a review