Represents RTS Spectra thread manager.
More...
#include <B2BITS_SpectraThreadManager.h>
Represents RTS Spectra thread manager.
| Enumerator |
|---|
| MDThread |
|
| IncrementalThread |
|
| TCPReplayThread |
|
| Spectra::SpectraThreadManager::SpectraThreadManager |
( |
| ) |
|
|
inline |
| virtual Spectra::SpectraThreadManager::~SpectraThreadManager |
( |
| ) |
|
|
inlinevirtual |
| virtual void Spectra::SpectraThreadManager::onStartThread |
( |
ThreadType |
threadType, |
|
|
size_t |
threadIndex |
|
) |
| |
|
inlinevirtual |
Called on initislization of each processing thread into it's context
- Parameters
-
| threadType | type of processing thread |
| threadIndex | index of processing thread |
| virtual void Spectra::SpectraThreadManager::onStopThread |
( |
ThreadType |
threadType, |
|
|
size_t |
threadIndex |
|
) |
| |
|
inlinevirtual |
- Parameters
-
| threadType | type of processing thread |
| threadIndex | index of processing thread |