slight improvements
This commit is contained in:
parent
dcb24360d8
commit
3244487eae
@ -1,6 +1,6 @@
|
||||
#include "../serviceinterface/ServiceInterfaceStream.h"
|
||||
#include "../tmtcpacket/ccsds_header.h"
|
||||
#include "../tmtcpacket/SpacePacket.h"
|
||||
#include "ccsds_header.h"
|
||||
#include "SpacePacket.h"
|
||||
#include <string.h>
|
||||
|
||||
SpacePacket::SpacePacket( uint16_t packetDataLength, bool isTelecommand, uint16_t apid, uint16_t sequenceCount ):
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef SPACEPACKET_H_
|
||||
#define SPACEPACKET_H_
|
||||
|
||||
#include "../tmtcpacket/SpacePacketBase.h"
|
||||
#include "SpacePacketBase.h"
|
||||
|
||||
/**
|
||||
* The SpacePacket class is a representation of a simple CCSDS Space Packet
|
||||
|
Loading…
Reference in New Issue
Block a user