PCIeSrc Class
Source-role Node that receives samples from a PCIe-connected host. More...
Declaration
class simaai::neat::PCIeSrc { ... }
Included Headers
#include <PCIeSrc.h>
Base class
| class | Node |
Public Constructors Index
| PCIeSrc (PCIeSrcOptions opt={}) | |
|
Construct with optional PCIeSrcOptions. More... | |
Public Member Functions Index
| std::string | kind () const override |
|
Type label for this Node kind. More... | |
| std::string | user_label () const override |
|
User-facing label for this Node. More... | |
| InputRole | input_role () const override |
|
Role this Node plays as a stream source. More... | |
| NodeCapsBehavior | caps_behavior () const override |
|
Whether the Node negotiates static or dynamic caps. More... | |
| std::string | backend_fragment (int node_index) const override |
|
GStreamer fragment this Node emits. More... | |
| std::vector< std::string > | element_names (int node_index) const override |
|
Deterministic element names this Node will create. More... | |
| const PCIeSrcOptions & | options () const |
|
Inspect the Node's options. More... | |
Private Member Attributes Index
| PCIeSrcOptions | opt_ |
Description
Source-role Node that receives samples from a PCIe-connected host.
Definition at line 44 of file PCIeSrc.h.