11---
2- defaults :
3- ignore : true
4- report_ignored_missing : false
2+ # defaults:
3+ # ignore: true
4+ # report_ignored_missing: false
55enums :
66 ControlRecordType :
77classes :
88 wpi::log::DataLog :
9- subpackage : log
109 attributes :
1110 kBlockSize :
1211 s_defaultMessageLog :
@@ -72,7 +71,6 @@ classes:
7271 BufferHalfFull :
7372 BufferFull :
7473 wpi::log::DataLogEntry :
75- subpackage : log
7674 force_no_trampoline : true
7775 methods :
7876 SetMetadata :
@@ -100,7 +98,6 @@ classes:
10098 ignore : true
10199 DataLog&, std::string_view, std::string_view, std::string_view, int64_t :
102100 wpi::log::RawLogEntry :
103- subpackage : log
104101 force_no_trampoline : true
105102 attributes :
106103 kDataType :
@@ -115,7 +112,6 @@ classes:
115112 Append :
116113 Update :
117114 wpi::log::BooleanLogEntry :
118- subpackage : log
119115 force_no_trampoline : true
120116 attributes :
121117 kDataType :
@@ -129,7 +125,6 @@ classes:
129125 Append :
130126 Update :
131127 wpi::log::IntegerLogEntry :
132- subpackage : log
133128 force_no_trampoline : true
134129 attributes :
135130 kDataType :
@@ -143,7 +138,6 @@ classes:
143138 Append :
144139 Update :
145140 wpi::log::FloatLogEntry :
146- subpackage : log
147141 force_no_trampoline : true
148142 attributes :
149143 kDataType :
@@ -157,7 +151,6 @@ classes:
157151 Append :
158152 Update :
159153 wpi::log::DoubleLogEntry :
160- subpackage : log
161154 force_no_trampoline : true
162155 attributes :
163156 kDataType :
@@ -171,7 +164,6 @@ classes:
171164 Append :
172165 Update :
173166 wpi::log::StringLogEntry :
174- subpackage : log
175167 force_no_trampoline : true
176168 attributes :
177169 kDataType :
@@ -186,7 +178,6 @@ classes:
186178 Append :
187179 Update :
188180 wpi::log::BooleanArrayLogEntry :
189- subpackage : log
190181 force_no_trampoline : true
191182 attributes :
192183 kDataType :
@@ -219,7 +210,6 @@ classes:
219210 std::span<const uint8_t>, int64_t :
220211 ignore : true
221212 wpi::log::IntegerArrayLogEntry :
222- subpackage : log
223213 force_no_trampoline : true
224214 attributes :
225215 kDataType :
@@ -241,7 +231,6 @@ classes:
241231 std::initializer_list<int64_t>, int64_t :
242232 ignore : true
243233 wpi::log::FloatArrayLogEntry :
244- subpackage : log
245234 force_no_trampoline : true
246235 attributes :
247236 kDataType :
@@ -263,7 +252,6 @@ classes:
263252 std::initializer_list<float>, int64_t :
264253 ignore : true
265254 wpi::log::DoubleArrayLogEntry :
266- subpackage : log
267255 force_no_trampoline : true
268256 attributes :
269257 kDataType :
@@ -285,7 +273,6 @@ classes:
285273 std::initializer_list<double>, int64_t :
286274 ignore : true
287275 wpi::log::StringArrayLogEntry :
288- subpackage : log
289276 force_no_trampoline : true
290277 attributes :
291278 kDataType :
@@ -373,7 +360,6 @@ classes:
373360 ignore : true
374361 std::span<const T>, int64_t :
375362 wpi::log::ProtobufLogEntry :
376- subpackage : log
377363 force_no_trampoline : true
378364 ignore : true
379365 methods :
@@ -387,69 +373,56 @@ classes:
387373templates :
388374 StructLogEntry :
389375 qualname : wpi::log::StructLogEntry
390- subpackage : log
391376 params :
392377 - WPyStruct
393378 - WPyStructInfo
394379 StructArrayLogEntry :
395380 qualname : wpi::log::StructArrayLogEntry
396- subpackage : log
397381 params :
398382 - WPyStruct
399383 - WPyStructInfo
400384
401385 _RawLogEntryImpl :
402386 qualname : wpi::log::DataLogValueEntryImpl
403- subpackage : log
404387 params :
405388 - std::vector<uint8_t>
406389 _BooleanLogEntryImpl :
407390 qualname : wpi::log::DataLogValueEntryImpl
408- subpackage : log
409391 params :
410392 - bool
411393 _IntegerLogEntryImpl :
412394 qualname : wpi::log::DataLogValueEntryImpl
413- subpackage : log
414395 params :
415396 - int64_t
416397 _FloatLogEntryImpl :
417398 qualname : wpi::log::DataLogValueEntryImpl
418- subpackage : log
419399 params :
420400 - float
421401 _DoubleLogEntryImpl :
422402 qualname : wpi::log::DataLogValueEntryImpl
423- subpackage : log
424403 params :
425404 - double
426405 _StringLogEntryImpl :
427406 qualname : wpi::log::DataLogValueEntryImpl
428- subpackage : log
429407 params :
430408 - std::string
431409 _BooleanArrayLogEntryImpl :
432410 qualname : wpi::log::DataLogValueEntryImpl
433- subpackage : log
434411 params :
435412 - std::vector<int>
436413 _IntegerArrayLogEntryImpl :
437414 qualname : wpi::log::DataLogValueEntryImpl
438- subpackage : log
439415 params :
440416 - std::vector<int64_t>
441417 _FloatArrayLogEntryImpl :
442418 qualname : wpi::log::DataLogValueEntryImpl
443- subpackage : log
444419 params :
445420 - std::vector<float>
446421 _DoubleArrayLogEntryImpl :
447422 qualname : wpi::log::DataLogValueEntryImpl
448- subpackage : log
449423 params :
450424 - std::vector<double>
451425 _StringArrayLogEntryImpl :
452426 qualname : wpi::log::DataLogValueEntryImpl
453- subpackage : log
454427 params :
455428 - std::vector<std::string>
0 commit comments