|
CIRCT 22.0.0git
|
Information about each frame in the windowed type. More...
#include <Ports.h>

Public Attributes | |
| size_t | expectedSize |
| The total size of a frame in bytes. | |
| std::vector< CopyOp > | copyOps |
| Precomputed copy operations for translating this frame (non-list fields). | |
| std::optional< ListFieldInfo > | listField |
| Information about list fields in this frame (parallel encoding). | |
| std::vector<CopyOp> esi::ChannelPort::TranslationInfo::FrameInfo::copyOps |
Precomputed copy operations for translating this frame (non-list fields).
Definition at line 181 of file Ports.h.
Referenced by esi::ChannelPort::TranslationInfo::precomputeFrameInfo().
| size_t esi::ChannelPort::TranslationInfo::FrameInfo::expectedSize |
The total size of a frame in bytes.
Definition at line 178 of file Ports.h.
Referenced by esi::ChannelPort::TranslationInfo::precomputeFrameInfo().
| std::optional<ListFieldInfo> esi::ChannelPort::TranslationInfo::FrameInfo::listField |
Information about list fields in this frame (parallel encoding).
Currently only one list field per frame is supported.
Definition at line 184 of file Ports.h.
Referenced by esi::ChannelPort::TranslationInfo::precomputeFrameInfo().