DPU C++ Host API  2025.1.0
dpu::DpuSymbol Class Reference

Representation of a symbol in a DPU program. More...

#include <dpu.hpp>

Public Member Functions

 DpuSymbol (unsigned Address, unsigned Size)
 Construct DPU symbol from explicit address and size. More...
 

Friends

class DpuProgram
 
class DpuSetOps
 

Detailed Description

Representation of a symbol in a DPU program.

Constructor & Destructor Documentation

◆ DpuSymbol()

dpu::DpuSymbol::DpuSymbol ( unsigned  Address,
unsigned  Size 
)
inline

Construct DPU symbol from explicit address and size.

Parameters
Addressaddress of the DPU symbol
Sizesize of the DPU symbol (in bytes)

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