Uses of Class
com.mouseviator.fsuipc.helpers.LuaHelper.LuaResult
Package | Description |
---|---|
com.mouseviator.fsuipc.helpers |
This package (and sub-packages) contains helper classes to get data requests for use with
FSUIPC class to gather various sim data. |
-
Uses of LuaHelper.LuaResult in com.mouseviator.fsuipc.helpers
Methods in com.mouseviator.fsuipc.helpers that return LuaHelper.LuaResult Modifier and Type Method Description LuaHelper.LuaResult
LuaHelper. lua(java.lang.String luaProgram)
This function will construct data requests required by FSUIPC to run specified lua program (Performs theLuaHelper.LuaControlRequestCommand.LUA
command.LuaHelper.LuaResult
LuaHelper. lua(java.lang.String luaProgram, int luaParam)
This function will construct data requests required by FSUIPC to run specified lua program (Performs theLuaHelper.LuaControlRequestCommand.LUA
command.LuaHelper.LuaResult
LuaHelper. lua(java.lang.String luaProgram, int luaParam, FSUIPC fsuipc)
This function will construct data requests required by FSUIPC to run specified lua program (Performs theLuaHelper.LuaControlRequestCommand.LUA
command.LuaHelper.LuaResult
LuaHelper. lua(java.lang.String luaProgram, FSUIPC fsuipc)
This function will construct data requests required by FSUIPC to run specified lua program (Performs theLuaHelper.LuaControlRequestCommand.LUA
command.LuaHelper.LuaResult
LuaHelper. luaClear(java.lang.String luaProgram, int luaFlag)
This function will construct data requests required by FSUIPC to clear flag for specified lua program (Performs theLuaHelper.LuaControlRequestCommand.LUA_CLEAR
command.LuaHelper.LuaResult
LuaHelper. luaClear(java.lang.String luaProgram, int luaFlag, FSUIPC fsuipc)
This function will construct data requests required by FSUIPC to clear flag for specified lua program (Performs theLuaHelper.LuaControlRequestCommand.LUA_CLEAR
command.LuaHelper.LuaResult
LuaHelper. luaDebug(java.lang.String luaProgram)
This function will construct data requests required by FSUIPC to run and debug specified lua program (Performs theLuaHelper.LuaControlRequestCommand.LUA_DEBUG
command.LuaHelper.LuaResult
LuaHelper. luaDebug(java.lang.String luaProgram, int luaParam)
This function will construct data requests required by FSUIPC to run and debug specified lua program (Performs theLuaHelper.LuaControlRequestCommand.LUA_DEBUG
command.LuaHelper.LuaResult
LuaHelper. luaDebug(java.lang.String luaProgram, int luaParam, FSUIPC fsuipc)
This function will construct data requests required by FSUIPC to run and debug specified lua program (Performs theLuaHelper.LuaControlRequestCommand.LUA_DEBUG
command.LuaHelper.LuaResult
LuaHelper. luaDebug(java.lang.String luaProgram, FSUIPC fsuipc)
This function will construct data requests required by FSUIPC to run and debug specified lua program (Performs theLuaHelper.LuaControlRequestCommand.LUA_DEBUG
command.LuaHelper.LuaResult
LuaHelper. luaKill(java.lang.String luaProgram)
This function will construct data requests required by FSUIPC to kill specified lua program (Performs theLuaHelper.LuaControlRequestCommand.LUA_KILL
command.LuaHelper.LuaResult
LuaHelper. luaKill(java.lang.String luaProgram, FSUIPC fsuipc)
This function will construct data requests required by FSUIPC to kill specified lua program (Performs theLuaHelper.LuaControlRequestCommand.LUA_KILL
command.LuaHelper.LuaResult
LuaHelper. luaRequest(java.lang.String luaProgram, int luaParam, LuaHelper.LuaControlRequestCommand luaCommand)
This function will construct data requests required by FSUIPC to perform given operation with given lua program.LuaHelper.LuaResult
LuaHelper. luaRequest(java.lang.String luaProgram, int luaParam, LuaHelper.LuaControlRequestCommand luaCommand, FSUIPC fsuipc, boolean continual)
This function will construct data requests required by FSUIPC to perform given operation with given lua program.LuaHelper.LuaResult
LuaHelper. luaSet(java.lang.String luaProgram, int luaFlag)
This function will construct data requests required by FSUIPC to set flag for specified lua program (Performs theLuaHelper.LuaControlRequestCommand.LUA_SET
command.LuaHelper.LuaResult
LuaHelper. luaSet(java.lang.String luaProgram, int luaFlag, FSUIPC fsuipc)
This function will construct data requests required by FSUIPC to set flag for specified lua program (Performs theLuaHelper.LuaControlRequestCommand.LUA_SET
command.LuaHelper.LuaResult
LuaHelper. luaToggle(java.lang.String luaProgram, int luaFlag)
This function will construct data requests required by FSUIPC to toggle flag for specified lua program (Performs theLuaHelper.LuaControlRequestCommand.LUA_SET
command.LuaHelper.LuaResult
LuaHelper. luaToggle(java.lang.String luaProgram, int luaFlag, FSUIPC fsuipc)
This function will construct data requests required by FSUIPC to toggle flag for specified lua program (Performs theLuaHelper.LuaControlRequestCommand.LUA_SET
command.LuaHelper.LuaResult
LuaHelper. luaValue(java.lang.String luaProgram, int luaParam)
This function will construct data requests required by FSUIPC to send parameter to specified lua program (Performs theLuaHelper.LuaControlRequestCommand.LUA_VALUE
command.LuaHelper.LuaResult
LuaHelper. luaValue(java.lang.String luaProgram, int luaParam, FSUIPC fsuipc)
This function will construct data requests required by FSUIPC to send parameter to specified lua program (Performs theLuaHelper.LuaControlRequestCommand.LUA_VALUE
command.