CIRCT 22.0.0git
Loading...
Searching...
No Matches
Public Attributes | List of all members
esi::ChannelPort::TranslationInfo::CopyOp Struct Reference

A copy operation for translating between frame data and the translation. More...

#include <Ports.h>

Collaboration diagram for esi::ChannelPort::TranslationInfo::CopyOp:
Collaboration graph
[legend]

Public Attributes

size_t frameOffset
 Offset in the incoming/outgoing frame data.
 
size_t bufferOffset
 Offset in the translation buffer.
 
size_t size
 Number of bytes to copy.
 

Detailed Description

A copy operation for translating between frame data and the translation.

Run this during the translation.

Definition at line 148 of file Ports.h.

Member Data Documentation

◆ bufferOffset

size_t esi::ChannelPort::TranslationInfo::CopyOp::bufferOffset

Offset in the translation buffer.

Definition at line 152 of file Ports.h.

Referenced by esi::ChannelPort::TranslationInfo::precomputeFrameInfo().

◆ frameOffset

size_t esi::ChannelPort::TranslationInfo::CopyOp::frameOffset

Offset in the incoming/outgoing frame data.

Definition at line 150 of file Ports.h.

Referenced by esi::ChannelPort::TranslationInfo::precomputeFrameInfo().

◆ size

size_t esi::ChannelPort::TranslationInfo::CopyOp::size

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