Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ObjectPool reading, writing and manipulations (#23)
* Add ObjectPool reading, writing and manipulations * Update src/object_pool/mod.rs Co-authored-by: Adrian Del Grosso <10929341+ad3154@users.noreply.github.com> Signed-off-by: Thom de Jong <thom137@hotmail.com> * Update src/object_pool/mod.rs Co-authored-by: Adrian Del Grosso <10929341+ad3154@users.noreply.github.com> Signed-off-by: Thom de Jong <thom137@hotmail.com> * Update src/object_pool/mod.rs Co-authored-by: Adrian Del Grosso <10929341+ad3154@users.noreply.github.com> Signed-off-by: Thom de Jong <thom137@hotmail.com> * integrating unit tests for object pool (to be continued) * continue unit test and adding more specific option specifications * continue unit test from_iop * continue unit test from_iop and simplification of pool object design * GwnDaan review fixes * reader.rs refactoring * pass id to read functions * format * fix build * format * clippy warnings * writer.rs refactoring (for unit testing) * implement code planes * Renaming and typing * example doc * some validation stuff * .. * validate bool * fix read_bool * colour refactoring and rework * add working set specific unit test * rework from_iop unit test (to be continued) * todo working set read test * added nullable object id * .iop update * lint * .. * refactoring * lint * corrected test read_working_set_test * refactor object attributes * fix bug -> u8 not u16 * complete object option encapsulation * add EQ to NAME * remove todo * remove tests to fix them later --------- Signed-off-by: Thom de Jong <thom137@hotmail.com> Signed-off-by: Daan Steenbergen <d.steenbergen@student.tue.nl> Co-authored-by: Adrian Del Grosso <10929341+ad3154@users.noreply.github.com> Co-authored-by: Jannes Brands <jannes@jannesbrands.de> Co-authored-by: Jannes Brands <Brands.Jannes@gmail.com> Co-authored-by: Daan Steenbergen <d.steenbergen@student.tue.nl>
- Loading branch information