Index

A B C D E F G H I J L M N O P R S T U V W 
All Classes|All Packages

S

SAILPLANE - com.mouseviator.fsuipc.helpers.aircraft.AircraftHelper.EngineType
Sailplane or anything with no engines engine type
setCharset(Charset) - Method in class com.mouseviator.fsuipc.datarequest.primitives.StringRequest
Sets the charset that the StringRequest.getValue() and StringRequest.setValue(java.lang.String) functions will use to convert to/from string/byte data buffer.
setCharset(Charset) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper.LuaControlRequest
Sets the charset to use when converting string value that should contain lua program name and command to the byte array for FSUIPC.
setCharset(Charset) - Method in class com.mouseviator.fsuipc.helpers.LVarHelper.LVarControlRequest
Sets the charset to use when converting string value that should contain Lvar name and command to the byte array for FSUIPC.
setCharset(Charset) - Method in class com.mouseviator.fsuipc.helpers.MacroHelper.MacroExecuteRequest
Sets the charset to use when converting string value that should contain macro file name and macro name to the byte array for FSUIPC.
setCommand(LuaHelper.LuaControlRequestCommand) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper.LuaControlRequest
This method will set the command - what should FSUIPC do with the Lvar this control request is referencing.
setCommand(LVarHelper.LVarControlRequestCommand) - Method in class com.mouseviator.fsuipc.helpers.LVarHelper.LVarControlRequest
This method will set the command - what should FSUIPC do with the Lvar this control request is referencing.
setControl(int) - Method in class com.mouseviator.fsuipc.datarequest.advanced.FSControlRequest
Sets the FS control to be sent by this data request.
setControlRequest(LuaHelper.LuaControlRequest) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper.LuaResult
Sets the control request.
setControlRequest(LVarHelper.LVarControlRequest) - Method in class com.mouseviator.fsuipc.helpers.LVarHelper.LVarResult
Sets the control request.
setFlags(byte) - Method in class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper.BackCourseFlags
Set the flags value.
setFlags(byte) - Method in class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper.CodeFlags
Set the flags value.
setMacroExecuteRequest(MacroHelper.MacroExecuteRequest) - Method in class com.mouseviator.fsuipc.helpers.MacroHelper.MacroResult
Sets the macro execute request.
setOffset(int) - Method in class com.mouseviator.fsuipc.datarequest.DataRequest
Sets the offset this data request is associated with.
setOffset(int) - Method in interface com.mouseviator.fsuipc.datarequest.IDataRequest
Sets the offset this data request is associated with.
setParamRequest(LuaHelper.LuaParamRequest) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper.LuaResult
Sets the parameter request.
setParamRequest(LVarHelper.LVarParamRequest) - Method in class com.mouseviator.fsuipc.helpers.LVarHelper.LVarResult
Sets the parameter request.
setParamRequest(MacroHelper.MacroParamRequest) - Method in class com.mouseviator.fsuipc.helpers.MacroHelper.MacroResult
Sets the macro parameter request.
setPause(boolean) - Method in class com.mouseviator.fsuipc.helpers.SimHelper
Return request to pause / un-pause the sim.WRITE ONLY!
setResultRequest(IDataRequest) - Method in class com.mouseviator.fsuipc.helpers.LVarHelper.LVarResult
Sets the result request.
setType(IDataRequest.RequestType) - Method in class com.mouseviator.fsuipc.datarequest.DataRequest
Sets the type of this data request.
setType(IDataRequest.RequestType) - Method in interface com.mouseviator.fsuipc.datarequest.IDataRequest
Sets the type of this data request.
setupLogging(boolean, byte) - Static method in class com.mouseviator.fsuipc.FSUIPCWrapper
This function will enable logging from the dll library...
setupLogging(boolean, String, byte) - Static method in class com.mouseviator.fsuipc.FSUIPCWrapper
This function will enable logging from the dll library...Can be useful when something does not work and you want to see what happens inside the library.
setupLogging(boolean, String, byte, int) - Static method in class com.mouseviator.fsuipc.FSUIPCWrapper
This function will enable logging from the dll library...Can be useful when something does not work and you want to see what happens inside the library.The bEnableFileLogging, when set to true, will enable logging to file.
setValue(byte[]) - Method in class com.mouseviator.fsuipc.datarequest.primitives.ByteArrayRequest
 
setValue(DataType) - Method in interface com.mouseviator.fsuipc.datarequest.IDataRequest
Sets the value to be stored in the byte data buffer of this data request.
setValue(DataType) - Method in interface com.mouseviator.fsuipc.datarequest.IReadOnlyRequest
This is default implementation for read-only data request.
setValue(Byte) - Method in class com.mouseviator.fsuipc.datarequest.primitives.ByteRequest
 
setValue(Byte) - Method in class com.mouseviator.fsuipc.helpers.LVarHelper.ByteLVarWriteRequest
Sets the value for this data request.
setValue(Double) - Method in class com.mouseviator.fsuipc.datarequest.primitives.DoubleRequest
 
setValue(Double) - Method in class com.mouseviator.fsuipc.helpers.LVarHelper.DoubleLVarWriteRequest
Sets the value for this data request.
setValue(Float) - Method in class com.mouseviator.fsuipc.datarequest.primitives.FloatRequest
 
setValue(Float) - Method in class com.mouseviator.fsuipc.helpers.LVarHelper.FloatLVarWriteRequest
Sets the value for this data request.
setValue(Integer) - Method in class com.mouseviator.fsuipc.datarequest.advanced.FSControlRequest
 
setValue(Integer) - Method in class com.mouseviator.fsuipc.datarequest.primitives.IntRequest
 
setValue(Integer) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper.LuaParamRequest
Sets the parameter value or flag number for lua request.
setValue(Integer) - Method in class com.mouseviator.fsuipc.helpers.LVarHelper.IntegerLVarWriteRequest
Sets the value for this data request.
setValue(Integer) - Method in class com.mouseviator.fsuipc.helpers.LVarHelper.LVarParamRequest
Sets the LVar parameter value.
setValue(Integer) - Method in class com.mouseviator.fsuipc.helpers.MacroHelper.MacroParamRequest
Sets the macro parameter.
setValue(Long) - Method in class com.mouseviator.fsuipc.datarequest.primitives.LongRequest
 
setValue(Short) - Method in class com.mouseviator.fsuipc.datarequest.primitives.ShortRequest
 
setValue(Short) - Method in class com.mouseviator.fsuipc.helpers.LVarHelper.ShortLVarWriteRequest
Sets the value for this data request.
setValue(String) - Method in class com.mouseviator.fsuipc.datarequest.primitives.StringRequest
 
setValue(String) - Method in class com.mouseviator.fsuipc.helpers.LuaHelper.LuaControlRequest
Will set the value - the name of the lua program that should be controlled by this control request.
setValue(String) - Method in class com.mouseviator.fsuipc.helpers.LVarHelper.LVarControlRequest
Will set the value - the name of the lvar to be read/write to/created by this control request.
setValue(String) - Method in class com.mouseviator.fsuipc.helpers.MacroHelper.MacroExecuteRequest
(The name of the macro file, the ":" char and the name of macro within that file).
setValue(String, int) - Method in class com.mouseviator.fsuipc.datarequest.primitives.StringRequest
This function will set value of this StringRequest to given string, but the resulting length of the byte array of the converted string will be max_size.
setValueRetrieveMethod(StringRequest.ValueRetrieveMethod) - Method in class com.mouseviator.fsuipc.datarequest.primitives.StringRequest
Sets the value retrieve method for this String data request.
ShortLVarReadRequest(int) - Constructor for class com.mouseviator.fsuipc.helpers.LVarHelper.ShortLVarReadRequest
Construct new LVar read request.
ShortLVarWriteRequest(int, Short) - Constructor for class com.mouseviator.fsuipc.helpers.LVarHelper.ShortLVarWriteRequest
Construct new LVar write request.
ShortRequest - Class in com.mouseviator.fsuipc.datarequest.primitives
This class implements short data request for use with FSUIPC class.
ShortRequest() - Constructor for class com.mouseviator.fsuipc.datarequest.primitives.ShortRequest
Creates a new short data request.
ShortRequest(int) - Constructor for class com.mouseviator.fsuipc.datarequest.primitives.ShortRequest
Creates a new short data request associated with given offset.
ShortRequest(int, short) - Constructor for class com.mouseviator.fsuipc.datarequest.primitives.ShortRequest
Creates a new short data request associated with given offset and with given value.This also sets data request type to WRITE.
ShortRequest(int, Short) - Constructor for class com.mouseviator.fsuipc.datarequest.primitives.ShortRequest
Creates a new short data request associated with given offset and with given value.This also sets data request type to WRITE.
signalStrengthOffset - Variable in class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper
 
SIGNED_BYTE - com.mouseviator.fsuipc.helpers.LVarHelper.LVarValueFormat
8-bit signed integer (byte)
SIGNED_INTEGER - com.mouseviator.fsuipc.helpers.LVarHelper.LVarValueFormat
32-bit signed integer
SIGNED_SHORT - com.mouseviator.fsuipc.helpers.LVarHelper.LVarValueFormat
16-bit signed integer (short)
SIM_ANY - com.mouseviator.fsuipc.FSUIPCWrapper.FSUIPCSimVersion
Any simulator
SIM_CFS1 - com.mouseviator.fsuipc.FSUIPCWrapper.FSUIPCSimVersion
Combat Flight Simulator 1
SIM_CFS2 - com.mouseviator.fsuipc.FSUIPCWrapper.FSUIPCSimVersion
Combat Flight Simulator 2
SIM_ESP - com.mouseviator.fsuipc.FSUIPCWrapper.FSUIPCSimVersion
ESP
SIM_FLY - com.mouseviator.fsuipc.FSUIPCWrapper.FSUIPCSimVersion
Fly!
SIM_FS2K - com.mouseviator.fsuipc.FSUIPCWrapper.FSUIPCSimVersion
Flight Simulator 2000
SIM_FS2K2 - com.mouseviator.fsuipc.FSUIPCWrapper.FSUIPCSimVersion
Flight Simulator 2002
SIM_FS2K4 - com.mouseviator.fsuipc.FSUIPCWrapper.FSUIPCSimVersion
Flight Simulator 2004
SIM_FS98 - com.mouseviator.fsuipc.FSUIPCWrapper.FSUIPCSimVersion
Flight Simulator 98
SIM_FSX - com.mouseviator.fsuipc.FSUIPCWrapper.FSUIPCSimVersion
Flight Simulator X
SIM_FSX64 - com.mouseviator.fsuipc.FSUIPCWrapper.FSUIPCSimVersion
Flight Simulator X 64bit
SIM_MSFS - com.mouseviator.fsuipc.FSUIPCWrapper.FSUIPCSimVersion
Flight Simulator 2020
SIM_P3D - com.mouseviator.fsuipc.FSUIPCWrapper.FSUIPCSimVersion
Prepar3D
SIM_P3D64 - com.mouseviator.fsuipc.FSUIPCWrapper.FSUIPCSimVersion
Prepar3D 64 bit
SimHelper - Class in com.mouseviator.fsuipc.helpers
This class provides methods that return data requests to gather various info about flight simulator.
SimHelper() - Constructor for class com.mouseviator.fsuipc.helpers.SimHelper
 
standbyFrequencyOffset - Variable in class com.mouseviator.fsuipc.helpers.avionics.RadioHelper
 
StringRequest - Class in com.mouseviator.fsuipc.datarequest.primitives
This class implements string data request for use with FSUIPC class.
StringRequest(int, int) - Constructor for class com.mouseviator.fsuipc.datarequest.primitives.StringRequest
Creates a new string data request associated with given offset and the byte data buffer initialized to given size.
StringRequest(int, int, String) - Constructor for class com.mouseviator.fsuipc.datarequest.primitives.StringRequest
Creates a new string data request associated with given offset and initialized to given string value.
StringRequest(int, int, String, Charset) - Constructor for class com.mouseviator.fsuipc.datarequest.primitives.StringRequest
Creates a new string data request associated with given offset and initialized to given string value.If the byte data buffer, that will be result of converting given string value to byte array, is longer than max_size, it will be trimmed to the (max_size - 1) - the last byte will be set to 0.
StringRequest(int, String) - Constructor for class com.mouseviator.fsuipc.datarequest.primitives.StringRequest
Creates a new string data request associated with given offset and initialized to given string value.
StringRequest(int, String, Charset) - Constructor for class com.mouseviator.fsuipc.datarequest.primitives.StringRequest
Creates a new string data request associated with given offset and initialized to given string value.The conversion of the string to byte data buffer will happen using the provided charset.
StringRequest.ValueRetrieveMethod - Enum in com.mouseviator.fsuipc.datarequest.primitives
This enumeration defines values retrieve method that will be used by StringRequest.getValue() method.
swapFrequencies() - Method in class com.mouseviator.fsuipc.helpers.avionics.RadioHelper
Returns request to swap active/standby radio frequency.
A B C D E F G H I J L M N O P R S T U V W 
All Classes|All Packages