|
FERS 0.1.0
The Flexible Extensible Radar Simulator
|
Describes a projected byte count and whether it saturated during arithmetic. More...
#include "memory_projection.h"
Public Attributes | |
| std::uint64_t | bytes = 0 |
Projected byte count, clamped to uint64_t max on overflow. | |
| bool | overflowed = false |
True if any arithmetic used to produce bytes overflowed. | |
Describes a projected byte count and whether it saturated during arithmetic.
Definition at line 34 of file memory_projection.h.
| std::uint64_t core::ByteProjection::bytes = 0 |
Projected byte count, clamped to uint64_t max on overflow.
Definition at line 36 of file memory_projection.h.
Referenced by core::projectSimulationMemory().
True if any arithmetic used to produce bytes overflowed.
Definition at line 37 of file memory_projection.h.