cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
NetworkMetaStream Struct Reference

#include <network.hpp>

Collaboration diagram for NetworkMetaStream:
[legend]

Public Member Functions

 NetworkMetaStream ()
 
 NetworkMetaStream (NetworkMeta single_data)
 

Public Attributes

NetworkMeta tdata
 
ap_uint< 8 > tkeep
 
ap_uint< 1 > tlast
 

Detailed Description

Definition at line 108 of file network.hpp.

Constructor & Destructor Documentation

◆ NetworkMetaStream() [1/2]

NetworkMetaStream::NetworkMetaStream ( )
inline

Definition at line 112 of file network.hpp.

112 {}

◆ NetworkMetaStream() [2/2]

NetworkMetaStream::NetworkMetaStream ( NetworkMeta  single_data)
inline

Definition at line 113 of file network.hpp.

113 : tdata(single_data), tkeep(0xFFF), tlast(1) {}
ap_uint< 1 > tlast
Definition: network.hpp:111
ap_uint< 8 > tkeep
Definition: network.hpp:110
NetworkMeta tdata
Definition: network.hpp:109

Member Data Documentation

◆ tdata

NetworkMeta NetworkMetaStream::tdata

Definition at line 109 of file network.hpp.

◆ tkeep

ap_uint<8> NetworkMetaStream::tkeep

Definition at line 110 of file network.hpp.

◆ tlast

ap_uint<1> NetworkMetaStream::tlast

Definition at line 111 of file network.hpp.


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