Table of Contents

SteereoCommunicator

Description

This is the base class and interface definition for all communicators like the SteereoSocketCommunicator. The Communicators are used to accept connections to clients (or connect to simulations if you are the client) and sending data between simulation and client.

Functions

If you want to implement your own communicator

This are the functions you have to implement in your own communicator:

Functions to use the communicator

The functions startConnection, startListening and acceptConnection from above are of course also needed for the daily usage of communicators. Other than that you will do communication with these functions, which are based on the ones in the previous section: