1
0
forked from fsfw/fsfw

taken over some changes

This commit is contained in:
2020-10-28 19:27:00 +01:00
parent e7210a34f9
commit 90bdb844e7
8 changed files with 243 additions and 252 deletions

View File

@ -1,7 +1,7 @@
#include "../../tmtcpacket/pus/TmPacketMinimal.h"
#include "TmPacketMinimal.h"
#include <stddef.h>
#include <time.h>
#include "../../tmtcpacket/pus/PacketTimestampInterpreterIF.h"
#include "PacketTimestampInterpreterIF.h"
TmPacketMinimal::TmPacketMinimal(const uint8_t* set_data) : SpacePacketBase( set_data ) {
this->tm_data = (TmPacketMinimalPointer*)set_data;