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

B

backCourseFlagOffset - Variable in class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper
 
BackCourseFlags(byte) - Constructor for class com.mouseviator.fsuipc.helpers.avionics.NavRadioHelper.BackCourseFlags
Constructs a new instance of this class.
BUFFER_LENGTH_BYTE - Static variable in class com.mouseviator.fsuipc.datarequest.DataRequest
Length of the byte buffer to store one byte.
BUFFER_LENGTH_DOUBLE - Static variable in class com.mouseviator.fsuipc.datarequest.DataRequest
Length of the byte buffer to store double value.
BUFFER_LENGTH_FLOAT - Static variable in class com.mouseviator.fsuipc.datarequest.DataRequest
Length of the byte buffer to store float value.
BUFFER_LENGTH_INT - Static variable in class com.mouseviator.fsuipc.datarequest.DataRequest
Length of the byte buffer to store integer value.
BUFFER_LENGTH_LONG - Static variable in class com.mouseviator.fsuipc.datarequest.DataRequest
Length of the byte buffer to store long value.
BUFFER_LENGTH_SHORT - Static variable in class com.mouseviator.fsuipc.datarequest.DataRequest
Length of the byte buffer to store short value.
ByteArrayRequest - Class in com.mouseviator.fsuipc.datarequest.primitives
This class implements byte array data request for use with FSUIPC class.
ByteArrayRequest(int) - Constructor for class com.mouseviator.fsuipc.datarequest.primitives.ByteArrayRequest
Creates a new byte array data request of specified size.
ByteArrayRequest(int, byte[]) - Constructor for class com.mouseviator.fsuipc.datarequest.primitives.ByteArrayRequest
Creates a new byte array data request associated with given offset and initialized with data from given byte array.
ByteArrayRequest(int, int) - Constructor for class com.mouseviator.fsuipc.datarequest.primitives.ByteArrayRequest
Creates a new byte array data request of specified size associated with given offset.
ByteLVarReadRequest(int) - Constructor for class com.mouseviator.fsuipc.helpers.LVarHelper.ByteLVarReadRequest
Construct new LVar read request.
ByteLVarWriteRequest(int, Byte) - Constructor for class com.mouseviator.fsuipc.helpers.LVarHelper.ByteLVarWriteRequest
Construct new LVar write request.
ByteRequest - Class in com.mouseviator.fsuipc.datarequest.primitives
This class implements byte data request for use with FSUIPC class.
ByteRequest() - Constructor for class com.mouseviator.fsuipc.datarequest.primitives.ByteRequest
Creates a new byte data request.
ByteRequest(int) - Constructor for class com.mouseviator.fsuipc.datarequest.primitives.ByteRequest
Creates a new byte data request associated with given offset.
ByteRequest(int, byte) - Constructor for class com.mouseviator.fsuipc.datarequest.primitives.ByteRequest
Creates a new byte data request associated with given offset and with given value.This also sets data request type to WRITE.
ByteRequest(int, Byte) - Constructor for class com.mouseviator.fsuipc.datarequest.primitives.ByteRequest
Creates a new byte data request associated with given offset and with given value.This also sets data request type to WRITE.
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