CCSDSPack
C++ Library for CCSDS Space Packet manipulation. i.e. generation, extraction, analisys and more
Loading...
Searching...
No Matches
CCSDSPack.h
Go to the documentation of this file.
1// Copyright 2025-2026 ExoSpaceLabs
2// SPDX-License-Identifier: Apache-2.0
3
4#ifndef CCSDSPACK_H
5#define CCSDSPACK_H
6
7#include "CCSDSDataField.h"
8#include "CCSDSHeader.h"
9#include "CCSDSManager.h"
10#include "CCSDSPacket.h"
11#include "CCSDSResult.h"
14#include "CCSDSUtils.h"
15#include "CCSDSValidator.h"
16#include "PusServices.h"
17
18//exclude includes when building for MCU
19#ifndef CCSDS_MCU
20 #include "CCSDSConfig.h"
21#endif //CCSDS_MCU
22
23#endif //CCSDSPACK_H
Defines the Validator class for CCSDS packet validation.