added TODO with steps
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
This commit is contained in:
parent
d9453c3b83
commit
29fd2653f1
@ -182,10 +182,17 @@ void TmStore::addServiceSubservice(uint8_t service, uint8_t subservice) {
|
||||
filter.serviceSubservices.value().push_back({service, subservice});
|
||||
}
|
||||
|
||||
void TmStore::deleteUpTo(uint32_t unixSeconds) {}
|
||||
void TmStore::deleteUpTo(uint32_t unixSeconds) {
|
||||
|
||||
}
|
||||
|
||||
void TmStore::dumpFromUpTo(uint32_t fromUnixSeconds, uint32_t upToUnixSeconds,
|
||||
TmFunnelBase& funnel) {
|
||||
// TODO:
|
||||
// 1. Find all files within the specified range
|
||||
// 2. For each file, dump content into buffer, parse out space packets,
|
||||
// 3. Store each packet into the TM store and send the message to all
|
||||
// destinations
|
||||
store_address_t storeId;
|
||||
TmTcMessage message;
|
||||
const uint8_t* packetData = nullptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user