UdpOutput.h File
UDP sink node wrapper. More...
Included Headers
#include "builder/Node.h"
#include <memory>
#include <string>
#include <vector>
Namespaces Index
| namespace | simaai |
| namespace | neat |
| namespace | nodes |
Classes Index
| struct | UdpOutputOptions |
| class | UdpOutput |
Description
UDP sink node wrapper.
File Listing
The file content with the documentation metadata removed is:
14namespace simaai::neat {
16struct UdpOutputOptions {
25 explicit UdpOutput(UdpOutputOptions opt) : opt_(std::move(opt)) {}
30 NodeCapsBehavior caps_behavior() const override {
33 std::string backend_fragment(int node_index) const override;
34 std::vector<std::string> element_names(int node_index) const override;
37 UdpOutputOptions opt_;
42namespace simaai::neat::nodes {
43std::shared_ptr<simaai::neat::Node> UdpOutput(UdpOutputOptions opt = {});
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.