F´ Flight Software - C/C++ Documentation  NASA-v2.0.1
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CircularBuffer.hpp File Reference

Go to the source code of this file.

Classes

class  Types::CircularBuffer
 

Namespaces

 Types
 

Macros

#define ASSERT_CONSISTENT(store, size, X)
 

Macro Definition Documentation

◆ ASSERT_CONSISTENT

#define ASSERT_CONSISTENT (   store,
  size,
 
)
Value:
FW_ASSERT(X >= store && X < (store + size), \
reinterpret_cast<POINTER_CAST>(X), \
reinterpret_cast<POINTER_CAST>(store))

Definition at line 24 of file CircularBuffer.hpp.

FW_ASSERT
#define FW_ASSERT(...)
Definition: Assert.hpp:9