added sequence count provider abstraction

This commit is contained in:
2023-07-19 23:22:55 +02:00
parent 6c9c4ee047
commit 273fd3ebfd
16 changed files with 171 additions and 34 deletions

View File

@ -1 +1,2 @@
target_sources(${FSFW_TEST_TGT} PRIVATE testUnsignedByteField.cpp)
target_sources(${FSFW_TEST_TGT} PRIVATE testUnsignedByteField.cpp
testSeqCountProvider.cpp)