mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
Import LLVM StringMap et al.
Change-Id: Ic48c722c2856c7aa36001935adbcf31b986ac1f3
This commit is contained in:
@@ -78,18 +78,6 @@ struct NT_Value {
|
||||
} data;
|
||||
};
|
||||
|
||||
/** A NetworkTables Entry */
|
||||
struct NT_Entry {
|
||||
/** Entry name */
|
||||
struct NT_String name;
|
||||
|
||||
/** Entry value */
|
||||
struct NT_Value value;
|
||||
|
||||
/** Entry flags */
|
||||
unsigned int flags;
|
||||
};
|
||||
|
||||
/** NetworkTables Entry Information */
|
||||
struct NT_EntryInfo {
|
||||
/** Entry name */
|
||||
|
||||
Reference in New Issue
Block a user