ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
sub_mgr
tceventtype.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2003-2005 UGS Corporation
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
12
/* */
13
14
#ifndef TCEVENTTYPE_H
15
#define TCEVENTTYPE_H
16
17
#include <
tc/tc_startup.h
>
18
#include <
common/emh_const.h
>
19
#include <
sub_mgr/tceventtype_errors.h
>
20
#include <
tc/tc_macros.h
>
21
#include <sub_mgr/libsub_mgr_exports.h>
22
29
#define MAX_TCEVENTTYPE_ID_LEN 32
30
#define MAX_TCEVENTTYPE_ATTR_STRLEN 240
31
32
#ifdef __cplusplus
33
extern
"C"
{
34
#endif
35
36
41
extern
SUB_MGR_API
int
TCEVENTTYPE_ask_eventtype_id
(
42
tag_t
eventType
,
43
char
eventTypeId [
MAX_TCEVENTTYPE_ID_LEN
+1]
44
);
45
49
extern
SUB_MGR_API
int
TCEVENTTYPE_ask_eventtype_id2
(
50
tag_t
eventType,
51
char
**eventTypeId
52
);
53
54
extern
SUB_MGR_API
int
TCEVENTTYPE_find
(
55
const
char
* eventTypeId,
56
tag_t
* eventType
57
);
58
59
extern
SUB_MGR_API
int
TCEVENTTYPE_ask_user_has_access_to_eventtype
(
60
tag_t
eventTypeToCheck,
61
logical
* verdict
62
);
63
66
#ifdef __cplusplus
67
}
68
#endif
69
70
#include <sub_mgr/libsub_mgr_undef.h>
71
72
#endif