Skip to content

Commit

Permalink
Added future work in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrik Lönnberg committed Jan 19, 2024
1 parent 3ce6d06 commit 9394790
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,8 @@ ISO22133::PreArming* myObject::createPreArming() const override {
return dynamic_cast<ISO22133::PreArming*>(new myPreArming);
}
```

## Future Work

### IsoObject for simulation
To improve performance and reliability, the work done in other repos to create a isolated iso-object for simulation can be extracted from their respective repository and this one and converted to a c++ version. The current python one is suffering from performance issues when communicating with ATOS.

0 comments on commit 9394790

Please sign in to comment.