Class HalBase
Namespace: Hal
Assembly: FRC.Hal.dll
Syntax
[NativeInterface(typeof(IHALBase))]
public static class HalBase
Methods
|
Improve this Doc
View Source
ExpandFPGATime(UInt32)
Declaration
public static ulong ExpandFPGATime(uint unexpanded)
Parameters
Type |
Name |
Description |
UInt32 |
unexpanded |
|
Returns
|
Improve this Doc
View Source
GetBrownedOut()
Declaration
public static bool GetBrownedOut()
Returns
|
Improve this Doc
View Source
GetErrorMessage(Int32)
Declaration
public static string GetErrorMessage(int code)
Parameters
Type |
Name |
Description |
Int32 |
code |
|
Returns
|
Improve this Doc
View Source
GetFPGATimestamp()
Declaration
public static ulong GetFPGATimestamp()
Returns
|
Improve this Doc
View Source
GetFPGAVersion()
Declaration
public static int GetFPGAVersion()
Returns
|
Improve this Doc
View Source
GetPort(Int32)
Declaration
public static int GetPort(int channel)
Parameters
Type |
Name |
Description |
Int32 |
channel |
|
Returns
|
Improve this Doc
View Source
GetPortWithModule(Int32, Int32)
Declaration
public static int GetPortWithModule(int module, int channel)
Parameters
Returns
|
Improve this Doc
View Source
GetRuntimeType()
Declaration
public static RuntimeType GetRuntimeType()
Returns
|
Improve this Doc
View Source
GetSystemActive()
Declaration
public static bool GetSystemActive()
Returns
|
Improve this Doc
View Source
Declaration
public static bool GetUserButton()
Returns
|
Improve this Doc
View Source
Initialize()
Declaration
public static bool Initialize()
Returns