Skip to main content

OptiViewChannelOptions Struct

Declaration

struct simaai::neat::OptiViewChannelOptions { ... }

Included Headers

Public Member Attributes Index

std::stringhost = "127.0.0.1"
intchannel = 0
intvideo_port_base = 9000
intjson_port_base = 9100

Definition at line 24 of file OptiViewJsonOutput.h.

Public Member Attributes

channel

int simaai::neat::OptiViewChannelOptions::channel = 0

Definition at line 26 of file OptiViewJsonOutput.h.

26 int channel = 0;

host

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

Definition at line 25 of file OptiViewJsonOutput.h.

25 std::string host = "127.0.0.1";

json_port_base

int simaai::neat::OptiViewChannelOptions::json_port_base = 9100

Definition at line 28 of file OptiViewJsonOutput.h.

28 int json_port_base = 9100;

video_port_base

int simaai::neat::OptiViewChannelOptions::video_port_base = 9000

Definition at line 27 of file OptiViewJsonOutput.h.

27 int video_port_base = 9000;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.