Declaration
class simaai::neat::graph::nodes::FanOut { ... }
Base class
Public Constructors Index
Public Member Functions Index
| void | set_ports (const StagePorts &ports) override |
|
|
|
| void | on_input (StageMsg &&msg, std::vector< StageOutMsg > &out) override |
|
|
|
Private Member Functions Index
Private Member Attributes Index
Definition at line 22 of file FanOut.h.
Public Constructors
FanOut()
Public Member Functions
on_input()
| void simaai::neat::graph::nodes::FanOut::on_input (StageMsg && msg, std::vector< StageOutMsg > & out) |
|
virtual
|
set_ports()
| void simaai::neat::graph::nodes::FanOut::set_ports (const StagePorts & ports) |
|
virtual
|
Private Member Functions
validate_outputs_()
| void simaai::neat::graph::nodes::FanOut::validate_outputs_ (const StagePorts & ports) |
|
Private Member Attributes
opt_
| FanOutOptions simaai::neat::graph::nodes::FanOut::opt_ |
|
out_ports_
| std::vector<PortId> simaai::neat::graph::nodes::FanOut::out_ports_ |
|
Definition at line 33 of file FanOut.h.
33 std::vector<PortId> out_ports_;
validated_
| bool simaai::neat::graph::nodes::FanOut::validated_ = false |
|
Definition at line 34 of file FanOut.h.
34 bool validated_ = false;
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.