7 #ifndef __ENUM_UHHMSG_TYPE_H
8 #define __ENUM_UHHMSG_TYPE_H
15 ENUM_UhhMsg_Type_None = 0,
16 ENUM_UhhMsg_Type_Ping,
17 ENUM_UhhMsg_Type_Retry,
20 ENUM_UhhMsg_Type_Specific = 16,
23 ENUM_UhhMsg_Type_IF_GetVersion = ENUM_UhhMsg_Type_Specific,
25 ENUM_UhhMsg_Type_IF_CreateNavMgr,
26 ENUM_UhhMsg_Type_IF_CreateSktSrv,
27 ENUM_UhhMsg_Type_IF_CreateBgRfsh,
30 ENUM_UhhMsg_Type_NM_CreateNav = ENUM_UhhMsg_Type_Specific,
32 ENUM_UhhMsg_Type_NM_DestroyNav,
33 ENUM_UhhMsg_Type_NM_DestroyJniNavs,
34 ENUM_UhhMsg_Type_NM_DestroySktNavs,
35 ENUM_UhhMsg_Type_NM_RfshSuspHists,
40 ENUM_UhhMsg_Type_N_SetDirectory = ENUM_UhhMsg_Type_Specific,
42 ENUM_UhhMsg_Type_N_GetInstrNos,
43 ENUM_UhhMsg_Type_N_SetInstrNo,
44 ENUM_UhhMsg_Type_N_GetUhhSeqNos,
45 ENUM_UhhMsg_Type_N_GetUhhSeqSup,
46 ENUM_UhhMsg_Type_N_SetUhhSeqNos,
47 ENUM_UhhMsg_Type_N_GetGroupNos,
48 ENUM_UhhMsg_Type_N_Open,
49 ENUM_UhhMsg_Type_N_Close,
51 ENUM_UhhMsg_Type_N_SetDirection,
52 ENUM_UhhMsg_Type_N_SetInterval,
53 ENUM_UhhMsg_Type_N_SetMessageMode,
54 ENUM_UhhMsg_Type_N_SetTraceMode,
56 ENUM_UhhMsg_Type_N_GetEarliest,
57 ENUM_UhhMsg_Type_N_GetEarliestSNP,
58 ENUM_UhhMsg_Type_N_GetLatest,
59 ENUM_UhhMsg_Type_N_GetPseudotime,
60 ENUM_UhhMsg_Type_N_SetEarliest,
61 ENUM_UhhMsg_Type_N_SetLatest,
62 ENUM_UhhMsg_Type_N_SetPseudotime,
63 ENUM_UhhMsg_Type_N_PtimeToTime,
65 ENUM_UhhMsg_Type_N_Refresh,
66 ENUM_UhhMsg_Type_N_Suspend,
67 ENUM_UhhMsg_Type_N_Resume,
69 ENUM_UhhMsg_Type_N_GetSegHdr,
70 ENUM_UhhMsg_Type_N_GetSegOther,
71 ENUM_UhhMsg_Type_N_GetPointHdr,
72 ENUM_UhhMsg_Type_N_GetPointOther,
74 ENUM_UhhMsg_Type_N_GetNextItem,
75 ENUM_UhhMsg_Type_N_GetNextItems,
77 ENUM_UhhMsg_Type_N_DbgHistSummary,
79 ENUM_UhhMsg_Type_N_OpenForMessages,
80 ENUM_UhhMsg_Type_N_SetMessageFilter,
81 ENUM_UhhMsg_Type_N_GetNextMessage,
82 ENUM_UhhMsg_Type_N_SubtractClock,
84 ENUM_UhhMsg_Type_N_GetFinalRecStat,
86 ENUM_UhhMsg_Type_N_OpenForBatches,
87 ENUM_UhhMsg_Type_N_SetBatchMode,
88 ENUM_UhhMsg_Type_N_GetNextBatch,
90 ENUM_UhhMsg_Type_N_GetHistHdr,
92 ENUM_UhhMsg_Type_N_NextSeg,
94 ENUM_UhhMsg_Type_N_SetInstr,
95 ENUM_UhhMsg_Type_N_GetInstrs