SeqRingHeader Struct Reference
|
Space-ng SDK
|
sol3::core::SeqRingHeader Struct Reference
#include <sol3/core/seq_ring.h>
Public Attributes | |
| std::atomic< uint64_t > | head_seq |
| std::atomic< uint64_t > | head_gen |
| uint32_t | slot_type |
| uint64_t | slot_count |
| uint64_t | slot_size |
Member Data Documentation
◆ head_gen
| std::atomic<uint64_t> sol3::core::SeqRingHeader::head_gen |
◆ head_seq
| std::atomic<uint64_t> sol3::core::SeqRingHeader::head_seq |
◆ slot_count
| uint64_t sol3::core::SeqRingHeader::slot_count |
◆ slot_size
| uint64_t sol3::core::SeqRingHeader::slot_size |
◆ slot_type
| uint32_t sol3::core::SeqRingHeader::slot_type |
The documentation for this struct was generated from the following file:
- /workspaces/astro/sol3-sdk/cpp/sol3/core/seq_ring.h
Generated by