-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeywords.txt
104 lines (89 loc) · 2.11 KB
/
keywords.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
#######################################
# Syntax Coloring Map
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
SEPTENTRIO_GNSS KEYWORD1
SEPTENTRIO_NTRIP KEYWORD1
tempBuffer_t KEYWORD1
sbfBuffer_t KEYWORD1
nmeaBuffer_t KEYWORD1
tempBuffer_t KEYWORD1
ntripTempBuffer KEYWORD1
ntripBuffer_t KEYWORD1
ntripProperties_t KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
begin KEYWORD2
isConnected KEYWORD2
canSendCommand KEYWORD2
checkCommandResponse KEYWORD2
enableSBF KEYWORD2
disableSBF KEYWORD2
u2Conv KEYWORD2
u4Conv KEYWORD2
u8Conv KEYWORD2
i2Conv KEYWORD2
i4Conv KEYWORD2
i8Conv KEYWORD2
f4Conv KEYWORD2
f8Conv KEYWORD2
isSBFValid KEYWORD2
checkId KEYWORD2
checkCRC KEYWORD2
checkChecksum KEYWORD2
checkId KEYWORD2
checkCustomId KEYWORD2
correctFloat KEYWORD2
fillBuffer KEYWORD2
checkNewByte KEYWORD2
fullBuffer KEYWORD2
fillSBFProperties KEYWORD2
resetNtripMsg
createRequestMsg
requestMsgVer1
requestMsgVer2
processAnswer
processHeaderVer1
processHeaderVer2
getContentType
getTransferEncoding
getContentLengh
extractSentence
processSourcetable
processCAS
processNET
processSTR
casterRequirement
rtpConnectToCasterMsg
rtpStartTransferToCastersMsg
rtpEndTransferToCasterMsg
enableDebug KEYWORD2
disableDebug KEYWORD2
#######################################
# Structures (KEYWORD3)
#######################################
tempBuffer KEYWORD3
NMEABuffer KEYWORD3
SBFBuffer KEYWORD3
ntripRequestBuffer KEYWORD3
ntripTempBuffer KEYWORD3
ntripBuffer KEYWORD3
ntripProperties KEYWORD3
#######################################
# Constants (LITERAL1)
#######################################
headerSize LITERAL1
cmdMaxSize LITERAL1
nmeaMaxSize LITERAL1
ntripHeaderMaxSize LITERAL1
requestStandardMaxSize LITERAL1
RequestAuthMaxSize LITERAL1
RequestCustomMaxSize LITERAL1
doNotUseTOW LITERAL1
doNotUseLong LITERAL1
doNotUseInt LITERAL1
doNotUseFloat LITERAL1
maxVersion LITERAL1