CYNQ  0.3.0
Framework to develop FPGA applications in C++ with the easiness of PYNQ
cynq::ExecutionGraphParameters Struct Reference

Define an abstract representation of the IExecutionGraph parameters with some prefilled fields. More...

#include <execution-graph.hpp>

Inheritance diagram for cynq::ExecutionGraphParameters:
Collaboration diagram for cynq::ExecutionGraphParameters:

Public Member Functions

virtual ~ExecutionGraphParameters ()=default
 

Data Fields

std::string name
 
uint64_t timeout = 100
 

Detailed Description

Define an abstract representation of the IExecutionGraph parameters with some prefilled fields.

Constructor & Destructor Documentation

◆ ~ExecutionGraphParameters()

virtual cynq::ExecutionGraphParameters::~ExecutionGraphParameters ( )
virtualdefault

Virtual destructor required for the inheritance

Field Documentation

◆ name

std::string cynq::ExecutionGraphParameters::name

Name of the stream

◆ timeout

uint64_t cynq::ExecutionGraphParameters::timeout = 100

Timeout in microseconds: time waited until having a new element before checking again. It has low impact


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