Class SendableRegistry
Inheritance
SendableRegistry
Assembly: WPILibSharp.dll
Syntax
public class SendableRegistry
Properties
|
Improve this Doc
View Source
DataHandle
Declaration
public int DataHandle { get; }
Property Value
|
Improve this Doc
View Source
Instance
Declaration
public static SendableRegistry Instance { get; }
Property Value
Methods
|
Improve this Doc
View Source
Add(ISendable, String)
Declaration
public void Add(ISendable sendable, string name)
Parameters
|
Improve this Doc
View Source
Add(ISendable, String, Int32)
Declaration
public void Add(ISendable sendable, string moduleType, int channel)
Parameters
|
Improve this Doc
View Source
Add(ISendable, String, Int32, Int32)
Declaration
public void Add(ISendable sendable, string moduleType, int moduleNumber, int channel)
Parameters
|
Improve this Doc
View Source
Add(ISendable, String, String)
Declaration
public void Add(ISendable sendable, string subsystem, string name)
Parameters
|
Improve this Doc
View Source
AddChild(ISendable, ISendable)
Declaration
public void AddChild(ISendable parent, ISendable child)
Parameters
|
Improve this Doc
View Source
AddLW(ISendable, String)
Declaration
public void AddLW(ISendable sendable, string name)
Parameters
|
Improve this Doc
View Source
AddLW(ISendable, String, Int32)
Declaration
public void AddLW(ISendable sendable, string moduleType, int channel)
Parameters
|
Improve this Doc
View Source
AddLW(ISendable, String, Int32, Int32)
Declaration
public void AddLW(ISendable sendable, string moduleType, int moduleNumber, int channel)
Parameters
|
Improve this Doc
View Source
AddLW(ISendable, String, String)
Declaration
public void AddLW(ISendable sendable, string subsystem, string name)
Parameters
|
Improve this Doc
View Source
Contains(ISendable)
Declaration
public bool Contains(ISendable sendable)
Parameters
Returns
|
Improve this Doc
View Source
DisableLiveWindow(ISendable)
Declaration
public void DisableLiveWindow(ISendable sendable)
Parameters
|
Improve this Doc
View Source
EnableLiveWindow(ISendable)
Declaration
public void EnableLiveWindow(ISendable sendable)
Parameters
|
Improve this Doc
View Source
GetData(ISendable, Int32)
Declaration
public object GetData(ISendable sendable, int handle)
Parameters
Returns
|
Improve this Doc
View Source
GetName(ISendable)
Declaration
public string GetName(ISendable sendable)
Parameters
Returns
|
Improve this Doc
View Source
GetSubsystem(ISendable)
Declaration
public string GetSubsystem(ISendable sendable)
Parameters
Returns
|
Improve this Doc
View Source
Publish(ISendable, NetworkTable)
Declaration
public void Publish(ISendable sendable, NetworkTable table)
Parameters
|
Improve this Doc
View Source
Remove(ISendable)
Declaration
public bool Remove(ISendable sendable)
Parameters
Returns
|
Improve this Doc
View Source
SetData(ISendable, Int32, Object)
Declaration
public object SetData(ISendable sendable, int handle, object data)
Parameters
Returns
|
Improve this Doc
View Source
SetName(ISendable, String)
Declaration
public void SetName(ISendable sendable, string name)
Parameters
|
Improve this Doc
View Source
SetName(ISendable, String, Int32)
Declaration
public void SetName(ISendable sendable, string moduleType, int channel)
Parameters
|
Improve this Doc
View Source
SetName(ISendable, String, Int32, Int32)
Declaration
public void SetName(ISendable sendable, string moduleType, int moduleNumber, int channel)
Parameters
|
Improve this Doc
View Source
SetName(ISendable, String, String)
Declaration
public void SetName(ISendable sendable, string subsystem, string name)
Parameters
|
Improve this Doc
View Source
SetSubsystem(ISendable, String)
Declaration
public void SetSubsystem(ISendable sendable, string subsystem)
Parameters
|
Improve this Doc
View Source
Update(ISendable)
Declaration
public void Update(ISendable sendable)
Parameters