Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Remove hmi-stub and replace with references to libaktualizr-demo-app. #1310

Merged
merged 1 commit into from
Aug 21, 2019

Conversation

pattivacek
Copy link
Collaborator

No longer necessary since it is now redundant with https://github.com/advancedtelematic/libaktualizr-demo-app, which is a better tool for demonstration purposes.

Also add some missing items to the doxygen processing list.

Also add some missing items to the doxygen processing list.

Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
@@ -128,7 +128,7 @@ When using the API, consider the following points:
* Asynchronous commands are posted to the command queue and executed in sequential order in a separate thread.
* If the execution is paused, newly issued commands accumulate in the command queue and it's up to the caller to ensure that the queue doesn't get overloaded with unnecessary duplicate commands.

For an example of how to use the libaktualizr API as a primary ECU, there are two applications in the aktualizr tree that you can use as references. Aktualizr itself is in `src/aktualizr_primary`, and there is a very simple demo of using libaktualizr to interact with an HMI (for example, to get user consent) in `src/hmi_stub`.
For an example of how to use the libaktualizr API as a primary ECU, there are two applications that you can use as references. Aktualizr itself is in `src/aktualizr_primary`, and there is a very simple demo of using libaktualizr to interact with an HMI (for example, to get user consent) named https://github.com/advancedtelematic/libaktualizr-demo-app[libaktualizr-demo-app].
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would also remove the reference to HMI here. There is basically nothing HMI related in the demo app.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll do that in my other PR. I unfortunately merged this just before you posted your comment.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants