Files
allwpilib/ntcore
Vasista Vovveti 3d982f81dd [ntcore] Update period on added or removed, not XOR (#8941)
`added ^ removed` (XOR) is incorrect for the update guard.
Both `added` and `removed` can be true simultaneously (e.g. subscription
options change), and XOR would incorrectly skip the period update. Fixed
to `added || removed`.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-01 14:56:23 -06:00
..
2026-03-13 23:05:55 -07:00
2025-11-07 23:09:21 -08:00

ntcore

ntcore is a library for using NetworkTables. To learn more about what NetworkTables is, read https://docs.wpilib.org/en/latest/docs/software/networktables/networktables-intro.html.

If you're a developer looking for the NetworkTables protocol specifications, take a look at the doc folder.