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

Go to the source code of this file.

Macros

#define PRI_FwIndexType   PRI_PlatformIndexType
 

Typedefs

typedef PlatformIndexType FwIndexType
 

Macro Definition Documentation

◆ PRI_FwIndexType

#define PRI_FwIndexType   PRI_PlatformIndexType

Definition at line 16 of file FwIndexTypeAliasAc.h.

Typedef Documentation

◆ FwIndexType

typedef PlatformIndexType FwIndexType

The type of smaller indices internal to the software, used for array indices, e.g., port indices. Must be signed.

Definition at line 15 of file FwIndexTypeAliasAc.h.