Object Hunt  v0.2
Hunts for a not specified object in an unknown environment
Variables
Socket::Ports Namespace Reference

Contains definitions for ports. More...

Variables

const uint16_t BASE = 19001
 Base process port. More...
 
const uint16_t NAVIGATION = 19002
 Navigation process port. More...
 

Detailed Description

Contains definitions for ports.

Provides definitions with regard to ports.

Variable Documentation

◆ BASE

const uint16_t Socket::Ports::BASE = 19001

Base process port.

The base process is listening on this port for a connection from the navigation process.

◆ NAVIGATION

const uint16_t Socket::Ports::NAVIGATION = 19002

Navigation process port.

The navigation process provides this socket as a connection point for all other processes.