FERS 0.1.0
The Flexible Extensible Radar Simulator
Loading...
Searching...
No Matches
core::ByteProjection Struct Reference

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.
 

Detailed Description

Describes a projected byte count and whether it saturated during arithmetic.

Definition at line 34 of file memory_projection.h.

Member Data Documentation

◆ bytes

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().

◆ overflowed

bool core::ByteProjection::overflowed = false

True if any arithmetic used to produce bytes overflowed.

Definition at line 37 of file memory_projection.h.


The documentation for this struct was generated from the following file: