Show / Hide Table of Contents

Interface ISimDevice

Namespace: Hal.Natives
Assembly: FRC.Hal.dll
Syntax
[StatusCheckedBy(typeof(StatusHandling), null)]
public interface ISimDevice

Methods

| Improve this Doc View Source

HAL_CreateSimDevice(Byte*)

Declaration
int HAL_CreateSimDevice(byte *name)
Parameters
Type Name Description
Byte* name
Returns
Type Description
Int32
| Improve this Doc View Source

HAL_CreateSimValue(Int32, Byte*, Int32, Value*)

Declaration
int HAL_CreateSimValue(int device, byte *name, int rdonly, Value*initialValue)
Parameters
Type Name Description
Int32 device
Byte* name
Int32 rdonly
Value* initialValue
Returns
Type Description
Int32
| Improve this Doc View Source

HAL_CreateSimValueEnum(Int32, Byte*, Int32, Int32, Byte**, Int32)

Declaration
int HAL_CreateSimValueEnum(int device, byte *name, int rdonly, int numOptions, byte **options, int initialValue)
Parameters
Type Name Description
Int32 device
Byte* name
Int32 rdonly
Int32 numOptions
Byte** options
Int32 initialValue
Returns
Type Description
Int32
| Improve this Doc View Source

HAL_FreeSimDevice(Int32)

Declaration
void HAL_FreeSimDevice(int handle)
Parameters
Type Name Description
Int32 handle
| Improve this Doc View Source

HAL_GetSimValue(Int32, Value*)

Declaration
void HAL_GetSimValue(int handle, Value*value)
Parameters
Type Name Description
Int32 handle
Value* value
| Improve this Doc View Source

HAL_SetSimValue(Int32, Value*)

Declaration
void HAL_SetSimValue(int handle, Value*value)
Parameters
Type Name Description
Int32 handle
Value* value
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet