Show / Hide Table of Contents

Class HalBase

Inheritance
Object
HalBase
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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
Type Description
UInt64
| Improve this Doc View Source

GetBrownedOut()

Declaration
public static bool GetBrownedOut()
Returns
Type Description
Boolean
| Improve this Doc View Source

GetErrorMessage(Int32)

Declaration
public static string GetErrorMessage(int code)
Parameters
Type Name Description
Int32 code
Returns
Type Description
String
| Improve this Doc View Source

GetFPGATimestamp()

Declaration
public static ulong GetFPGATimestamp()
Returns
Type Description
UInt64
| Improve this Doc View Source

GetFPGAVersion()

Declaration
public static int GetFPGAVersion()
Returns
Type Description
Int32
| Improve this Doc View Source

GetPort(Int32)

Declaration
public static int GetPort(int channel)
Parameters
Type Name Description
Int32 channel
Returns
Type Description
Int32
| Improve this Doc View Source

GetPortWithModule(Int32, Int32)

Declaration
public static int GetPortWithModule(int module, int channel)
Parameters
Type Name Description
Int32 module
Int32 channel
Returns
Type Description
Int32
| Improve this Doc View Source

GetRuntimeType()

Declaration
public static RuntimeType GetRuntimeType()
Returns
Type Description
RuntimeType
| Improve this Doc View Source

GetSystemActive()

Declaration
public static bool GetSystemActive()
Returns
Type Description
Boolean
| Improve this Doc View Source

GetUserButton()

Declaration
public static bool GetUserButton()
Returns
Type Description
Boolean
| Improve this Doc View Source

Initialize()

Declaration
public static bool Initialize()
Returns
Type Description
Boolean
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet