File tree Expand file tree Collapse file tree 4 files changed +35
-3
lines changed Expand file tree Collapse file tree 4 files changed +35
-3
lines changed Original file line number Diff line number Diff line change @@ -90,11 +90,35 @@ Mind Map generated by NB MindMap plugin
9090> fillColor=`#99FFFF`
9191
9292
93+ #### floatj
94+ > fillColor=`#FFFE9F`
95+
96+
97+ ##### 32 bit signed field<br/>\(Java float format\)
98+ > fillColor=`#99FFFF`
99+
100+
101+ #### doublej
102+ > fillColor=`#FFFE9F`
103+
104+
105+ ##### 64 bit signed field<br/>\(Java double format\)
106+ > fillColor=`#99FFFF`
107+
108+
109+ #### stringj
110+ > fillColor=`#FFFE9F`
111+
112+
113+ ##### UTF\-8 string with length info, NULL value is allowed
114+ > fillColor=`#99FFFF`
115+
116+
93117#### var
94118> fillColor=`#00FAFF`
95119
96120
97- ##### such field must be processed by<br/>special external var field processor
121+ ##### custom field to be processed by specific code
98122> fillColor=`#00FAFF`
99123
100124
@@ -132,6 +156,14 @@ Mind Map generated by NB MindMap plugin
132156> fillColor=`#99FF99`
133157
134158
159+ ##### bit:3 bits;
160+ > fillColor=`#99FF99`
161+
162+
163+ ##### bit:\(a\+1\) b;
164+ > fillColor=`#99FF99`
165+
166+
135167## Complex types
136168
137169### Arrays
@@ -162,7 +194,7 @@ Mind Map generated by NB MindMap plugin
162194> fillColor=`#6666FF`,textColor=`#CCFFCC`
163195
164196
165- ###### It can be placed only<br/>for the end item in script
197+ ###### it is impossible to have fields after
166198> fillColor=`#FF3300`,textColor=`#FFFFFF`
167199
168200
@@ -196,7 +228,7 @@ Mind Map generated by NB MindMap plugin
196228> fillColor=`#9999FF`
197229
198230
199- #### align\[:number\_of\_bytes|\(expression\_in\_parentheses\)\]
231+ #### align\[:number\_of\_bytes|: \(expression\_in\_parentheses\)\]
200232> fillColor=`#FFCC00`
201233
202234
You can’t perform that action at this time.
0 commit comments