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