Thoughts on DataSet #61
Labels
No Label
API Change
Breaking API Change
bug
build
cosmetics
Documentation
duplicate
feature
help wanted
hotfix
invalid
question
Refactor
Tests
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: fsfw/fsfw#61
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As part of my investigation for distributed datapools, I had a look at the DataSet class.
This class has serialization/deserialization calls and is a good candidate to store pool data thread-safe with the PoolManager
I suggest to add an ID and a valid flag for the dataset.
Thoughts about ways to access the pool data:
Though about DataSetto Thoughts about DataSetThoughts about DataSetto Thoughts on DataSetRelated to #97
Part of local data pool changes.