Shared Persistent Heap Data Environment Manual  1.1.0
Public Attributes | List of all members
sphLFEntryLayout_t Struct Reference

Fields defining the entry header details word. More...

#include <sphlfentry.h>

Public Attributes

unsigned int valid: 1
 
unsigned int timestamped: 1
 
unsigned int allocated: 1
 
unsigned int __reserved: 1
 
unsigned int category: 12
 
unsigned int subcat: 8
 
unsigned int len: 8
 

Detailed Description

Fields defining the entry header details word.

Member Data Documentation

unsigned int sphLFEntryLayout_t::__reserved

reserved

unsigned int sphLFEntryLayout_t::allocated

Boolean that indicates this entry is allocated.

unsigned int sphLFEntryLayout_t::category

Application defined Event category code

unsigned int sphLFEntryLayout_t::len

Length of this entry

unsigned int sphLFEntryLayout_t::subcat

Application defined Event sub-category code

unsigned int sphLFEntryLayout_t::timestamped

Boolean: Indicates that this entry is time stamped.

unsigned int sphLFEntryLayout_t::valid

Boolean: Indicates that this entry is valid (complete).


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