WPILibC++ 2023.4.3-108-ge5452e3
|
Functions | |
NT_Inst | NT_GetDefaultInstance (void) |
Get default instance. More... | |
NT_Inst | NT_CreateInstance (void) |
Create an instance. More... | |
void | NT_DestroyInstance (NT_Inst inst) |
Destroy an instance. More... | |
NT_Inst | NT_GetInstanceFromHandle (NT_Handle handle) |
Get instance handle from another handle. More... | |
NT_Inst NT_CreateInstance | ( | void | ) |
Create an instance.
void NT_DestroyInstance | ( | NT_Inst | inst | ) |
Destroy an instance.
The default instance cannot be destroyed.
inst | Instance handle |
NT_Inst NT_GetDefaultInstance | ( | void | ) |
Get default instance.
This is the instance used by non-handle-taking functions.