time stamper
This commit is contained in:
parent
5908f99f0b
commit
c69681b402
@ -1,3 +1,4 @@
|
|||||||
|
#include <fsfw/timemanager/TimeStamperIF.h>
|
||||||
#include "LocalDataPoolManager.h"
|
#include "LocalDataPoolManager.h"
|
||||||
#include "LocalPoolObjectBase.h"
|
#include "LocalPoolObjectBase.h"
|
||||||
#include "LocalPoolDataSetBase.h"
|
#include "LocalPoolDataSetBase.h"
|
||||||
@ -207,8 +208,9 @@ ReturnValue_t LocalDataPoolManager::handleNotificationSnapshot(
|
|||||||
// prepare and send update snapshot.
|
// prepare and send update snapshot.
|
||||||
CommandMessage notification;
|
CommandMessage notification;
|
||||||
// todo: serialize into store with timestamp.
|
// todo: serialize into store with timestamp.
|
||||||
|
//TimeStamperIF* timeStamper = objectManager->
|
||||||
// HousekeepingPacketUpdate updatePacket(timeStamp, timeStampSize,
|
// get<TimeStamperIF>(objects::TIME_STAMPER)
|
||||||
|
//HousekeepingPacketUpdate updatePacket(timeStamp, timeStampSize,
|
||||||
// owner->getDataSetHandle(receiver.dataId.sid));
|
// owner->getDataSetHandle(receiver.dataId.sid));
|
||||||
store_address_t storeId;
|
store_address_t storeId;
|
||||||
HousekeepingMessage::setUpdateSnapshotSetCommand(
|
HousekeepingMessage::setUpdateSnapshotSetCommand(
|
||||||
|
Loading…
Reference in New Issue
Block a user