Altera® AXI4 Bus Functional Model User Guides

ID 838773
Date 5/19/2025
Public
Document Table of Contents

2.5.1.2.4. Class Axi4StreamBytesData

The most pertinent byte class is the Axi4StreamBytesData class representing the data sent between the AXI4 streaming bus transmitter and receiver. Axi4StreamBytesData inherits from the Axi4StreamBytes class.

The Axi4StreamBytesData class is also one of the simplest in the byte class hierarchy, with just a few differences from the Axi4StreamBytes superclass. The only differences between this class and the superclass are the definitions of the three pure, virtual functions: set_data(), is_equal(), and copy().