![]() |
UNIVERS
15.3
UNIVERS base processing software API
|
Classes | |
| class | CalcBlock |
| class | CFFT2DCalcBlock |
| class | CUBPFCalcBlock |
| class | IPCSem |
| class | IPCMsgMan |
| class | Manager |
| class | ProcessObserver |
| class | Sem |
| class | ThreadCalcBlock |
| class | ThreadManager |
| class | UnnamedSem |
Enumerations | |
| enum | error_t { ErrSuccess = 0, ErrInvalidUnitId, ErrCantAllocateUnit, ErrNoAllocatedUnits, ErrUnknown } |
| enum | mantype_t { CUDAMan = 0, ThreadMan, UndefinedMan } |
Functions | |
| std::string | errstr (error_t err) |
Distributed computing facilities namespace.
| enum dcf::error_t |
| enum dcf::mantype_t |
Types of manager
| Enumerator | |
|---|---|
| CUDAMan |
CUDA Manager |
| ThreadMan |
Thread manager |
| UndefinedMan |
Not defined manager, should not be |
| std::string dcf::errstr | ( | error_t | err | ) |
Prints error string from provided error code.
1.8.5