UNIVERS
15.3
UNIVERS base processing software API
Main Page
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
dcf
types.hpp
1
/* dcf_types.hpp */
2
/* $Id$ */
3
#ifndef __dcf_types_hpp
4
#define __dcf_types_hpp
5
6
#include <string>
7
8
namespace
dcf
9
{
11
enum
error_t
12
{
13
ErrSuccess
= 0,
14
ErrInvalidUnitId
,
15
ErrCantAllocateUnit
,
16
ErrNoAllocatedUnits
,
17
ErrUnknown
18
};
19
21
std::string
errstr
(
error_t
err);
22
24
enum
mantype_t
25
{
26
CUDAMan
= 0,
27
ThreadMan
,
28
UndefinedMan
29
};
30
};
31
32
#endif
/* types.hpp */
dcf::error_t
error_t
Definition:
types.hpp:11
dcf::ErrSuccess
Definition:
types.hpp:13
dcf::mantype_t
mantype_t
Definition:
types.hpp:24
dcf::errstr
std::string errstr(error_t err)
dcf::ErrUnknown
Definition:
types.hpp:17
dcf::CUDAMan
Definition:
types.hpp:26
dcf::UndefinedMan
Definition:
types.hpp:28
dcf::ErrCantAllocateUnit
Definition:
types.hpp:15
dcf::ErrNoAllocatedUnits
Definition:
types.hpp:16
dcf::ErrInvalidUnitId
Definition:
types.hpp:14
dcf::ThreadMan
Definition:
types.hpp:27
Generated by
1.8.5