F´ Flight Software - C/C++ Documentation  NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
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:8