ANNA Suite
2020b
Multipurpose development suite for Telco applications
|
#include <StorageArea.hpp>
Public Types | |
enum | _v { None = 0, Dirty = 1, Incoherent = 2, Empty = 4, HasHole = 8, Ready = 16, InProgress = 32, NoDirty = ~Dirty, NoIncoherent = ~Incoherent, NoEmpty = ~Empty, NoHasHole = ~HasHole, NoReady = ~Ready, Done = ~InProgress } |
Flags usados para marcar los registros cargados en memoria.
Enumerator | |
---|---|
None | |
Dirty | |
Incoherent | |
Empty | |
HasHole | |
Ready | |
InProgress | |
NoDirty | |
NoIncoherent | |
NoEmpty | |
NoHasHole | |
NoReady | |
Done |