Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Output
Winx64
Build
PublishedApi
Mstn
MdlApi
asynch.h
Go to the documentation of this file.
1
/*--------------------------------------------------------------------------------------+
2
|
3
| Supplied under applicable software license agreement.
4
|
5
| Copyright (c) 2018 Bentley Systems, Incorporated. All rights reserved.
6
|
7
+---------------------------------------------------------------------------------------*/
8
#pragma once
9
#ifndef __asynchH__
10
#define __asynchH__
11
12
#ifndef __mstypesH__
13
#include <
Mstn\MdlApi\mstypes.h
>
14
#endif
15
16
#define PREUPDATE 1
17
#define POSTUPDATE 2
18
#define NEWVLT 3
19
#define CMDBUTN 4
20
#define NEWCMD 5
21
#define MS_INPUT 6
22
23
#define MS_TERMINATE 8
24
#define PARSE 9
25
#define CMDFILTER 10
26
#define EXECUTE 11
27
#define CMDTERM 12
28
#define MONITOR 13
29
#define NEWDGN 14
30
#define APPELEM 15
31
#define PRELOCATE 16
32
#define POSTLOCATE 17
33
#define LOCATED 18
34
#define FENCEELEM 20
35
#define UORINPUT 21
36
#define NEWMAP 22
37
#define WINDEVENT 23
38
#define CUSTOMASYNCH 24
39
#define PRECHARXLT 25
40
#define CHARXLT 26
41
#define POSTCHARXLT 27
42
#define SYNCRASTVIEW 28
43
#define SYNCRASTPLOT 29
44
45
#endif
/* __asynchH__ */
mstypes.h
Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.