F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
Loading...
Searching...
No Matches
GroundInterface.hpp File Reference
#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))
 

Macro Definition Documentation

◆ GND_BUFFER_SIZE

#define GND_BUFFER_SIZE   1024

Definition at line 12 of file GroundInterface.hpp.

◆ HEADER_SIZE

#define HEADER_SIZE   (2 * sizeof(TOKEN_TYPE))

Definition at line 14 of file GroundInterface.hpp.

◆ TOKEN_TYPE

#define TOKEN_TYPE   U32

Definition at line 13 of file GroundInterface.hpp.