WPILibC++ 2023.4.3-108-ge5452e3
|
Functions | |
NT_Inst | nt::GetDefaultInstance () |
Get default instance. More... | |
NT_Inst | nt::CreateInstance () |
Create an instance. More... | |
void | nt::ResetInstance (NT_Inst inst) |
Reset the internals of 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 | ( | ) |
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 | ( | ) |
Get default instance.
This is the instance used by non-handle-taking functions.
Get instance handle from another handle.
handle | entry/instance/etc. handle |
void nt::ResetInstance | ( | NT_Inst | inst | ) |
Reset the internals of an instance.
Every handle previously associated with this instance will no longer be valid, except for the instance handle.