Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
E
F
G
H
I
J
L
N
P
S
A
Activator
- class fr.imag.adele.bundle.commcmd.
Activator
.
Activator()
- Constructor for class fr.imag.adele.bundle.commcmd.
Activator
AsciiWrapper
- class fr.imag.adele.bundle.commcmd.
AsciiWrapper
.
AsciiWrapper()
- Constructor for class fr.imag.adele.bundle.commcmd.
AsciiWrapper
C
CommCmdImpl
- class fr.imag.adele.bundle.commcmd.
CommCmdImpl
.
This class creates a shell command
CommCmdImpl(BundleContext)
- Constructor for class fr.imag.adele.bundle.commcmd.
CommCmdImpl
close(String, PrintStream, PrintStream)
- Method in class fr.imag.adele.bundle.commcmd.
CommCmdImpl
E
execute(String, PrintStream, PrintStream)
- Method in class fr.imag.adele.bundle.commcmd.
CommCmdImpl
F
format(byte[])
- Method in class fr.imag.adele.bundle.commcmd.
AsciiWrapper
format(byte[], int, int)
- Method in class fr.imag.adele.bundle.commcmd.
AsciiWrapper
format(byte[])
- Method in class fr.imag.adele.bundle.commcmd.
HexWrapper
format(byte[], int, int)
- Method in class fr.imag.adele.bundle.commcmd.
HexWrapper
format(byte[])
- Method in interface fr.imag.adele.service.commcmd.
IOWrapper
format(byte[], int, int)
- Method in interface fr.imag.adele.service.commcmd.
IOWrapper
fr.imag.adele.bundle.commcmd
- package fr.imag.adele.bundle.commcmd
fr.imag.adele.bundle.commcmd.nmea0183
- package fr.imag.adele.bundle.commcmd.nmea0183
fr.imag.adele.service.commcmd
- package fr.imag.adele.service.commcmd
fr.imag.adele.util.text
- package fr.imag.adele.util.text
G
getBaudRate()
- Method in class javax.comm.sample.
SerialParameters
Gets baud rate as an
int
.
getBaudRateString()
- Method in class javax.comm.sample.
SerialParameters
Gets baud rate as a
String
.
getDatabits()
- Method in class javax.comm.sample.
SerialParameters
Gets data bits as an
int
.
getDatabitsString()
- Method in class javax.comm.sample.
SerialParameters
Gets data bits as a
String
.
getFlowControlIn()
- Method in class javax.comm.sample.
SerialParameters
Gets flow control for reading as an
int
.
getFlowControlInString()
- Method in class javax.comm.sample.
SerialParameters
Gets flow control for reading as a
String
.
getFlowControlOut()
- Method in class javax.comm.sample.
SerialParameters
Gets flow control for writing as an
int
.
getFlowControlOutString()
- Method in class javax.comm.sample.
SerialParameters
Gets flow control for writing as a
String
.
getLineSize()
- Method in class fr.imag.adele.bundle.commcmd.
AsciiWrapper
getLineSize()
- Method in class fr.imag.adele.bundle.commcmd.
HexWrapper
getName()
- Method in class fr.imag.adele.bundle.commcmd.
CommCmdImpl
getParity()
- Method in class javax.comm.sample.
SerialParameters
Gets parity setting as an
int
.
getParityString()
- Method in class javax.comm.sample.
SerialParameters
Gets parity setting as a
String
.
getPortName()
- Method in class javax.comm.sample.
SerialParameters
Gets port name.
getSeparator()
- Method in class fr.imag.adele.bundle.commcmd.
AsciiWrapper
getShortDescription()
- Method in class fr.imag.adele.bundle.commcmd.
CommCmdImpl
getStopbits()
- Method in class javax.comm.sample.
SerialParameters
Gets stop bits setting as an
int
.
getStopbitsString()
- Method in class javax.comm.sample.
SerialParameters
Gets stop bits setting as a
String
.
getUsage()
- Method in class fr.imag.adele.bundle.commcmd.
CommCmdImpl
H
HexString
- class fr.imag.adele.util.text.
HexString
.
HexString()
- Constructor for class fr.imag.adele.util.text.
HexString
HexWrapper
- class fr.imag.adele.bundle.commcmd.
HexWrapper
.
HexWrapper()
- Constructor for class fr.imag.adele.bundle.commcmd.
HexWrapper
hexChars
- Static variable in class fr.imag.adele.util.text.
HexString
hexify(byte[], int, int, int)
- Static method in class fr.imag.adele.util.text.
HexString
Hexify (ie represents in hexadecimal) a byte array
hexify(byte[], int, int, int, String)
- Static method in class fr.imag.adele.util.text.
HexString
I
IOWrapper
- interface fr.imag.adele.service.commcmd.
IOWrapper
.
J
javax.comm.sample
- package javax.comm.sample
L
listPorts(String, PrintStream, PrintStream)
- Method in class fr.imag.adele.bundle.commcmd.
CommCmdImpl
N
Nmea0183Wrapper
- class fr.imag.adele.bundle.commcmd.nmea0183.
Nmea0183Wrapper
.
Nmea0183Wrapper()
- Constructor for class fr.imag.adele.bundle.commcmd.nmea0183.
Nmea0183Wrapper
P
parse(String)
- Method in class fr.imag.adele.bundle.commcmd.
AsciiWrapper
parse(StringTokenizer)
- Method in class fr.imag.adele.bundle.commcmd.
AsciiWrapper
parse(String)
- Method in class fr.imag.adele.bundle.commcmd.
HexWrapper
parse(StringTokenizer)
- Method in class fr.imag.adele.bundle.commcmd.
HexWrapper
parse(String)
- Method in class fr.imag.adele.bundle.commcmd.nmea0183.
Nmea0183Wrapper
parse(StringTokenizer)
- Method in class fr.imag.adele.bundle.commcmd.nmea0183.
Nmea0183Wrapper
parse(String)
- Method in interface fr.imag.adele.service.commcmd.
IOWrapper
parse(StringTokenizer)
- Method in interface fr.imag.adele.service.commcmd.
IOWrapper
parseHexChar(char)
- Static method in class fr.imag.adele.util.text.
HexString
Parse a radix 16 symbol
parseHexString(String)
- Static method in class fr.imag.adele.util.text.
HexString
Parse a Hex string
S
SerialParameters
- class javax.comm.sample.
SerialParameters
.
A class that stores parameters for serial ports.
SerialParameters()
- Constructor for class javax.comm.sample.
SerialParameters
Default constructer.
SerialParameters(String, int, int, int, int, int, int)
- Constructor for class javax.comm.sample.
SerialParameters
Paramaterized constructer.
serialEvent(SerialPortEvent)
- Method in class fr.imag.adele.bundle.commcmd.
CommCmdImpl
setBaudRate(int)
- Method in class javax.comm.sample.
SerialParameters
Sets baud rate.
setBaudRate(String)
- Method in class javax.comm.sample.
SerialParameters
Sets baud rate.
setDatabits(int)
- Method in class javax.comm.sample.
SerialParameters
Sets data bits.
setDatabits(String)
- Method in class javax.comm.sample.
SerialParameters
Sets data bits.
setFlowControlIn(int)
- Method in class javax.comm.sample.
SerialParameters
Sets flow control for reading.
setFlowControlIn(String)
- Method in class javax.comm.sample.
SerialParameters
Sets flow control for reading.
setFlowControlOut(int)
- Method in class javax.comm.sample.
SerialParameters
Sets flow control for writing.
setFlowControlOut(String)
- Method in class javax.comm.sample.
SerialParameters
Sets flow control for writing.
setLineSize(int)
- Method in class fr.imag.adele.bundle.commcmd.
AsciiWrapper
setLineSize(int)
- Method in class fr.imag.adele.bundle.commcmd.
HexWrapper
setParity(int)
- Method in class javax.comm.sample.
SerialParameters
Sets parity setting.
setParity(String)
- Method in class javax.comm.sample.
SerialParameters
Sets parity setting.
setPortName(String)
- Method in class javax.comm.sample.
SerialParameters
Sets port name.
setSeparator(String)
- Method in class fr.imag.adele.bundle.commcmd.
AsciiWrapper
setStopbits(int)
- Method in class javax.comm.sample.
SerialParameters
Sets stop bits.
setStopbits(String)
- Method in class javax.comm.sample.
SerialParameters
Sets stop bits.
start(BundleContext)
- Method in class fr.imag.adele.bundle.commcmd.
Activator
start(BundleContext)
- Method in class fr.imag.adele.bundle.commcmd.
CommCmdImpl
stop(BundleContext)
- Method in class fr.imag.adele.bundle.commcmd.
Activator
stop(BundleContext)
- Method in class fr.imag.adele.bundle.commcmd.
CommCmdImpl
A
C
E
F
G
H
I
J
L
N
P
S
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes