Skip navigation links
A C D E F G I K L M N O P R S T U V 

A

AcrComm - Class in org.lsst.ccs.drivers.parker
Communicates with a Parker ACR-type motor controller via Ethernet.
AcrComm.Exception - Exception in org.lsst.ccs.drivers.parker
Inner exception class for laundering non-runtime exceptions.
AxisBit - Enum in org.lsst.ccs.drivers.parker
Names and numbers the some controller bits associated with particular axes.
AxisLong - Enum in org.lsst.ccs.drivers.parker
Defines names and numbers for axis parameters that are signed LONGs.
AxisName - Enum in org.lsst.ccs.drivers.parker
Defines names for eight of the 16 possible axes.
AxisSingle - Enum in org.lsst.ccs.drivers.parker
Defines names and numbers for some axis parameters that are of type FP32.
AxisUnsigned - Enum in org.lsst.ccs.drivers.parker
Defines names and numbers for axis parameters that are unsigned LONGs.

C

CaptureTrigger - Enum in org.lsst.ccs.drivers.parker
Names and numbers some of the sources of sample triggering signals used for the INTCAP controller command.
cleanup() - Method in class org.lsst.ccs.drivers.parker.AcrComm
Drains and closes sockets, closes logs.
close_command() - Method in class org.lsst.ccs.drivers.parker.TestAcrComm
Closes the current connection, if any, to a controller.
ConnectionName - Enum in org.lsst.ccs.drivers.parker
Names and numbers the external connections used to communicate with the controller.
ConnectionUnsigned - Enum in org.lsst.ccs.drivers.parker
Names and numbers the parameters associated with a given communications connection to the controller.
ControllerType - Enum in org.lsst.ccs.drivers.parker
Contains all supported Parker ACR-like controller types.

D

decodeDoubles(byte...) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Decodes as a double each 8-byte section of a byte string.
decodeLongs(byte...) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Decode a byte sequence sent from the controller as a series of signed 32-bit integer values.
decodeSingles(byte...) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Decodes a series of float values sent from the controller as bytes.
decodeStrings(int, byte...) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Reverses the encoding performed by AcrComm.encodeStrings(int, java.lang.String...), turning AcroBasic strings represented a byte sequences into Java Strings.
decodeUnsigneds(byte...) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Decode a byte sequence sent from the controller as a series of unsigned 32-bit integer values.
drain() - Method in class org.lsst.ccs.drivers.parker.AcrComm
Discards any unread input from the controller socket.

E

encodeDoubles(double...) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Encodes as bytes a series of double values.
encodeLongs(long...) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Encodes as bytes a series of 32-bit signed integer values.
EncoderLong - Enum in org.lsst.ccs.drivers.parker
Defines names and numbers for some signed LONG encoder parameters.
EncoderName - Enum in org.lsst.ccs.drivers.parker
Defines names for eight out of 16 possible encoders.
encodeSingles(double...) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Encodes as bytes a series of double values after conversion to floats.
encodeStrings(int, String...) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Encodes a series of Strings as a byte sequence.
encodeUnsigneds(long...) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Encodes as bytes a series of 32-bit unsigned integer values.
Exception(Throwable) - Constructor for exception org.lsst.ccs.drivers.parker.AcrComm.Exception
 

F

flagParameter() - Method in enum org.lsst.ccs.drivers.parker.AxisBit
Gets the name of the flag parameter containing this bit.
flagParameter() - Method in enum org.lsst.ccs.drivers.parker.MasterBit
Gets enumerator for the flag parameter containing this bit.
flagParameter() - Method in enum org.lsst.ccs.drivers.parker.ProgramBit
Gets the enumerator for the flag parameter containing this bit.
flagParameter() - Method in enum org.lsst.ccs.drivers.parker.SystemBit
Gets the index of the flag parameter containing this bit.
flagParameterMask() - Method in enum org.lsst.ccs.drivers.parker.AxisBit
Gets the mask with a single 1 bit in the position assigned to this bit in the associated flag parameter.
flagParameterMask() - Method in enum org.lsst.ccs.drivers.parker.MasterBit
Gets the mask with a single 1 bit in the position assigned to this bit in the associated flag parameter.
flagParameterMask() - Method in enum org.lsst.ccs.drivers.parker.ProgramBit
Gets the mask with a single 1 bit in the position assigned to this bit in the associated flag parameter.
flagParameterMask() - Method in enum org.lsst.ccs.drivers.parker.SystemBit
Gets the mask with a single 1 bit in the position assigned to this bit in the associated flag parameter.

G

get(AxisName, AxisBit) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets from the controller an axis flag bit's state for a given axis.
get(AxisName, AxisUnsigned) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets from the controller an unsigned 32-bit integer axis parameter for a given axis.
get(AxisName, AxisLong) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets from the controller a signed 32-bit integer axis parameter for a given axis.
get(AxisName, AxisSingle) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets from the controller a single-float axis parameter for the given axis.
get(ConnectionName, ConnectionUnsigned) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets from the controller one of the unsigned 32-bit parameters associated with a communications connection.
get(EncoderName, EncoderLong) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets from the controller a 32-bit signed encoder parameter for a given encoder.
get(ProgramName, ProgramUnsigned) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets from the controller a 32-bit unsigned program-related parameter.
get(ProgramName, ProgramBit) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets from the controller an program bit's state for a given program.
get(ProgramName, LocalDouble) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets from the controller the value of a double-float local scalar variable for a given program.
get(ProgramName, LocalDoubleArray) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets from the controller all the elements of a double-float local array variable for a given program.
get(ProgramName, LocalLong) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets from the controller the value of a local long scalar variable for a given program.
get(ProgramName, LocalLongArray) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets from the controller all the elements of a local long array for a given program.
get(ProgramName, LocalSingle) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets from the controller the value of a single-float local scalar variable for a given program.
get(ProgramName, LocalSingleArray) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets from the controller the values of a single-float local array for a given program.
get(ProgramName, LocalString) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets from the controller the value of a local ASCII string scalar variable for a given program.
get(ProgramName, LocalStringArray) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets from the controller the values of a local string array for a given program.
get(MasterName, MasterBit) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets from the controller the state of a flag bit for a given master.
get(MasterName, MasterUnsigned) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets from the controller the value of an unsigned 32-bit parameter for a given master.
get(SystemBit) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets from the controller the value of a system flag bit.
get(SystemUnsigned) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets from the controller the value of an unsigned 32-bit system parameter.
get(UserParameter) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets from the controller the value of a user parameter (always a double-float).
getLongParameter(int) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets a controller LONG parameter as a signed value.
getSingleParameter(int) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets a controller FP32 (single-float) parameter.
getSystemPointerAddress() - Method in enum org.lsst.ccs.drivers.parker.ControllerType
Gets the address at which the pointer to global variables is found.
getUnsignedParameter(int) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets a controller LONG parameter as an unsigned value.
getWordBump() - Method in enum org.lsst.ccs.drivers.parker.ControllerType
Gets the number of addresses occupied by word in controller memory.
globalAddress(UserParameter) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Uses the controller's System Pointer to calculate the address in controller memory of a given user parameter.

I

index(AxisName) - Method in enum org.lsst.ccs.drivers.parker.AxisBit
Gets the bit index used by the controller.
index(AxisName) - Method in enum org.lsst.ccs.drivers.parker.AxisLong
Gets the controller's index for this parameter for a given axis.
index() - Method in enum org.lsst.ccs.drivers.parker.AxisName
Gets the motor controller's index number of the axis.
index(AxisName) - Method in enum org.lsst.ccs.drivers.parker.AxisSingle
Gets the controller's index for this parameter for a given axis.
index(AxisName) - Method in enum org.lsst.ccs.drivers.parker.AxisUnsigned
Gets the controller's index for this parameter for a given axis.
index() - Method in enum org.lsst.ccs.drivers.parker.ConnectionName
Gets the controller index number for the connection.
index(ConnectionName) - Method in enum org.lsst.ccs.drivers.parker.ConnectionUnsigned
Gets the controller index number associated with the parameter for a given connection.
index(EncoderName) - Method in enum org.lsst.ccs.drivers.parker.EncoderLong
Gets the motor controller's index for the parameter for a given encoder.
index() - Method in enum org.lsst.ccs.drivers.parker.EncoderName
Gets the motor controller's index number of the encoder.
index() - Method in enum org.lsst.ccs.drivers.parker.LocalDouble
Gets the variable index.
index() - Method in enum org.lsst.ccs.drivers.parker.LocalDoubleArray
Gets the variable index.
index() - Method in enum org.lsst.ccs.drivers.parker.LocalLong
Gets the variable index.
index() - Method in enum org.lsst.ccs.drivers.parker.LocalLongArray
Gets the variable index.
index() - Method in enum org.lsst.ccs.drivers.parker.LocalSingle
Gets the variable index.
index() - Method in enum org.lsst.ccs.drivers.parker.LocalSingleArray
Gets the variable index.
index() - Method in enum org.lsst.ccs.drivers.parker.LocalString
Gets the variable index.
index() - Method in enum org.lsst.ccs.drivers.parker.LocalStringArray
Gets the variable index.
index(MasterName) - Method in enum org.lsst.ccs.drivers.parker.MasterBit
Gets the motor controller's index for the bit for the given master.
index() - Method in enum org.lsst.ccs.drivers.parker.MasterName
Gets the motor controller's index number of the master.
index(MasterName) - Method in enum org.lsst.ccs.drivers.parker.MasterUnsigned
Gets the index of this parameter for a given master.
index(ProgramName) - Method in enum org.lsst.ccs.drivers.parker.ProgramBit
Gets the motor controller's index for the bit for the given program.
index() - Method in enum org.lsst.ccs.drivers.parker.ProgramName
Gets the motor controller's index number of the program.
index(ProgramName) - Method in enum org.lsst.ccs.drivers.parker.ProgramUnsigned
Gets the controller's index number for the parameter for a given program.
index() - Method in enum org.lsst.ccs.drivers.parker.SystemBit
Gets the bit index used by the motor controller.
index() - Method in enum org.lsst.ccs.drivers.parker.SystemUnsigned
Gets the parameter index number used by the motor controller.
index() - Method in enum org.lsst.ccs.drivers.parker.UserParameter
Gets the parameter index used by the controller.

K

kick() - Method in class org.lsst.ccs.drivers.parker.AcrComm
Waits for unsolicited output from the controller and if none is forthcoming attempts to generate some by sending a VER command.

L

localAddress(int, byte, int, int) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Gets the address in controller memory of an element in a local array.
LocalDouble - Enum in org.lsst.ccs.drivers.parker
Define names and numbers for some local program variables of type FP64.
LocalDoubleArray - Enum in org.lsst.ccs.drivers.parker
Define names and numbers for some local program arrays of type FP64.
LocalLong - Enum in org.lsst.ccs.drivers.parker
Define names and numbers for some local program variables of type LONG.
LocalLongArray - Enum in org.lsst.ccs.drivers.parker
Define names and numbers for some local program arrays of type LONG.
LocalSingle - Enum in org.lsst.ccs.drivers.parker
Define names and numbers for some local program variables of type FP32.
LocalSingleArray - Enum in org.lsst.ccs.drivers.parker
Define names and numbers for some local program arrays of type FP32.
LocalString - Enum in org.lsst.ccs.drivers.parker
Define names and numbers for some local program string variables.
LocalStringArray - Enum in org.lsst.ccs.drivers.parker
Define names and numbers for some local program string arrays.

M

MasterBit - Enum in org.lsst.ccs.drivers.parker
Names and numbers controller bits associated with particular masters.
MasterName - Enum in org.lsst.ccs.drivers.parker
Provides names for eight of the 16 possible ACR masters.
MasterUnsigned - Enum in org.lsst.ccs.drivers.parker
Names and numbers some parameters associated with particular masters.

N

newInstance(ControllerType, String, Optional<PrintStream>) - Static method in class org.lsst.ccs.drivers.parker.AcrComm
Opens a TCP connection to the controller and makes a new instance of this class.

O

open_command(ControllerType, String) - Method in class org.lsst.ccs.drivers.parker.TestAcrComm
Opens a network connection to the controller of the given type and IP address.
org.lsst.ccs.drivers.parker - package org.lsst.ccs.drivers.parker
Allows communication with a Parker Hannifin ACR-class motor controller over Ethernet.

P

peek(long, int, byte) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Uses the controller's binary-peek operation to get a number of 32-bit words from memory.
poke(long, byte, byte...) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Uses the controller's binary-poke operation to set a number of 32-bit words from memory.
ProgramBit - Enum in org.lsst.ccs.drivers.parker
Names and numbers controller bits associated with particular programs.
ProgramName - Enum in org.lsst.ccs.drivers.parker
Defines names for eight of the possible 16 AcroBasic programs.
ProgramUnsigned - Enum in org.lsst.ccs.drivers.parker
Names and numbers the unsigned long controller parameters associated with particular programs.

R

receiveAscii() - Method in class org.lsst.ccs.drivers.parker.AcrComm
Collects ASCII data coming from the controller, relaying it to the console and, if logging is enabled, logging it.
receiveBinary(int) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Receives a binary reply from the controller
reference(AxisName) - Method in enum org.lsst.ccs.drivers.parker.AxisBit
Gets the string used to refer to the bit in AcroBasic.
reference(AxisName) - Method in enum org.lsst.ccs.drivers.parker.AxisLong
Gets the AcroBasic string reference for this parameter for a given axis.
reference() - Method in enum org.lsst.ccs.drivers.parker.AxisName
Gets the string used to refer to the axis in AcroBasic.
reference(AxisName) - Method in enum org.lsst.ccs.drivers.parker.AxisSingle
Gets the AcroBasic string reference for this parameter for a given axis.
reference(AxisName) - Method in enum org.lsst.ccs.drivers.parker.AxisUnsigned
Gets the AcroBasic string reference for this parameter for a given axis.
reference(ConnectionName) - Method in enum org.lsst.ccs.drivers.parker.ConnectionUnsigned
Gets the string used to refer to a connection parameter in AcroBasic for a given connection.
reference(EncoderName) - Method in enum org.lsst.ccs.drivers.parker.EncoderLong
Gets the AcroBasic reference string for the parameter for a given encoder.
reference() - Method in enum org.lsst.ccs.drivers.parker.EncoderName
Gets the string used to refer to the encoder in AcroBasic.
reference() - Method in enum org.lsst.ccs.drivers.parker.LocalDouble
Gets the string used to refer to the variable in AcroBasic.
reference() - Method in enum org.lsst.ccs.drivers.parker.LocalDoubleArray
Gets the string used to refer to the variable in AcroBasic.
reference() - Method in enum org.lsst.ccs.drivers.parker.LocalLong
Gets the string used to refer to the variable in AcroBasic.
reference() - Method in enum org.lsst.ccs.drivers.parker.LocalLongArray
Gets the string used to refer to the variable in AcroBasic.
reference() - Method in enum org.lsst.ccs.drivers.parker.LocalSingle
Gets the string used to refer to the variable in AcroBasic.
reference() - Method in enum org.lsst.ccs.drivers.parker.LocalSingleArray
Gets the string used to refer to the variable in AcroBasic.
reference() - Method in enum org.lsst.ccs.drivers.parker.LocalString
Gets the string used to refer to the variable in AcroBasic.
reference() - Method in enum org.lsst.ccs.drivers.parker.LocalStringArray
Gets the string used to refer to the variable in AcroBasic.
reference(MasterName) - Method in enum org.lsst.ccs.drivers.parker.MasterBit
Gets the string used to refer to the bit for the given master in AcroBasic.
reference() - Method in enum org.lsst.ccs.drivers.parker.MasterName
Gets the string used to refer to the master in AcroBasic.
reference(MasterName) - Method in enum org.lsst.ccs.drivers.parker.MasterUnsigned
Gets the string used to refer to the parameter for a given master in AcroBasic.
reference(ProgramName) - Method in enum org.lsst.ccs.drivers.parker.ProgramBit
Gets the string used to refer to the bit for the given program in AcroBasic.
reference() - Method in enum org.lsst.ccs.drivers.parker.ProgramName
Gets the string used to refer to the program in AcroBasic.
reference(ProgramName) - Method in enum org.lsst.ccs.drivers.parker.ProgramUnsigned
Gets the string used to refer to the parameter in AcroBasic, given the program.
reference() - Method in enum org.lsst.ccs.drivers.parker.SystemBit
Gets the string used to refer to the bit in AcroBasic.
reference() - Method in enum org.lsst.ccs.drivers.parker.SystemUnsigned
Gets the parameter reference string used in AcroBasic.
reference() - Method in enum org.lsst.ccs.drivers.parker.UserParameter
Gets the string used to refer to the parameter in AcroBasic.

S

send_command(String...) - Method in class org.lsst.ccs.drivers.parker.TestAcrComm
Sends AcroBasic commands to the controller and displays the replies.
sendBinary(byte[]) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Sends a binary command to the controller.
sendFile(String, boolean) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Reads a file line by line and sends each line to the controller.
sendStr(String) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Sends an ASCII line to the controller and receives any reply, which is sent to the console.
set(AxisName, AxisBit, boolean) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Sets or clears a controller axis flag bit.
set(AxisName, AxisLong, long) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Sets the value of a controller axis parameter that's a signed long.
set(AxisName, AxisSingle, double) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Sets the value of a controller axis parameter that's a single-float (FP32).
set(EncoderName, EncoderLong, long) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Sets the value of an controller encoder parameter that's a signed 32-bit long.
set(ProgramName, LocalDouble, double) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Sets the value of double scalar local to a controller program.
set(ProgramName, LocalDoubleArray, double[]) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Sets the value of a double array local to a controller program.
set(ProgramName, LocalLong, long) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Sets the value of a long (signed 32-bit) scalar local to a controller program.
set(ProgramName, LocalLongArray, long[]) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Sets the values of a long (signed 32-bit) array local to a controller program.
set(ProgramName, LocalSingle, double) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Sets the value of a single-float scalar local to a controller program.
set(ProgramName, LocalSingleArray, double[]) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Sets the values of a single-float array local to a controller program.
set(ProgramName, LocalString, String) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Sets the value of a string scalar local to a controller program.
set(ProgramName, LocalStringArray, String[]) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Sets the value of a string array local to a controller program.
set(MasterName, MasterBit, boolean) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Sets or clears a controller flag bit belonging to a master.
set(SystemBit, boolean) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Set or clear a system flag bit in the controller.
set(SystemUnsigned, long) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Set in the controller a system parameter that is an unsigned 32-bit long.
set(UserParameter, double...) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Sets a sequence of user parameters in the controller (always double-float).
setAxis_command(int, String, String) - Method in class org.lsst.ccs.drivers.parker.TestAcrComm
Sets a particular axis parameter/flag.
setLongParameter(int, long) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Sets a controller LONG parameter as a signed value.
setMaster_command(int, String, String) - Method in class org.lsst.ccs.drivers.parker.TestAcrComm
Sets a particular master parameter/flag.
setOrClearBit(int, boolean) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Sets or clears a controller bit according to a boolean value.
setProgram_command(int, String, String...) - Method in class org.lsst.ccs.drivers.parker.TestAcrComm
Sets a local variable in a controller program, or part of the variable if it's an array.
setSingleParameter(int, double) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Sets a controller FP32 (single-float) parameter.
setSystem_command(String, String) - Method in class org.lsst.ccs.drivers.parker.TestAcrComm
Sets a particular system parameter or flag.
setUnsignedParameter(int, long) - Method in class org.lsst.ccs.drivers.parker.AcrComm
Sets a controller LONG parameter as an unsigned value.
setUser_command(int, String) - Method in class org.lsst.ccs.drivers.parker.TestAcrComm
Sets a particular user parameter.
showAxis_command(int) - Method in class org.lsst.ccs.drivers.parker.TestAcrComm
Displays the supported parameters and flags for a given axis.
showConnection_command(int) - Method in class org.lsst.ccs.drivers.parker.TestAcrComm
Displays the supported parameters and flags for a given connection.
showEncoder_command(int) - Method in class org.lsst.ccs.drivers.parker.TestAcrComm
Displays the supported parameters and flags for a given encoder.
showGlobals_command() - Method in class org.lsst.ccs.drivers.parker.TestAcrComm
Displays all the global parameters and flags known to AcrComm.
showMaster_command(int) - Method in class org.lsst.ccs.drivers.parker.TestAcrComm
Displays the supported parameters and flags for a given master.
showProgram_command(int, String) - Method in class org.lsst.ccs.drivers.parker.TestAcrComm
Displays the value of a variable local to the given program.
showSystem_command() - Method in class org.lsst.ccs.drivers.parker.TestAcrComm
Displays all supported system-level parameters and flags.
showUser_command() - Method in class org.lsst.ccs.drivers.parker.TestAcrComm
Displays the values of the supported user parameters.
SystemBit - Enum in org.lsst.ccs.drivers.parker
Defines names and numbers for some system bits, that is, bits not associated with a master, axis, program or encoder.
SystemUnsigned - Enum in org.lsst.ccs.drivers.parker
Defines the names and numbers used for some LONG motor controller system parameters, that is, unsigned 32-bit parameters not associated with any particular program, axis, master or encoder.

T

TestAcrComm - Class in org.lsst.ccs.drivers.parker
Provides commands to exercise the AcrComm class from the stand-alone command shell org.lsst.ccs.shell.JLineShell.
TestAcrComm() - Constructor for class org.lsst.ccs.drivers.parker.TestAcrComm
 

U

UserParameter - Enum in org.lsst.ccs.drivers.parker
Define names and numbers for some of the global user parameters.

V

valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.AxisBit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.AxisLong
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.AxisName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.AxisSingle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.AxisUnsigned
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.CaptureTrigger
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.ConnectionName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.ConnectionUnsigned
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.ControllerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.EncoderLong
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.EncoderName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.LocalDouble
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.LocalDoubleArray
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.LocalLong
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.LocalLongArray
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.LocalSingle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.LocalSingleArray
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.LocalString
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.LocalStringArray
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.MasterBit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.MasterName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.MasterUnsigned
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.ProgramBit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.ProgramName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.ProgramUnsigned
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.SystemBit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.SystemUnsigned
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.parker.UserParameter
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.lsst.ccs.drivers.parker.AxisBit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.AxisLong
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.AxisName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.AxisSingle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.AxisUnsigned
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.CaptureTrigger
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.ConnectionName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.ConnectionUnsigned
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.ControllerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.EncoderLong
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.EncoderName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.LocalDouble
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.LocalDoubleArray
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.LocalLong
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.LocalLongArray
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.LocalSingle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.LocalSingleArray
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.LocalString
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.LocalStringArray
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.MasterBit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.MasterName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.MasterUnsigned
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.ProgramBit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.ProgramName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.ProgramUnsigned
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.SystemBit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.SystemUnsigned
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.parker.UserParameter
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G I K L M N O P R S T U V 
Skip navigation links

Copyright © 2017 LSST. All rights reserved.