mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
44 lines
899 B
Modula-2
44 lines
899 B
Modula-2
LIBRARY NTCORE
|
|
EXPORTS
|
|
NT_GetEntryValue @1
|
|
NT_SetEntryValue @2
|
|
NT_SetEntryTypeValue @3
|
|
NT_SetEntryFlags @4
|
|
NT_GetEntryFlags @5
|
|
NT_DeleteEntry @6
|
|
NT_DeleteAllEntries @7
|
|
NT_GetEntryInfo @8
|
|
NT_Flush @9
|
|
NT_AddEntryListener @10
|
|
NT_RemoveEntryListener @11
|
|
NT_AddConnectionListener @12
|
|
NT_RemoveConnectionListener @13
|
|
NT_SetNetworkIdentity @18
|
|
NT_StartServer @19
|
|
NT_StopServer @20
|
|
NT_StartClient @21
|
|
NT_StopClient @22
|
|
NT_SetUpdateRate @23
|
|
NT_GetConnections @24
|
|
NT_SavePersistent @25
|
|
NT_LoadPersistent @26
|
|
NT_DisposeValue @27
|
|
NT_InitValue @28
|
|
NT_DisposeString @29
|
|
NT_InitString @30
|
|
NT_DisposeConnectionInfoArray @31
|
|
NT_Now @32
|
|
NT_SetLogger @33
|
|
NT_CreateRpc @34
|
|
NT_CreatePolledRpc @35
|
|
NT_PollRpc @36
|
|
NT_PostRpcRepsonse @37
|
|
NT_CallRpc @38
|
|
NT_GetRpcResult @39
|
|
NT_PackRpcDefinition @40
|
|
NT_UnpackRpcDefinition @41
|
|
NT_PackRpcValues @42
|
|
NT_UnpackRpcValues @43
|
|
NT_DisposeRpcDefinition @44
|
|
NT_DisposeRpcCallInfo @45
|