Skip to main content

UdpOutputOptions Struct

Declaration

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

Included Headers

#include <UdpOutput.h>

Public Member Attributes Index

std::stringhost = "127.0.0.1"
intport = 5000
boolsync = false
boolasync = false

Definition at line 16 of file UdpOutput.h.

Public Member Attributes

async

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

Definition at line 20 of file UdpOutput.h.

20 bool async = false;

host

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

Definition at line 17 of file UdpOutput.h.

17 std::string host = "127.0.0.1";

port

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

Definition at line 18 of file UdpOutput.h.

18 int port = 5000;

sync

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

Definition at line 19 of file UdpOutput.h.

19 bool sync = false;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.