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

I

IDataRequest<DataType> - Interface in com.mouseviator.fsuipc.datarequest
This interface is used by many functions in FSUIPC class.
IDataRequest.RequestType - Enum in com.mouseviator.fsuipc.datarequest
This enumeration defines the possible types of data request.
identityOffset - Variable in class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper
 
IFSUIPCListener - Interface in com.mouseviator.fsuipc
This interface to be implemented to receive notifications from FSUIPC library.
ilsGlideSlopeInclinationOffset - Variable in class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper
 
ilsInverseRunwayHeadingOffset - Variable in class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper
 
INFO - com.mouseviator.fsuipc.FSUIPCWrapper.LogSeverity
 
IntegerLVarReadRequest(int) - Constructor for class com.mouseviator.fsuipc.helpers.LVarHelper.IntegerLVarReadRequest
Construct new LVar read request.
IntegerLVarWriteRequest(int, Integer) - Constructor for class com.mouseviator.fsuipc.helpers.LVarHelper.IntegerLVarWriteRequest
Construct new LVar write request.
IntRequest - Class in com.mouseviator.fsuipc.datarequest.primitives
This class implements integer data request for use with FSUIPC class.
IntRequest() - Constructor for class com.mouseviator.fsuipc.datarequest.primitives.IntRequest
Creates a new integer data request.
IntRequest(int) - Constructor for class com.mouseviator.fsuipc.datarequest.primitives.IntRequest
Creates a new integer data request associated with given offset.
IntRequest(int, int) - Constructor for class com.mouseviator.fsuipc.datarequest.primitives.IntRequest
Creates a new integer data request associated with given offset and with given value.This also sets data request type to WRITE.
IntRequest(int, Integer) - Constructor for class com.mouseviator.fsuipc.datarequest.primitives.IntRequest
Creates a new integer data request associated with given offset and with given value.This also sets data request type to WRITE.
IReadOnlyRequest<DataType> - Interface in com.mouseviator.fsuipc.datarequest
This interface extends the IDataRequest interface and should be used when implementing data request, that is read only, as it provides default implementation of IDataRequest.setValue(java.lang.Object) function, which causes exception every once called.
isAvailable() - Method in class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper.BackCourseFlags
Tests whether bit 0 - BC available, is set or not.
isConnected() - Method in class com.mouseviator.fsuipc.FSUIPC
Will return the value of the internal AtomicBoolean variable that is being updated when FSUIPC is connected/disconnected.
isDMEActive() - Method in class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper.CodeFlags
Tests whether bit 0 - DME available, is set or not.
isDMEGSColocated() - Method in class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper.CodeFlags
Tests whether bit 4 - DME/GS co-located (Not found for FSX), is set or not.
isGSAvailable() - Method in class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper.CodeFlags
Tests whether bit 6 - GS available, is set or not.
isLocaliserTunedIn() - Method in class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper.BackCourseFlags
Tests whether bit 1 - Localiser tuned in, is set or not.
isNoBackCourse() - Method in class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper.CodeFlags
Tests whether bit 5 - No back course, is set or not.
isNoSignal() - Method in class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper.CodeFlags
Tests whether bit 3 - No signal available, is set or not.
isOnBackCourse() - Method in class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper.BackCourseFlags
Tests whether bit 4 - On Back Course (Not found for FSX), is set or not.
isStationActive() - Method in class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper.BackCourseFlags
Tests whether bit 7 - Station active (even if no BC), is set or not.
isStationActive() - Method in class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper.CodeFlags
Tests whether bit 7 - This is a localiser (else it’s a VOR), is set or not.
isTACAN() - Method in class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper.CodeFlags
Tests whether bit 1 - TACAN (Not found for FSX), is set or not.
isVoiceAvailable() - Method in class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper.CodeFlags
Tests whether bit 2 - Voice available (Not found for FSX), is set or not.
IWriteOnlyRequest<DataType> - Interface in com.mouseviator.fsuipc.datarequest
This interface extends the IDataRequest interface and should be used when implementing data request, that is write only, as it provides default implementation of IDataRequest.getValue() function, which causes exception every once called.
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