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

P

PARAMETER_OFFSET - Static variable in class com.mouseviator.fsuipc.helpers.LuaHelper
Offset for parameter passing for the control offset below
PARAMETER_OFFSET - Static variable in class com.mouseviator.fsuipc.helpers.LVarHelper
Offset for parameter passing for the control offset below
PARAMETER_OFFSET - Static variable in class com.mouseviator.fsuipc.helpers.MacroHelper
Offset for parameter passing for the control offset below
PISTON - com.mouseviator.fsuipc.helpers.aircraft.AircraftHelper.EngineType
Piston engine type
process() - Static method in class com.mouseviator.fsuipc.FSUIPCWrapper
This function instructs FSUIPC to process all stored read/write requests.
PROCESS_RESULT_FAILED_TO_CANCEL_THREAD - Static variable in class com.mouseviator.fsuipc.FSUIPC
A code returned by FSUIPC.processRequests(int, boolean) if it fails to cancel already running processing thread.
PROCESS_RESULT_FAILTED_TO_START_THREAD - Static variable in class com.mouseviator.fsuipc.FSUIPC
A code returned by FSUIPC.processRequests(int, boolean) if it fails to start processing thread.
PROCESS_RESULT_OK - Static variable in class com.mouseviator.fsuipc.FSUIPC
A code returned by FSUIPC.processRequests(int, boolean), FSUIPC.process() or FSUIPC.processRequestsOnce() if FSUIPC process function return no errors.
PROCESS_RESULT_REQUESTS_EMPTY - Static variable in class com.mouseviator.fsuipc.FSUIPC
A code returned by FSUIPC.processRequests(int, boolean) or FSUIPC.processRequestsOnce() if no requests have been registered.
PROCESS_RESULT_REQUESTS_PROCESS_FAILED - Static variable in class com.mouseviator.fsuipc.FSUIPC
A code returned by FSUIPC.process() if FSUIPC process function returns any other value than OK.
PROCESS_RESULT_REQUESTS_STORE_FAILED - Static variable in class com.mouseviator.fsuipc.FSUIPC
A code returned by FSUIPC.processRequests(int, boolean) or FSUIPC.processRequestsOnce() if FSUIPC fails to register any of data request.
PROCESS_RESULT_THREAD_ALREADY_RUNNING - Static variable in class com.mouseviator.fsuipc.FSUIPC
A code returned by FSUIPC.processRequests(int, boolean) if processing thread is already running and you did not specify to stop it when calling the function.
processRequests(int, boolean) - Method in class com.mouseviator.fsuipc.FSUIPC
This function will start thread for continual processing of FSUIPC data requests.
processRequestsOnce() - Method in class com.mouseviator.fsuipc.FSUIPC
This function will process all stored one-time data requests.
propLeverOffset - Variable in class com.mouseviator.fsuipc.helpers.aircraft.Engine1Helper
 
putDouble(double) - Method in class com.mouseviator.fsuipc.datarequest.DataRequest
Will store given double value in this data request byte buffer.
putDouble(Double) - Method in class com.mouseviator.fsuipc.datarequest.DataRequest
Will store given double value in this data request byte buffer.
putFloat(float) - Method in class com.mouseviator.fsuipc.datarequest.DataRequest
Will store given float value in this data request byte buffer.
putFloat(Float) - Method in class com.mouseviator.fsuipc.datarequest.DataRequest
Will store given float value in this data request byte buffer.
putInt(int) - Method in class com.mouseviator.fsuipc.datarequest.DataRequest
Will store given integer value in this data request byte buffer.
putInt(Integer) - Method in class com.mouseviator.fsuipc.datarequest.DataRequest
Will store given integer value in this data request byte buffer.
putLong(long) - Method in class com.mouseviator.fsuipc.datarequest.DataRequest
Will store given long value in this data request byte buffer.
putLong(Long) - Method in class com.mouseviator.fsuipc.datarequest.DataRequest
Will store given long value in this data request byte buffer.
putShort(short) - Method in class com.mouseviator.fsuipc.datarequest.DataRequest
Will store given short value in this data request byte buffer.
putShort(Short) - Method in class com.mouseviator.fsuipc.datarequest.DataRequest
Will store given short value in this data request byte buffer.
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