Index

A B C D E F G H I L N O P R S T U V Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ACK - Static variable in class org.mbari.vcr4j.rs422.RS422ResponseParser
 
ALT_LTC_TIMECODE - Static variable in class org.mbari.vcr4j.rs422.RS422Timecode
 
apply(VideoCommand) - Static method in class org.mbari.vcr4j.rs422.commands.CommandToBytes
 

B

byteArrayToString(byte[]) - Static method in class org.mbari.vcr4j.rs422.commands.CommandToBytes
Converts a byte array to a nicely formatted string.
byteToHourOrFrame(byte) - Static method in class org.mbari.vcr4j.rs422.RS422Timecode
 
byteToMinuteOrSecond(byte) - Static method in class org.mbari.vcr4j.rs422.RS422Timecode
 
byteToTime(byte) - Static method in class org.mbari.vcr4j.rs422.RS422Timecode
Deprecated.
Don't use. In some cases it will return the wrong frame value. See setTimecodeBytes

C

calculateChecksum(byte[]) - Static method in class org.mbari.vcr4j.rs422.RS422ResponseParser
The last byte in a command block is the checksum, i.e.
CHECKSUM_ERROR - Static variable in class org.mbari.vcr4j.rs422.RS422Error
SONY - Checksum error in the command sent
COMMAND - Static variable in class org.mbari.vcr4j.rs422.commands.RequestUserbitsAsTimeCmd
 
CommandToBytes - Class in org.mbari.vcr4j.rs422.commands
This utility class converts VideoCommand objects to the appropriate byte commands used by RS422.

D

DEVICE_TYPE_REQUEST - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
 
DISCONNECT - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422VideoCommands
 

E

EJECT - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422VideoCommands
 
EJECT_TAPE - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
 
equals(Object) - Method in class org.mbari.vcr4j.rs422.RS422Error
RS422Error objects are equal if they have the same error code
equals(Object) - Method in class org.mbari.vcr4j.rs422.RS422Timecode
 
equals(Object) - Method in class org.mbari.vcr4j.rs422.RS422Userbits
 

F

FAST_FWD - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
 
FRAMING_ERROR - Static variable in class org.mbari.vcr4j.rs422.RS422Error
SONY - VCR reports a serial framing error

G

GET_CUEUP_STATUS - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
 
GET_LTIMECODE - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
 
GET_LUBTIMECODE - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
 
GET_STATUS - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
 
GET_TIMECODE - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
This is a special command supplied by sony that returns the best source of the timecode (VITC at slwo speeds, LTC at high speeds)
GET_TIMECODE1 - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
Get Timer-1 timecode command
GET_TIMECODE2 - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
Get Timer-2 timecode command
GET_VTIMECODE - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
Get vertical timecode command
GET_VUBTIMECODE - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
Get vertical Userbits timecode command
getBytes() - Method in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
Retrive the byte array used to execute a particular command
getCommandSubject() - Method in class org.mbari.vcr4j.rs422.RS422VideoIO
 
getDescription() - Method in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
 
getError() - Method in class org.mbari.vcr4j.rs422.RS422Error
Although this is a potentially useful method.
getErrorObservable() - Method in class org.mbari.vcr4j.rs422.RS422ResponseParser
 
getErrorObservable() - Method in class org.mbari.vcr4j.rs422.RS422VideoIO
 
getIndexObservable() - Method in class org.mbari.vcr4j.rs422.decorators.UserbitsAsTimeDecorator
When using this decorator, use this indexObservable to get VideoIndexs that containg both timecode and timestamp
getIndexObservable() - Method in class org.mbari.vcr4j.rs422.RS422VideoIO
 
getInputStream() - Method in class org.mbari.vcr4j.rs422.RS422VideoIO
 
getMessage() - Method in class org.mbari.vcr4j.rs422.RS422Error
 
getName() - Method in enum class org.mbari.vcr4j.rs422.commands.RS422VideoCommands
 
getOutputStream() - Method in class org.mbari.vcr4j.rs422.RS422VideoIO
 
getResponseParser() - Method in class org.mbari.vcr4j.rs422.RS422VideoIO
 
getStateObservable() - Method in class org.mbari.vcr4j.rs422.RS422VideoIO
 
getStatusObservable() - Method in class org.mbari.vcr4j.rs422.RS422ResponseParser
 
getTimecode() - Method in class org.mbari.vcr4j.rs422.RS422Timecode
 
getTimecodeBytes() - Method in class org.mbari.vcr4j.rs422.RS422Timecode
 
getTimecodeObservable() - Method in class org.mbari.vcr4j.rs422.RS422ResponseParser
 
getTimecodeObservable() - Method in class org.mbari.vcr4j.rs422.RS422VideoIO
 
getTimecodeObservable() - Method in interface org.mbari.vcr4j.rs422.VCRVideoIO
 
getUserbits() - Method in class org.mbari.vcr4j.rs422.RS422Userbits
 
getUserbitsObservable() - Method in class org.mbari.vcr4j.rs422.RS422ResponseParser
 
getUserbitsObservable() - Method in class org.mbari.vcr4j.rs422.RS422VideoIO
 
getUserbitsObservable() - Method in interface org.mbari.vcr4j.rs422.VCRVideoIO
 
getValue() - Method in enum class org.mbari.vcr4j.rs422.commands.RS422VideoCommands
 
getVideoCommand() - Method in class org.mbari.vcr4j.rs422.RS422Error
 

H

hasError() - Method in class org.mbari.vcr4j.rs422.RS422Error
 
hashCode() - Method in class org.mbari.vcr4j.rs422.RS422Error
 
hashCode() - Method in class org.mbari.vcr4j.rs422.RS422Timecode
 
hashCode() - Method in class org.mbari.vcr4j.rs422.RS422Userbits
 

I

intToTime(int) - Static method in class org.mbari.vcr4j.rs422.commands.CommandToBytes
Convert an int value to a timecode byte that can be used in sending a seekTimecode command.
isAck(byte[]) - Static method in class org.mbari.vcr4j.rs422.RS422ResponseParser
Checks to see if the reply is an ack (acknowledgement)
isBadCommunication() - Method in class org.mbari.vcr4j.rs422.RS422State
TODO 20031001 brian: What does this mean? Not defined in the 9-pin protocol
isChecksumError() - Method in class org.mbari.vcr4j.rs422.RS422Error
 
isConnected() - Method in class org.mbari.vcr4j.rs422.RS422State
 
isCueingUp() - Method in class org.mbari.vcr4j.rs422.RS422State
 
isFastForwarding() - Method in class org.mbari.vcr4j.rs422.RS422State
 
isFramingError() - Method in class org.mbari.vcr4j.rs422.RS422Error
 
isHardwareError() - Method in class org.mbari.vcr4j.rs422.RS422State
 
isJogging() - Method in class org.mbari.vcr4j.rs422.RS422State
 
isLocal() - Method in class org.mbari.vcr4j.rs422.RS422State
 
isNack(byte[]) - Static method in class org.mbari.vcr4j.rs422.RS422ResponseParser
Checks to see if the reply is a nack (i.e error)
isOK() - Method in class org.mbari.vcr4j.rs422.RS422Error
 
isOverrunError() - Method in class org.mbari.vcr4j.rs422.RS422Error
 
isParityError() - Method in class org.mbari.vcr4j.rs422.RS422Error
 
isPlaying() - Method in class org.mbari.vcr4j.rs422.RS422State
 
isRecording() - Method in class org.mbari.vcr4j.rs422.RS422State
 
isReverseDirection() - Method in class org.mbari.vcr4j.rs422.RS422State
 
isRewinding() - Method in class org.mbari.vcr4j.rs422.RS422State
 
isServoLock() - Method in class org.mbari.vcr4j.rs422.RS422State
 
isServoRef() - Method in class org.mbari.vcr4j.rs422.RS422State
 
isShuttling() - Method in class org.mbari.vcr4j.rs422.RS422State
 
isStandingBy() - Method in class org.mbari.vcr4j.rs422.RS422State
 
isStatusReply(byte[]) - Static method in class org.mbari.vcr4j.rs422.RS422State
 
isStill() - Method in class org.mbari.vcr4j.rs422.RS422State
 
isStopped() - Method in class org.mbari.vcr4j.rs422.RS422State
 
isTapeEnd() - Method in class org.mbari.vcr4j.rs422.RS422State
 
isTapeTrouble() - Method in class org.mbari.vcr4j.rs422.RS422State
 
isTimecodeReply(byte[]) - Static method in class org.mbari.vcr4j.rs422.RS422Timecode
 
isTimeout() - Method in class org.mbari.vcr4j.rs422.RS422Error
 
isTso() - Method in class org.mbari.vcr4j.rs422.RS422State
 
isUndefinedCommand() - Method in class org.mbari.vcr4j.rs422.RS422Error
 
isUnthreaded() - Method in class org.mbari.vcr4j.rs422.RS422State
 
isUserbitsHoldReply(byte[]) - Static method in class org.mbari.vcr4j.rs422.RS422Userbits
Checks to see if the reply for a users bits command is telling you that the value has been held.
isUserbitsReply(byte[]) - Static method in class org.mbari.vcr4j.rs422.RS422Userbits
 
isVarSpeed() - Method in class org.mbari.vcr4j.rs422.RS422State
 

L

LOCAL_DISABLE - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
 
LOCAL_ENABLE - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
 
logCommand(byte[], VideoCommand<?>) - Method in class org.mbari.vcr4j.rs422.LoggerHelper
 
LoggerHelper - Class in org.mbari.vcr4j.rs422
 
LoggerHelper(System.Logger) - Constructor for class org.mbari.vcr4j.rs422.LoggerHelper
 
logResponse(byte[], byte[], byte[]) - Method in class org.mbari.vcr4j.rs422.LoggerHelper
 
LTC_TIMECODE - Static variable in class org.mbari.vcr4j.rs422.RS422Timecode
 
LTC_USERBITS - Static variable in class org.mbari.vcr4j.rs422.RS422Userbits
 
LTC_USERBITS_HOLD - Static variable in class org.mbari.vcr4j.rs422.RS422Userbits
 

N

NACK - Static variable in class org.mbari.vcr4j.rs422.RS422ResponseParser
 
NumberUtilities - Class in org.mbari.vcr4j.rs422.util
Useful static methods for manipulating numbers.

O

OK - Static variable in class org.mbari.vcr4j.rs422.RS422Error
Everything is OK
org.mbari.vcr4j.rs422 - package org.mbari.vcr4j.rs422
 
org.mbari.vcr4j.rs422.commands - package org.mbari.vcr4j.rs422.commands
 
org.mbari.vcr4j.rs422.decorators - package org.mbari.vcr4j.rs422.decorators
Decorators can be added to the various observables in VideoIO objects in order to augment or modify the functionality.
org.mbari.vcr4j.rs422.util - package org.mbari.vcr4j.rs422.util
 
OTHER_ERROR - Static variable in class org.mbari.vcr4j.rs422.RS422Error
 
OTHER_STATUS_REPLY - Static variable in class org.mbari.vcr4j.rs422.RS422State
Corrected LTC time data
OVERRUN_ERROR - Static variable in class org.mbari.vcr4j.rs422.RS422Error
SONY - Overran the VCR's command buffer

P

PARITY_ERROR - Static variable in class org.mbari.vcr4j.rs422.RS422Error
SONY - Parity error on a command byte
PAUSE - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
Pause - this was passed to me from Danelle Cline for the JVC VCR.
PLAY_FWD - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
Play command
PRESET_TIMECODE - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
preset time code command
PRESET_USERBITS - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
get cue up status command
PresetTimecodeCmd - Class in org.mbari.vcr4j.rs422.commands
 
PresetTimecodeCmd(Timecode) - Constructor for class org.mbari.vcr4j.rs422.commands.PresetTimecodeCmd
 
PresetUserbitsCmd - Class in org.mbari.vcr4j.rs422.commands
 
PresetUserbitsCmd(byte[]) - Constructor for class org.mbari.vcr4j.rs422.commands.PresetUserbitsCmd
 

R

readResponse(byte[], VideoCommand) - Method in class org.mbari.vcr4j.rs422.RS422VideoIO
Reads the response to a command from the serial port connected to the VCR.
RECORD - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
Record command
RECORD - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422VideoCommands
 
RELEASE_TAPE - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
Release tape command
RELEASE_TAPE - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422VideoCommands
 
REQUEST_LOCAL_DISABLE - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422VideoCommands
 
REQUEST_LOCAL_ENABLE - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422VideoCommands
 
REQUEST_LTIMECODE - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422VideoCommands
 
REQUEST_LUSERBITS - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422VideoCommands
 
REQUEST_USERBITS - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422VideoCommands
 
REQUEST_VTIMECODE - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422VideoCommands
 
REQUEST_VUSERBITS - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422VideoCommands
 
RequestUserbitsAsTimeCmd - Class in org.mbari.vcr4j.rs422.commands
At MBARI, we write time to the userbits track.
REWIND - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
Rewind command
RS422ByteCommands - Enum Class in org.mbari.vcr4j.rs422.commands
This file contains the mappings fo the various VCR commands to the corresponding byte arrays.
RS422Error - Class in org.mbari.vcr4j.rs422
 
RS422Error(int) - Constructor for class org.mbari.vcr4j.rs422.RS422Error
 
RS422Error(int, String, VideoCommand<?>) - Constructor for class org.mbari.vcr4j.rs422.RS422Error
 
RS422Error(int, VideoCommand<?>) - Constructor for class org.mbari.vcr4j.rs422.RS422Error
 
RS422Error(String) - Constructor for class org.mbari.vcr4j.rs422.RS422Error
 
RS422Error(String, VideoCommand<?>) - Constructor for class org.mbari.vcr4j.rs422.RS422Error
 
RS422ErrorAsString - Class in org.mbari.vcr4j.rs422.decorators
 
RS422ErrorAsString(RS422Error) - Constructor for class org.mbari.vcr4j.rs422.decorators.RS422ErrorAsString
 
RS422Exception - Exception in org.mbari.vcr4j.rs422
 
RS422Exception() - Constructor for exception org.mbari.vcr4j.rs422.RS422Exception
 
RS422Exception(String) - Constructor for exception org.mbari.vcr4j.rs422.RS422Exception
 
RS422Exception(String, Throwable) - Constructor for exception org.mbari.vcr4j.rs422.RS422Exception
 
RS422Exception(String, Throwable, boolean, boolean) - Constructor for exception org.mbari.vcr4j.rs422.RS422Exception
 
RS422Exception(Throwable) - Constructor for exception org.mbari.vcr4j.rs422.RS422Exception
 
RS422LoggingDecorator - Class in org.mbari.vcr4j.rs422.decorators
 
RS422LoggingDecorator(VCRVideoIO) - Constructor for class org.mbari.vcr4j.rs422.decorators.RS422LoggingDecorator
 
RS422ResponseParser - Class in org.mbari.vcr4j.rs422
 
RS422ResponseParser() - Constructor for class org.mbari.vcr4j.rs422.RS422ResponseParser
 
RS422State - Class in org.mbari.vcr4j.rs422
 
RS422State(long) - Constructor for class org.mbari.vcr4j.rs422.RS422State
 
RS422StatusDecorator - Class in org.mbari.vcr4j.rs422.decorators
The VideoIO simply executes the commands send.
RS422StatusDecorator(VCRVideoIO) - Constructor for class org.mbari.vcr4j.rs422.decorators.RS422StatusDecorator
 
RS422Timecode - Class in org.mbari.vcr4j.rs422
 
RS422Timecode(byte[]) - Constructor for class org.mbari.vcr4j.rs422.RS422Timecode
 
RS422TimecodeAsString - Class in org.mbari.vcr4j.rs422.decorators
 
RS422TimecodeAsString(RS422Timecode) - Constructor for class org.mbari.vcr4j.rs422.decorators.RS422TimecodeAsString
 
RS422Userbits - Class in org.mbari.vcr4j.rs422
 
RS422Userbits(byte[]) - Constructor for class org.mbari.vcr4j.rs422.RS422Userbits
 
RS422VideoCommands - Enum Class in org.mbari.vcr4j.rs422.commands
These commands augment the default VideoCommands set with ones that are specific to RS422.
RS422VideoIO - Class in org.mbari.vcr4j.rs422
 
RS422VideoIO(InputStream, OutputStream, long) - Constructor for class org.mbari.vcr4j.rs422.RS422VideoIO
 

S

send(A) - Method in class org.mbari.vcr4j.rs422.RS422VideoIO
 
sendCommand(byte[], VideoCommand<?>) - Method in class org.mbari.vcr4j.rs422.RS422VideoIO
Sends a command, in the format of a byte[], to the VCR.
SHUTTLE_FWD - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
Shuttle forward command.
SHUTTLE_REV - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
Shuttle reverse command.
SONY_SEEK_TIMECODE - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
Seek time code command.
STATUS_REPLY - Static variable in class org.mbari.vcr4j.rs422.RS422State
 
STOP - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
Stop command
STOPPED - Static variable in class org.mbari.vcr4j.rs422.RS422State
 
STS_BAD_COMM - Static variable in class org.mbari.vcr4j.rs422.RS422State
bit representing bad communications.
STS_CUE_UP - Static variable in class org.mbari.vcr4j.rs422.RS422State
bit representing cueing status.
STS_DIRECTION - Static variable in class org.mbari.vcr4j.rs422.RS422State
Bit representing direction, 1 = reverse, 0= forward Sony documentation states STS_DIRECTION = 0x0040000L.
STS_FAST_FWD - Static variable in class org.mbari.vcr4j.rs422.RS422State
Bit representing fast-forward mode.
STS_HW_ERROR - Static variable in class org.mbari.vcr4j.rs422.RS422State
bit representing hardware error, 1 = error, 0 = no error.
STS_JOG - Static variable in class org.mbari.vcr4j.rs422.RS422State
bit representing jog mode, 1 = jog mode, 0 = not jog mode.
STS_LOCAL - Static variable in class org.mbari.vcr4j.rs422.RS422State
 
STS_PLAY - Static variable in class org.mbari.vcr4j.rs422.RS422State
Bit representing play mode.
STS_RECORD - Static variable in class org.mbari.vcr4j.rs422.RS422State
Bit representing record mode.
STS_REWIND - Static variable in class org.mbari.vcr4j.rs422.RS422State
Bit representing rewind mode.
STS_SERVO_LOCK - Static variable in class org.mbari.vcr4j.rs422.RS422State
Bit representing servo lock.
STS_SERVO_REF - Static variable in class org.mbari.vcr4j.rs422.RS422State
1 when the signal selected by the SERVO REF selector on the front panel is not inputted.
STS_SHUTTLE - Static variable in class org.mbari.vcr4j.rs422.RS422State
Bit representing shuttle mode, 1 = vcr is shuttiling, 0= is not shuttiling.
STS_STANDBY - Static variable in class org.mbari.vcr4j.rs422.RS422State
Bit representing stand-by mode.
STS_STILL - Static variable in class org.mbari.vcr4j.rs422.RS422State
bit reprepresenting still status, 1 when the tape stops during stop or search mode and the CONTROLLED DEVICE goes into the still mode.
STS_STOP - Static variable in class org.mbari.vcr4j.rs422.RS422State
Bit representing stop mode.
STS_TAPE_END - Static variable in class org.mbari.vcr4j.rs422.RS422State
Bit indicating if the end of the tape has been reached.
STS_TAPE_TROUBLE - Static variable in class org.mbari.vcr4j.rs422.RS422State
bit representing tape trouble, 1 = trouble, 0 = no trouble.
STS_TSO - Static variable in class org.mbari.vcr4j.rs422.RS422State
Bit representing auto edit mode, 1 when the VCR is in auto edit mode, 0 otherwise.
STS_UNTHREAD - Static variable in class org.mbari.vcr4j.rs422.RS422State
WARNING: This bit maks is incorrectly defined in the sony documentation.
STS_VARSPEED - Static variable in class org.mbari.vcr4j.rs422.RS422State
bit representing var mode.

T

timecodeToBytes(Timecode) - Static method in class org.mbari.vcr4j.rs422.commands.CommandToBytes
 
TIMEOUT - Static variable in class org.mbari.vcr4j.rs422.RS422Error
SONY - VCR reports Timeout on recieving command
TIMER1_TIMECODE - Static variable in class org.mbari.vcr4j.rs422.RS422Timecode
 
TIMER2_TIMECODE - Static variable in class org.mbari.vcr4j.rs422.RS422Timecode
 
timeToByte(int) - Static method in class org.mbari.vcr4j.rs422.RS422Timecode
 
toByteArray(char) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Converts an char to the corresponding byte[] array.
toByteArray(char, boolean) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Description of the Method
toByteArray(double) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Converts a double to the corresponding byte[] array.
toByteArray(double, boolean) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Converts a double to the corresponding byte[] array
toByteArray(float) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Converts a float to the corresponding byte[] array.
toByteArray(float, boolean) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Converts a float to the corresponding byte[] array
toByteArray(int) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Converts an integer to the corresponding byte[] array.
toByteArray(int, boolean) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Converts an integer to the corresponding byte[] array
toByteArray(long) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Converts a long to the corresponding byte[] array.
toByteArray(long, boolean) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Converts a long to the corresponding byte[] array
toByteArray(short) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Converts a short to the corresponding byte[] array.
toByteArray(short, boolean) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Converts a short to the corresponding byte[] array
toBytes(SeekElapsedTimeCmd) - Static method in class org.mbari.vcr4j.rs422.commands.CommandToBytes
 
toBytes(SeekTimecodeCmd) - Static method in class org.mbari.vcr4j.rs422.commands.CommandToBytes
 
toBytes(SeekTimestampCmd) - Static method in class org.mbari.vcr4j.rs422.commands.CommandToBytes
 
toBytes(ShuttleCmd) - Static method in class org.mbari.vcr4j.rs422.commands.CommandToBytes
 
toBytes(VideoCommands) - Static method in class org.mbari.vcr4j.rs422.commands.CommandToBytes
 
toBytes(PresetTimecodeCmd) - Static method in class org.mbari.vcr4j.rs422.commands.CommandToBytes
 
toBytes(PresetUserbitsCmd) - Static method in class org.mbari.vcr4j.rs422.commands.CommandToBytes
 
toBytes(RS422VideoCommands) - Static method in class org.mbari.vcr4j.rs422.commands.CommandToBytes
 
toChar(byte[]) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Convert a byte[] (most significant byte first) to the corresponding char value.
toChar(byte[], boolean) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Convert a byte[] to the corresponding char value.
toDouble(byte[]) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Convert a byte[] (most significant byte first) to the corresponding double value.
toDouble(byte[], boolean) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Convert a byte[] to the corresponding double value.
toFloat(byte[]) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Convert a byte[] (most significant byte first) to the corresponding float value.
toFloat(byte[], boolean) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Convert a byte[] to the corresponding float value.
toHexString(byte[]) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Format a byte array as a hexadecimal string.
toInt(byte[]) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Convert a byte[] (most significant byte first) to the corresponding int value.
toInt(byte[], boolean) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Convert a byte[] to the corresponding int value.
toLong(byte[]) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Convert a byte[] (most significant byte first) to the corresponding long value.
toLong(byte[], boolean) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Convert a byte[] to the corresponding long value.
toShort(byte[]) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Convert a byte[] (most significant byte first) to the corresponding short value.
toShort(byte[], boolean) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Convert a byte[] to the corresponding short value.
toString() - Method in class org.mbari.vcr4j.rs422.decorators.RS422ErrorAsString
 
toString() - Method in class org.mbari.vcr4j.rs422.decorators.RS422TimecodeAsString
 
toString() - Method in class org.mbari.vcr4j.rs422.RS422Timecode
 

U

UNDEFINED - Enum constant in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
Request the type of VCR (i.e.
UNDEFINED_COMMAND - Static variable in class org.mbari.vcr4j.rs422.RS422Error
SONY - Invalid command sent to VCR
unsignedBytetoInt(byte) - Static method in class org.mbari.vcr4j.rs422.util.NumberUtilities
Convert an unsigned byte to an integer
unsubscribe() - Method in class org.mbari.vcr4j.rs422.decorators.RS422LoggingDecorator
 
unsubscribe() - Method in class org.mbari.vcr4j.rs422.decorators.RS422StatusDecorator
 
unsubscribe() - Method in class org.mbari.vcr4j.rs422.decorators.UserbitsAsTimeDecorator
 
update(byte[], byte[], byte[], byte[]) - Method in class org.mbari.vcr4j.rs422.RS422ResponseParser
 
update(byte[], byte[], byte[], byte[], VideoCommand) - Method in class org.mbari.vcr4j.rs422.RS422ResponseParser
Update the state objects associated with the VCR's response
userbitsAsInstant(byte[]) - Static method in class org.mbari.vcr4j.rs422.decorators.UserbitsAsTimeDecorator
 
UserbitsAsTimeDecorator - Class in org.mbari.vcr4j.rs422.decorators
Decorator that listens for RequestUserbitsAsTimeCmds.
UserbitsAsTimeDecorator(VCRVideoIO) - Constructor for class org.mbari.vcr4j.rs422.decorators.UserbitsAsTimeDecorator
 

V

valueOf(String) - Static method in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.mbari.vcr4j.rs422.commands.RS422VideoCommands
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.mbari.vcr4j.rs422.commands.RS422ByteCommands
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.mbari.vcr4j.rs422.commands.RS422VideoCommands
Returns an array containing the constants of this enum class, in the order they are declared.
vcr4j.rs422 - module vcr4j.rs422
 
VCRVideoIO - Interface in org.mbari.vcr4j.rs422
 
VTC_TIMECODE - Static variable in class org.mbari.vcr4j.rs422.RS422Timecode
 
VTC_USERBITS - Static variable in class org.mbari.vcr4j.rs422.RS422Userbits
 
VTC_USERBITS_HOLD - Static variable in class org.mbari.vcr4j.rs422.RS422Userbits
 

Z

ZERO - Static variable in class org.mbari.vcr4j.rs422.RS422Timecode
 
A B C D E F G H I L N O P R S T U V Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form