Skip to main content

UdpOutputOptions Struct

Destination + sync options for the UdpOutput Node. More...

Declaration

struct simaai::neat::UdpOutputOptions { ... }

Included Headers

#include <UdpOutput.h>

Public Member Attributes Index

std::stringhost = "127.0.0.1"

Destination host or IP for outgoing UDP packets. More...

intport = 5000

Destination UDP port. More...

boolsync = false

If true, sync to the pipeline clock before sending. More...

boolasync = false

If true, allow asynchronous state changes on the sink. More...

Description

Destination + sync options for the UdpOutput Node.

Definition at line 25 of file UdpOutput.h.

Public Member Attributes

async

bool simaai::neat::UdpOutputOptions::async = false

If true, allow asynchronous state changes on the sink.

Definition at line 29 of file UdpOutput.h.

29 bool async = false;

host

std::string simaai::neat::UdpOutputOptions::host = "127.0.0.1"

Destination host or IP for outgoing UDP packets.

Definition at line 26 of file UdpOutput.h.

26 std::string host = "127.0.0.1";

port

int simaai::neat::UdpOutputOptions::port = 5000

Destination UDP port.

Definition at line 27 of file UdpOutput.h.

27 int port = 5000;

sync

bool simaai::neat::UdpOutputOptions::sync = false

If true, sync to the pipeline clock before sending.

Definition at line 28 of file UdpOutput.h.

28 bool sync = false;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.