WPILibC++
2019.1.1-beta-2-17-g6f0c185
|
Functions | |
NT_Inst | nt::GetDefaultInstance () |
Get default instance. More... | |
NT_Inst | nt::CreateInstance () |
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 | ( | ) |
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.
NT_Inst nt::GetInstanceFromHandle | ( | NT_Handle | handle | ) |
Get instance handle from another handle.
handle | entry/instance/etc. handle |