Skip to main content

PCIeSink Class

Declaration

class simaai::neat::PCIeSink { ... }

Included Headers

#include <PCIeSink.h>

Base class

classNode

Public Constructors Index

PCIeSink (PCIeSinkOptions opt={})

Public Member Functions Index

std::stringkind () const override
std::stringuser_label () const override
NodeCapsBehaviorcaps_behavior () const override
std::stringbackend_fragment (int node_index) const override
std::vector< std::string >element_names (int node_index) const override
const PCIeSinkOptions &options () const

Private Member Attributes Index

PCIeSinkOptionsopt_

Definition at line 41 of file PCIeSink.h.

Public Constructors

PCIeSink()

simaai::neat::PCIeSink::PCIeSink (PCIeSinkOptions opt={})
explicit

Definition at line 43 of file PCIeSink.h.

Public Member Functions

backend_fragment()

std::string simaai::neat::PCIeSink::backend_fragment (int node_index)

Definition at line 55 of file PCIeSink.h.

caps_behavior()

NodeCapsBehavior simaai::neat::PCIeSink::caps_behavior ()
inline

Definition at line 51 of file PCIeSink.h.

51 NodeCapsBehavior caps_behavior() const override {
52 return NodeCapsBehavior::Dynamic;
53 }

element_names()

std::vector<std::string> simaai::neat::PCIeSink::element_names (int node_index)

Definition at line 56 of file PCIeSink.h.

kind()

std::string simaai::neat::PCIeSink::kind ()
inline

Definition at line 45 of file PCIeSink.h.

45 std::string kind() const override {
46 return "PCIeSink";
47 }

options()

const PCIeSinkOptions& simaai::neat::PCIeSink::options ()
inline

Definition at line 58 of file PCIeSink.h.

58 const PCIeSinkOptions& options() const {
59 return opt_;
60 }

user_label()

std::string simaai::neat::PCIeSink::user_label ()
inline

Definition at line 48 of file PCIeSink.h.

48 std::string user_label() const override {
49 return "pciesink";
50 }

Private Member Attributes

opt_

PCIeSinkOptions simaai::neat::PCIeSink::opt_

Definition at line 63 of file PCIeSink.h.


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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.