LogUtilities 1.5.1
A small compiled library for C logging and configuration utility functions.
Loading...
Searching...
No Matches
ConnectionData Struct Reference

Data structure related to connection IP and port addresses. More...

#include <log_utilities.h>

Data Fields

char controller_server_ip [16]
 
char plexon_server_ip [16]
 
char render_server_ip [16]
 
char reward_server_ip [16]
 
char state_server_ip [16]
 
uint16_t start_port_
 

Detailed Description

Data structure related to connection IP and port addresses.

Field Documentation

◆ controller_server_ip

char ConnectionData::controller_server_ip[16]

IP address of device running the controller UI.

◆ plexon_server_ip

char ConnectionData::plexon_server_ip[16]

IP address of the Plexon host computer.

◆ render_server_ip

char ConnectionData::render_server_ip[16]

IP address of device rendering the task.

◆ reward_server_ip

char ConnectionData::reward_server_ip[16]

IP address of device issuing rewards on the task.

◆ start_port_

uint16_t ConnectionData::start_port_

Lowest port number: all other port numbers are between this value to this value + 7.

◆ state_server_ip

char ConnectionData::state_server_ip[16]

IP address of device running the state server.