B2BITS FIX Antenna C++ 2.32.0
Loading...
Searching...
No Matches
Public Types | List of all members
Bats::ThreadType Struct Reference

Thread types. More...

#include <B2BITS_BatsApplication.h>

Public Types

enum  Type { IncrementalThread = 0 , WorkerThread }
 

Detailed Description

Thread types.

Member Enumeration Documentation

◆ Type

Enumerator
IncrementalThread 

Threads of this type are only used for reading UDP multicast feeds.

WorkerThread 

Threads of this type are used for TCP communications with GRP/Spin servers, internal timers, etc...