F´ Flight Software - C/C++ Documentation
A framework for building embedded system applications to NASA flight quality standards.
FwSizeTypeAliasAc.h File Reference
#include "Fw/Types/BasicTypes.h"
#include "cmake/platform/unix/Platform/PlatformSizeTypeAliasAc.h"

Go to the source code of this file.

Macros

#define PRI_FwSizeType   PRI_PlatformSizeType
 

Typedefs

typedef PlatformSizeType FwSizeType
 

Macro Definition Documentation

◆ PRI_FwSizeType

#define PRI_FwSizeType   PRI_PlatformSizeType

Definition at line 16 of file FwSizeTypeAliasAc.h.

Typedef Documentation

◆ FwSizeType

typedef PlatformSizeType FwSizeType

The unsigned type of larger sizes internal to the software, e.g., memory buffer sizes, file sizes. Must be unsigned.

Definition at line 15 of file FwSizeTypeAliasAc.h.