CCF
|
#include <snp_ioctl6.h>
Public Member Functions | |
IoctlSentinel () | |
bool | sentinels_intact () const |
Public Attributes | |
uint8_t | pre_sentinels [num_sentinel_bytes] = {0} |
T | data |
uint8_t | post_sentinels [num_sentinel_bytes] = {0} |
Static Public Attributes | |
static constexpr size_t | num_sentinel_bytes = 1024 |
static constexpr uint8_t | default_sentinel = 0x42 |
static constexpr uint8_t | pre_sentinel_first = 0xAA |
static constexpr uint8_t | pre_sentinel_last = 0xBB |
static constexpr uint8_t | post_sentinel_first = 0xCC |
static constexpr uint8_t | post_sentinel_last = 0xDD |
|
inline |
|
inline |
T ccf::pal::snp::ioctl6::IoctlSentinel< T >::data |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
uint8_t ccf::pal::snp::ioctl6::IoctlSentinel< T >::post_sentinels[num_sentinel_bytes] = {0} |
|
staticconstexpr |
|
staticconstexpr |
uint8_t ccf::pal::snp::ioctl6::IoctlSentinel< T >::pre_sentinels[num_sentinel_bytes] = {0} |