|
LogUtilities 1.5.1
A small compiled library for C logging and configuration utility functions.
|
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_ |
Data structure related to connection IP and port addresses.
| char ConnectionData::controller_server_ip[16] |
IP address of device running the controller UI.
| char ConnectionData::plexon_server_ip[16] |
IP address of the Plexon host computer.
| char ConnectionData::render_server_ip[16] |
IP address of device rendering the task.
| char ConnectionData::reward_server_ip[16] |
IP address of device issuing rewards on the task.
| uint16_t ConnectionData::start_port_ |
Lowest port number: all other port numbers are between this value to this value + 7.
| char ConnectionData::state_server_ip[16] |
IP address of device running the state server.