COMM_TYPE Class Reference

Lists the different types of communications available for Fusion module. More...

Detailed Description

Lists the different types of communications available for Fusion module.

Enumerator
LOCAL_NETWORK The sender and receiver are on the same local network and communicate by RTP.
The communication can be affected by the local network load.
INTRA_PROCESS Both sender and receiver are declared by the same process and can be in different threads.
This type of communication is optimized.