Skip navigation links
A C D F M O R S T V W 

A

Ascii - Class in org.lsst.ccs.drivers.ascii
General access routines for a device using Ascii commands.
Ascii() - Constructor for class org.lsst.ccs.drivers.ascii.Ascii
Constructor.
Ascii(Ascii.Option) - Constructor for class org.lsst.ccs.drivers.ascii.Ascii
Constructor.
Ascii.ConnType - Enum in org.lsst.ccs.drivers.ascii
Connection type
Ascii.DataBits - Enum in org.lsst.ccs.drivers.ascii
Data characteristics - number of data bits
Ascii.FlowCtrl - Enum in org.lsst.ccs.drivers.ascii
Data characteristics - flow control
Ascii.Option - Enum in org.lsst.ccs.drivers.ascii
Connection type
Ascii.Parity - Enum in org.lsst.ccs.drivers.ascii
Data characteristics - parity
Ascii.StopBits - Enum in org.lsst.ccs.drivers.ascii
Data characteristics - number of stop bits
AsciiIO - Interface in org.lsst.ccs.drivers.ascii
I/O interface for devices using text commands.
AsciiIOFtdi - Class in org.lsst.ccs.drivers.ascii
Communications I/O routines for serial devices connected via FTDI.
AsciiIOFtdi() - Constructor for class org.lsst.ccs.drivers.ascii.AsciiIOFtdi
 
AsciiIONet - Class in org.lsst.ccs.drivers.ascii
Communications I/O routines for network devices.
AsciiIONet() - Constructor for class org.lsst.ccs.drivers.ascii.AsciiIONet
 
AsciiIOSerial - Class in org.lsst.ccs.drivers.ascii
Communications I/O routines for serial devices.
AsciiIOSerial() - Constructor for class org.lsst.ccs.drivers.ascii.AsciiIOSerial
 

C

close() - Method in class org.lsst.ccs.drivers.ascii.Ascii
Closes the device connection.
close() - Method in interface org.lsst.ccs.drivers.ascii.AsciiIO
 
close() - Method in class org.lsst.ccs.drivers.ascii.AsciiIOFtdi
Closes the connection.
close() - Method in class org.lsst.ccs.drivers.ascii.AsciiIONet
Closes the connection.
close() - Method in class org.lsst.ccs.drivers.ascii.AsciiIOSerial
Closes the connection.
close() - Method in class org.lsst.ccs.drivers.ascii.TestAscii
Closes connection to a device.
closeSilent() - Method in class org.lsst.ccs.drivers.ascii.Ascii
Closes the device connection silently.
CONN_TYPE_FTDI - Static variable in class org.lsst.ccs.drivers.ascii.Ascii
Connection type - serial via FTDI chip
CONN_TYPE_NETWORK - Static variable in class org.lsst.ccs.drivers.ascii.Ascii
Connection type - network
CONN_TYPE_SERIAL - Static variable in class org.lsst.ccs.drivers.ascii.Ascii
Connection type - serial via serial port

D

dev - Variable in class org.lsst.ccs.drivers.ascii.TestAscii
 

F

flush() - Method in class org.lsst.ccs.drivers.ascii.Ascii
Flushes any unread data.
flush() - Method in interface org.lsst.ccs.drivers.ascii.AsciiIO
 
flush() - Method in class org.lsst.ccs.drivers.ascii.AsciiIOFtdi
Flushes any available response data.
flush() - Method in class org.lsst.ccs.drivers.ascii.AsciiIONet
Flushes any available response data.
flush() - Method in class org.lsst.ccs.drivers.ascii.AsciiIOSerial
Flushes any available response data.

M

main(String[]) - Static method in class org.lsst.ccs.drivers.ascii.TalkAscii
Main program.
makeDataCharacteristics(Ascii.DataBits, Ascii.StopBits, Ascii.Parity, Ascii.FlowCtrl) - Static method in class org.lsst.ccs.drivers.ascii.Ascii
Generates the serial data characteristics parameter.

O

open(Ascii.ConnType, String, int, int) - Method in class org.lsst.ccs.drivers.ascii.Ascii
Opens a connection to the device.
open(Ascii.ConnType, String, int) - Method in class org.lsst.ccs.drivers.ascii.Ascii
Opens a connection to the device.
open(int, String, int, int) - Method in class org.lsst.ccs.drivers.ascii.Ascii
Deprecated.
open(int, String, int) - Method in class org.lsst.ccs.drivers.ascii.Ascii
Deprecated.
open(String, int, int) - Method in interface org.lsst.ccs.drivers.ascii.AsciiIO
 
open(String, int, int) - Method in class org.lsst.ccs.drivers.ascii.AsciiIOFtdi
Opens a connection.
open(String, int, int) - Method in class org.lsst.ccs.drivers.ascii.AsciiIONet
Opens a connection.
open(String, int, int) - Method in class org.lsst.ccs.drivers.ascii.AsciiIOSerial
Opens a connection.
open(Ascii.ConnType, String, int) - Method in class org.lsst.ccs.drivers.ascii.TestAscii
Opens connection to a device.
open(Ascii.ConnType, String, int, Ascii.DataBits, Ascii.StopBits, Ascii.Parity, Ascii.FlowCtrl) - Method in class org.lsst.ccs.drivers.ascii.TestAscii
Opens connection to a serially-connected device.
openOld(Ascii.ConnType, String, int) - Method in class org.lsst.ccs.drivers.ascii.TestAscii
Opens connection (old-style) to a device.
openOld(Ascii.ConnType, String, int, Ascii.DataBits, Ascii.StopBits, Ascii.Parity, Ascii.FlowCtrl) - Method in class org.lsst.ccs.drivers.ascii.TestAscii
Opens connection (old-style) to a serially-connected device.
org.lsst.ccs.drivers.ascii - package org.lsst.ccs.drivers.ascii
 

R

read() - Method in class org.lsst.ccs.drivers.ascii.Ascii
Reads a response.
read(String) - Method in class org.lsst.ccs.drivers.ascii.Ascii
Reads a response after writing a command.
read(byte[], int, int) - Method in interface org.lsst.ccs.drivers.ascii.AsciiIO
 
read(byte[], int, int) - Method in class org.lsst.ccs.drivers.ascii.AsciiIOFtdi
Reads available response data.
read(byte[], int, int) - Method in class org.lsst.ccs.drivers.ascii.AsciiIONet
Reads available response data.
read(byte[], int, int) - Method in class org.lsst.ccs.drivers.ascii.AsciiIOSerial
Reads available response data.
read() - Method in class org.lsst.ccs.drivers.ascii.TestAscii
Reads a response.
read(String) - Method in class org.lsst.ccs.drivers.ascii.TestAscii
Writes a command and reads the response.
readBytes(byte[], int) - Method in class org.lsst.ccs.drivers.ascii.Ascii
Reads available response data as bytes.
readBytes(byte[], int, int) - Method in class org.lsst.ccs.drivers.ascii.Ascii
Reads available response data as bytes.

S

setTerm(String) - Method in class org.lsst.ccs.drivers.ascii.TestAscii
Sets the command terminator.
setTerminator(String) - Method in class org.lsst.ccs.drivers.ascii.Ascii
Sets the command terminator.
setTimeout(double) - Method in class org.lsst.ccs.drivers.ascii.Ascii
Sets the read timeout.
setTimeout(int) - Method in class org.lsst.ccs.drivers.ascii.Ascii
Sets the read timeout.
setTimeout(int) - Method in interface org.lsst.ccs.drivers.ascii.AsciiIO
 
setTimeout(int) - Method in class org.lsst.ccs.drivers.ascii.AsciiIOFtdi
Sets the receive timeout.
setTimeout(int) - Method in class org.lsst.ccs.drivers.ascii.AsciiIONet
Sets the receive timeout.
setTimeout(int) - Method in class org.lsst.ccs.drivers.ascii.AsciiIOSerial
Sets the receive timeout.

T

TalkAscii - Class in org.lsst.ccs.drivers.ascii
Program to enable direct talking to a commanded device.
TalkAscii() - Constructor for class org.lsst.ccs.drivers.ascii.TalkAscii
 
TestAscii - Class in org.lsst.ccs.drivers.ascii
Program to test the Ascii command device driver.
TestAscii() - Constructor for class org.lsst.ccs.drivers.ascii.TestAscii
Constructor.
TestAscii(Ascii) - Constructor for class org.lsst.ccs.drivers.ascii.TestAscii
Constructor.
timeout(double) - Method in class org.lsst.ccs.drivers.ascii.TestAscii
Sets the response timeout.

V

valueOf(String) - Static method in enum org.lsst.ccs.drivers.ascii.Ascii.ConnType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.ascii.Ascii.DataBits
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.ascii.Ascii.FlowCtrl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.ascii.Ascii.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.ascii.Ascii.Parity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.ascii.Ascii.StopBits
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.lsst.ccs.drivers.ascii.Ascii.ConnType
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.ascii.Ascii.DataBits
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.ascii.Ascii.FlowCtrl
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.ascii.Ascii.Option
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.ascii.Ascii.Parity
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.ascii.Ascii.StopBits
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(String) - Method in class org.lsst.ccs.drivers.ascii.Ascii
Writes a command.
write(byte[], int, int) - Method in interface org.lsst.ccs.drivers.ascii.AsciiIO
 
write(byte[], int, int) - Method in class org.lsst.ccs.drivers.ascii.AsciiIOFtdi
Writes command data.
write(byte[], int, int) - Method in class org.lsst.ccs.drivers.ascii.AsciiIONet
Writes command data.
write(byte[], int, int) - Method in class org.lsst.ccs.drivers.ascii.AsciiIOSerial
Writes command data.
write(String) - Method in class org.lsst.ccs.drivers.ascii.TestAscii
Writes a command.
writeBytes(byte[]) - Method in class org.lsst.ccs.drivers.ascii.Ascii
Writes a command as bytes.
writeBytes(byte[], int, int) - Method in class org.lsst.ccs.drivers.ascii.Ascii
Writes a command as bytes.
A C D F M O R S T V W 
Skip navigation links

Copyright © 2015 LSST. All rights reserved.