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

Go to the source code of this file.

Macros

#define PRI_FwSignedSizeType   PRI_PlatformSignedSizeType
 

Typedefs

typedef PlatformSignedSizeType FwSignedSizeType
 

Macro Definition Documentation

◆ PRI_FwSignedSizeType

#define PRI_FwSignedSizeType   PRI_PlatformSignedSizeType

Definition at line 16 of file FwSignedSizeTypeAliasAc.h.

Typedef Documentation

◆ FwSignedSizeType

typedef PlatformSignedSizeType FwSignedSizeType

The signed type of larger sizes internal to the software, used for signed offsets, e.g., file seek offsets. Must be signed.

Definition at line 15 of file FwSignedSizeTypeAliasAc.h.