Index
All Classes|All Packages
L
- latitudeOffset1 - Variable in class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper
- latitudeOffset2 - Variable in class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper
- LIB_LOAD_RESULT_ALREADY_LOADED - Static variable in class com.mouseviator.fsuipc.FSUIPC
-
This result is returned by
FSUIPC.load()
,FSUIPC.load32()
andFSUIPC.load64()
if native library is already loaded when calling these functions. - LIB_LOAD_RESULT_FAILED - Static variable in class com.mouseviator.fsuipc.FSUIPC
-
This result is returned by
FSUIPC.load()
,FSUIPC.load32()
andFSUIPC.load64()
if loading of native library fails. - LIB_LOAD_RESULT_OK - Static variable in class com.mouseviator.fsuipc.FSUIPC
-
This result is returned by
FSUIPC.load()
,FSUIPC.load32()
andFSUIPC.load64()
if loading of native library succeeds. - LIBRARY_NAME32 - Static variable in class com.mouseviator.fsuipc.FSUIPC
-
Name of 32 bit library implementation
- LIBRARY_NAME64 - Static variable in class com.mouseviator.fsuipc.FSUIPC
-
Name of 64 bit library implementation
- load() - Static method in class com.mouseviator.fsuipc.FSUIPC
-
This function will try to load the 32bit/64bit native library that implements this wrapper native methods.
- load32() - Static method in class com.mouseviator.fsuipc.FSUIPC
-
This function will try to load 32bit version of native library that implements this wrapper native methods.
- load64() - Static method in class com.mouseviator.fsuipc.FSUIPC
-
This function will try to load 64bit version of native library that implements this wrapper native methods.
- localiserNeedleOffset - Variable in class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper
- longitudeOffset1 - Variable in class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper
- longitudeOffset2 - Variable in class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper
- LongRequest - Class in com.mouseviator.fsuipc.datarequest.primitives
-
This class implements long data request for use with
FSUIPC
class. - LongRequest() - Constructor for class com.mouseviator.fsuipc.datarequest.primitives.LongRequest
-
Creates a new long data request.
- LongRequest(int) - Constructor for class com.mouseviator.fsuipc.datarequest.primitives.LongRequest
-
Creates a new long data request associated with given offset.
- LongRequest(int, long) - Constructor for class com.mouseviator.fsuipc.datarequest.primitives.LongRequest
-
Creates a new long data request associated with given offset and with given value.This also sets data request type to WRITE.
- LongRequest(int, Long) - Constructor for class com.mouseviator.fsuipc.datarequest.primitives.LongRequest
-
Creates a new long data request associated with given offset and with given value.This also sets data request type to WRITE.
- lua(String) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper
-
This function will construct data requests required by FSUIPC to run specified lua program (Performs the
LuaHelper.LuaControlRequestCommand.LUA
command. - lua(String, int) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper
-
This function will construct data requests required by FSUIPC to run specified lua program (Performs the
LuaHelper.LuaControlRequestCommand.LUA
command. - lua(String, int, FSUIPC) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper
-
This function will construct data requests required by FSUIPC to run specified lua program (Performs the
LuaHelper.LuaControlRequestCommand.LUA
command. - lua(String, FSUIPC) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper
-
This function will construct data requests required by FSUIPC to run specified lua program (Performs the
LuaHelper.LuaControlRequestCommand.LUA
command. - LUA - com.mouseviator.fsuipc.helpers.LuaHelper.LuaControlRequestCommand
-
A constant being used by
LuaHelper.LuaControlRequest
request internally for creating string telling FSUIPC to start lua program. - LUA_CLEAR - com.mouseviator.fsuipc.helpers.LuaHelper.LuaControlRequestCommand
-
A constant being used by
LuaHelper.LuaControlRequest
request internally for creating string telling FSUIPC to clear flag for specified lua program. - LUA_DEBUG - com.mouseviator.fsuipc.helpers.LuaHelper.LuaControlRequestCommand
-
A constant being used by
LuaHelper.LuaControlRequest
request internally for creating string telling FSUIPC to debug lua program. - LUA_KILL - com.mouseviator.fsuipc.helpers.LuaHelper.LuaControlRequestCommand
-
A constant being used by
LuaHelper.LuaControlRequest
request internally for creating string telling FSUIPC to kill lua program. - LUA_SET - com.mouseviator.fsuipc.helpers.LuaHelper.LuaControlRequestCommand
-
A constant being used by
LuaHelper.LuaControlRequest
request internally for creating string telling FSUIPC to set flag for specified lua program. - LUA_TOGGLE - com.mouseviator.fsuipc.helpers.LuaHelper.LuaControlRequestCommand
-
A constant being used by
LuaHelper.LuaControlRequest
request internally for creating string telling FSUIPC to toggle flag for specified lua program. - LUA_VALUE - com.mouseviator.fsuipc.helpers.LuaHelper.LuaControlRequestCommand
-
A constant being used by
LuaHelper.LuaControlRequest
request internally for creating string telling FSUIPC to set specific value at ipc param for specified lua program. - luaClear(String, int) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper
-
This function will construct data requests required by FSUIPC to clear flag for specified lua program (Performs the
LuaHelper.LuaControlRequestCommand.LUA_CLEAR
command. - luaClear(String, int, FSUIPC) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper
-
This function will construct data requests required by FSUIPC to clear flag for specified lua program (Performs the
LuaHelper.LuaControlRequestCommand.LUA_CLEAR
command. - LuaControlRequest(LuaHelper.LuaControlRequestCommand, String) - Constructor for class com.mouseviator.fsuipc.helpers.LuaHelper.LuaControlRequest
-
Constructs new lua control request to perform specified command with specified lua program.
- LuaControlRequest(LuaHelper.LuaControlRequestCommand, String, Charset) - Constructor for class com.mouseviator.fsuipc.helpers.LuaHelper.LuaControlRequest
-
Constructs new lua control request to perform specified command with specified lua program.
- LuaControlRequest(String) - Constructor for class com.mouseviator.fsuipc.helpers.LuaHelper.LuaControlRequest
-
Constructs new lua control request to execute given lua program.
- LuaControlRequest(String, Charset) - Constructor for class com.mouseviator.fsuipc.helpers.LuaHelper.LuaControlRequest
-
Constructs new lua control request to execute given lua program.
- luaDebug(String) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper
-
This function will construct data requests required by FSUIPC to run and debug specified lua program (Performs the
LuaHelper.LuaControlRequestCommand.LUA_DEBUG
command. - luaDebug(String, int) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper
-
This function will construct data requests required by FSUIPC to run and debug specified lua program (Performs the
LuaHelper.LuaControlRequestCommand.LUA_DEBUG
command. - luaDebug(String, int, FSUIPC) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper
-
This function will construct data requests required by FSUIPC to run and debug specified lua program (Performs the
LuaHelper.LuaControlRequestCommand.LUA_DEBUG
command. - luaDebug(String, FSUIPC) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper
-
This function will construct data requests required by FSUIPC to run and debug specified lua program (Performs the
LuaHelper.LuaControlRequestCommand.LUA_DEBUG
command. - LuaHelper - Class in com.mouseviator.fsuipc.helpers
-
This class implements a helper to manipulate Lua scripts using FSUIPC.
- LuaHelper() - Constructor for class com.mouseviator.fsuipc.helpers.LuaHelper
- LuaHelper.LuaControlRequest - Class in com.mouseviator.fsuipc.helpers
-
This class implements Lua control request.
- LuaHelper.LuaControlRequestCommand - Enum in com.mouseviator.fsuipc.helpers
-
An enumeration representing a command for
LuaHelper.LuaControlRequest
. - LuaHelper.LuaParamRequest - Class in com.mouseviator.fsuipc.helpers
-
This class implements lua parameter request.
- LuaHelper.LuaResult - Class in com.mouseviator.fsuipc.helpers
-
A class representing a result for lua control helper functions in the class
LuaHelper
. - luaKill(String) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper
-
This function will construct data requests required by FSUIPC to kill specified lua program (Performs the
LuaHelper.LuaControlRequestCommand.LUA_KILL
command. - luaKill(String, FSUIPC) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper
-
This function will construct data requests required by FSUIPC to kill specified lua program (Performs the
LuaHelper.LuaControlRequestCommand.LUA_KILL
command. - luaKillAll() - Method in class com.mouseviator.fsuipc.helpers.LuaHelper
-
This function will generate request to send FSUIPC control to kill all running lua programs.
- LuaParamRequest(Integer) - Constructor for class com.mouseviator.fsuipc.helpers.LuaHelper.LuaParamRequest
-
Creates a new lua parameter request with initial value.
- luaRequest(String, int, LuaHelper.LuaControlRequestCommand) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper
-
This function will construct data requests required by FSUIPC to perform given operation with given lua program.
- luaRequest(String, int, LuaHelper.LuaControlRequestCommand, FSUIPC, boolean) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper
-
This function will construct data requests required by FSUIPC to perform given operation with given lua program.
- LuaResult() - Constructor for class com.mouseviator.fsuipc.helpers.LuaHelper.LuaResult
-
Constructs new uninitialized MacroResult.
- LuaResult(LuaHelper.LuaControlRequest, LuaHelper.LuaParamRequest) - Constructor for class com.mouseviator.fsuipc.helpers.LuaHelper.LuaResult
-
Constructs new LuaResult with reference to the data requests for lua program control.
- luaSet(String, int) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper
-
This function will construct data requests required by FSUIPC to set flag for specified lua program (Performs the
LuaHelper.LuaControlRequestCommand.LUA_SET
command. - luaSet(String, int, FSUIPC) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper
-
This function will construct data requests required by FSUIPC to set flag for specified lua program (Performs the
LuaHelper.LuaControlRequestCommand.LUA_SET
command. - luaToggle(String, int) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper
-
This function will construct data requests required by FSUIPC to toggle flag for specified lua program (Performs the
LuaHelper.LuaControlRequestCommand.LUA_SET
command. - luaToggle(String, int, FSUIPC) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper
-
This function will construct data requests required by FSUIPC to toggle flag for specified lua program (Performs the
LuaHelper.LuaControlRequestCommand.LUA_SET
command. - luaValue(String, int) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper
-
This function will construct data requests required by FSUIPC to send parameter to specified lua program (Performs the
LuaHelper.LuaControlRequestCommand.LUA_VALUE
command. - luaValue(String, int, FSUIPC) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper
-
This function will construct data requests required by FSUIPC to send parameter to specified lua program (Performs the
LuaHelper.LuaControlRequestCommand.LUA_VALUE
command. - LVarControlRequest(LVarHelper.LVarControlRequestCommand, String) - Constructor for class com.mouseviator.fsuipc.helpers.LVarHelper.LVarControlRequest
-
Constructs new Lvar control request to read/write to/create given Lvar.
- LVarControlRequest(LVarHelper.LVarControlRequestCommand, String, Charset) - Constructor for class com.mouseviator.fsuipc.helpers.LVarHelper.LVarControlRequest
-
Constructs new Lvar control request to read/write to/create given Lvar.
- LVarControlRequest(String) - Constructor for class com.mouseviator.fsuipc.helpers.LVarHelper.LVarControlRequest
-
Constructs new Lvar control request to read given Lvar.
- LVarControlRequest(String, Charset) - Constructor for class com.mouseviator.fsuipc.helpers.LVarHelper.LVarControlRequest
-
Constructs new Lvar control request to read given Lvar.
- LVarHelper - Class in com.mouseviator.fsuipc.helpers
-
This class implements a helper to manipulate LVars using FSUIPC.
- LVarHelper() - Constructor for class com.mouseviator.fsuipc.helpers.LVarHelper
- LVarHelper.ByteLVarReadRequest - Class in com.mouseviator.fsuipc.helpers
-
This class implements LVar read (read-only) request.
- LVarHelper.ByteLVarWriteRequest - Class in com.mouseviator.fsuipc.helpers
-
This class implements LVar write (write-only) request.
- LVarHelper.DoubleLVarReadRequest - Class in com.mouseviator.fsuipc.helpers
-
This class implements LVar read (read-only) request.
- LVarHelper.DoubleLVarWriteRequest - Class in com.mouseviator.fsuipc.helpers
-
This class implements LVar write (write-only) request.
- LVarHelper.FloatLVarReadRequest - Class in com.mouseviator.fsuipc.helpers
-
This class implements LVar read (read-only) request.
- LVarHelper.FloatLVarWriteRequest - Class in com.mouseviator.fsuipc.helpers
-
This class implements LVar write (write-only) request.
- LVarHelper.IntegerLVarReadRequest - Class in com.mouseviator.fsuipc.helpers
-
This class implements LVar read (read-only) request.
- LVarHelper.IntegerLVarWriteRequest - Class in com.mouseviator.fsuipc.helpers
-
This class implements LVar write (write-only) request.
- LVarHelper.LVarControlRequest - Class in com.mouseviator.fsuipc.helpers
-
This class implements Lvar control offset.
- LVarHelper.LVarControlRequestCommand - Enum in com.mouseviator.fsuipc.helpers
-
An enumeration representing a command for
LVarHelper.LVarControlRequest
. - LVarHelper.LVarParamRequest - Class in com.mouseviator.fsuipc.helpers
-
This class implements Lvar parameter request.
- LVarHelper.LVarResult - Class in com.mouseviator.fsuipc.helpers
-
A class representing a result fo many Lvar helper functions in the class
LVarHelper
. - LVarHelper.LVarValueFormat - Enum in com.mouseviator.fsuipc.helpers
-
An enumeration specifying a value format for LVar read and write functions.
- LVarHelper.ShortLVarReadRequest - Class in com.mouseviator.fsuipc.helpers
-
This class implements LVar read (read-only) request.
- LVarHelper.ShortLVarWriteRequest - Class in com.mouseviator.fsuipc.helpers
-
This class implements LVar write (write-only) request.
- LVarParamRequest(Integer) - Constructor for class com.mouseviator.fsuipc.helpers.LVarHelper.LVarParamRequest
-
Creates a new LVar parameter request with initial value.
- LVarResult() - Constructor for class com.mouseviator.fsuipc.helpers.LVarHelper.LVarResult
-
Construts new uninitialzed LVarResult.
- LVarResult(LVarHelper.LVarControlRequest, LVarHelper.LVarParamRequest, IDataRequest) - Constructor for class com.mouseviator.fsuipc.helpers.LVarHelper.LVarResult
-
Constructs new LVarResult with reference to the data requests for Lvar manipulation.
All Classes|All Packages