F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Fw/Types/Serializable.hpp>
#include "Svc/GroundInterface/GroundInterfaceComponentAc.hpp"
#include "Utils/Types/CircularBuffer.hpp"
Go to the source code of this file.
Classes | |
class | Svc::GroundInterfaceComponentImpl |
Namespaces | |
namespace | Svc |
Macros | |
#define | GND_BUFFER_SIZE 1024 |
#define | TOKEN_TYPE U32 |
#define | HEADER_SIZE (2 * sizeof(TOKEN_TYPE)) |
#define GND_BUFFER_SIZE 1024 |
Definition at line 12 of file GroundInterface.hpp.
#define HEADER_SIZE (2 * sizeof(TOKEN_TYPE)) |
Definition at line 14 of file GroundInterface.hpp.
#define TOKEN_TYPE U32 |
Definition at line 13 of file GroundInterface.hpp.