|
Object Hunt
v0.2
Hunts for a not specified object in an unknown environment
|
Contains definitions for ports. More...
Variables | |
| const uint16_t | BASE = 19001 |
| Base process port. More... | |
| const uint16_t | NAVIGATION = 19002 |
| Navigation process port. More... | |
Contains definitions for ports.
Provides definitions with regard to ports.
| 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.
| const uint16_t Socket::Ports::NAVIGATION = 19002 |
Navigation process port.
The navigation process provides this socket as a connection point for all other processes.
1.8.13