Skip navigation links
Data In Motion Consulting GmbH
A B C D E F G H I L M N O P R S T U V 

A

addBusChangeListener(BusChangeListener) - Method in class com.github.kayak.core.Bus
A BusChangeListener may use this method if he wants to be notified about changes to the bus like added connections etc.
addConsumer(Node) - Method in class com.github.kayak.core.description.SignalDescription
 
addEventFrameListener(EventFrameListener) - Method in class com.github.kayak.core.Bus
 
addLabel(Label) - Method in class com.github.kayak.core.description.SignalDescription
 
addMessageDescription(MessageDescription) - Method in class com.github.kayak.core.description.BusDescription
 
addMultiplex(MultiplexDescription) - Method in class com.github.kayak.core.description.MessageDescription
 
addSendJob(int, boolean, byte[], int, int) - Method in class com.github.kayak.core.BCMConnection
 
addSendJob(int, boolean, byte[], long) - Method in class com.github.kayak.core.Bus
 
addSignal(SignalDescription) - Method in class com.github.kayak.core.description.MessageDescription
 
addSubscription(Subscription) - Method in class com.github.kayak.core.Bus
 
addSubscription(Subscription) - Method in interface com.github.kayak.core.SubscriptionChangeListener
 
aliasChanged(String) - Method in interface com.github.kayak.core.BusChangeListener
 

B

BCMConnection - Class in com.github.kayak.core
A RAWConnection extends the SocketcandConnection and adds methods that bring a socketcand in BCM mode.
BCMConnection(BusURL) - Constructor for class com.github.kayak.core.BCMConnection
 
BufferedLineReader - Class in com.github.kayak.core
A buffered line reader for files.
BufferedLineReader(File, long) - Constructor for class com.github.kayak.core.BufferedLineReader
 
build() - Method in class org.gecko.adapter.can.CanContextBuilder
 
build() - Method in class org.gecko.adapter.can.CanContextBuilder
 
Bus - Class in com.github.kayak.core
A Bus is the virtual representation of a CAN bus.
Bus() - Constructor for class com.github.kayak.core.Bus
 
BUS_NAME_PATTERN - Static variable in class com.github.kayak.core.Bus
 
BusChangeListener - Interface in com.github.kayak.core
 
BusDescription - Class in com.github.kayak.core.description
 
BusDescription(Document) - Constructor for class com.github.kayak.core.description.BusDescription
 
busName - Variable in class com.github.kayak.core.SocketcandConnection
 
BusURL - Class in com.github.kayak.core
URL class that absoulutely defines the connection parameters for a single bus that is provided by a socketcand
BusURL(String, int, String) - Constructor for class com.github.kayak.core.BusURL
 
byteArrayToHexString(byte[], boolean) - Static method in class com.github.kayak.core.Util
Returns a hex string representation of a byte array.
byteToHexString(byte) - Static method in class com.github.kayak.core.Util
 

C

CanContext - Class in org.gecko.adapter.can
Context for the CAN message adapter
CanContext - Class in org.gecko.adapter.can
Context for the CAN message adapter
CanContext() - Constructor for class org.gecko.adapter.can.CanContext
 
CanContext() - Constructor for class org.gecko.adapter.can.CanContext
 
CanContextBuilder - Class in org.gecko.adapter.can
Context builder for the CAN context
CanContextBuilder - Class in org.gecko.adapter.can
Context builder for the CAN context
CanContextBuilder() - Constructor for class org.gecko.adapter.can.CanContextBuilder
 
CanContextBuilder() - Constructor for class org.gecko.adapter.can.CanContextBuilder
 
CanMessage - Interface in org.gecko.adapter.can
A can specific message
CanMessage - Interface in org.gecko.adapter.can
A can specific message
CanService - Class in org.gecko.adapter.can.impl
Can Service implementation
CanService() - Constructor for class org.gecko.adapter.can.impl.CanService
 
checkConnection() - Method in class com.github.kayak.core.BusURL
 
clear() - Method in class com.github.kayak.core.Subscription
Remove all identifiers from the subscription.
close() - Method in class com.github.kayak.core.BCMConnection
 
close() - Method in class com.github.kayak.core.BufferedLineReader
 
close() - Method in class com.github.kayak.core.ControlConnection
 
close() - Method in class com.github.kayak.core.RAWConnection
 
close() - Method in class org.gecko.adapter.can.impl.CanService
 
compare(Frame, Frame) - Method in class com.github.kayak.core.Frame.IdentifierComparator
 
compare(Frame, Frame) - Method in class com.github.kayak.core.Frame.TimestampComparator
 
connectionChanged() - Method in interface com.github.kayak.core.BusChangeListener
 
ControlConnection - Class in com.github.kayak.core
 
ControlConnection(BusURL) - Constructor for class com.github.kayak.core.ControlConnection
 
createBusDescription() - Method in class com.github.kayak.core.description.Document
 
createMultiplexDescription() - Method in class com.github.kayak.core.description.MessageDescription
 
createMultiplexedSignal(long) - Method in class com.github.kayak.core.description.MultiplexDescription
 
createNode(String, String) - Method in class com.github.kayak.core.description.Document
 
createSignalDescription() - Method in class com.github.kayak.core.description.MessageDescription
 

D

DATA_FLAVOR - Static variable in class com.github.kayak.core.BusURL
 
decodeData(byte[]) - Method in class com.github.kayak.core.description.MultiplexDescription
Decode data according to the multiplex and signal definition.
decodeData(byte[]) - Method in class com.github.kayak.core.description.SignalDescription
Decode the binary data according to the signal information in this description.
decodeFrame(Frame) - Method in class com.github.kayak.core.description.BusDescription
 
decodeFrame(Frame) - Method in class com.github.kayak.core.description.MessageDescription
 
DEFAULT_CAN_DEVICE - Static variable in class org.gecko.adapter.can.impl.CanService
 
DEFAULT_CAND_HOST - Static variable in class org.gecko.adapter.can.impl.CanService
 
DEFAULT_CAND_PORT - Static variable in class org.gecko.adapter.can.impl.CanService
 
deliverFrame(Frame, Bus) - Method in class com.github.kayak.core.Subscription
 
deregister(TimeEventReceiver) - Method in class com.github.kayak.core.TimeSource
 
descriptionChanged() - Method in interface com.github.kayak.core.BusChangeListener
 
DescriptionException - Exception in com.github.kayak.core.description
 
DescriptionException(DescriptionException.Cause) - Constructor for exception com.github.kayak.core.description.DescriptionException
 
DescriptionException.Cause - Enum in com.github.kayak.core.description
 
descriptionLinePattern - Static variable in class com.github.kayak.core.LogFile
 
DescriptionLoader - Interface in com.github.kayak.core.description
Interface that must be implemented by a factory that loads descriptions from files.
descriptionPattern - Static variable in class com.github.kayak.core.LogFile
 
destroy() - Method in class com.github.kayak.core.Bus
Shall be called if the bus is removed.
destroyed() - Method in interface com.github.kayak.core.BusChangeListener
 
deviceAliasLinePattern - Static variable in class com.github.kayak.core.LogFile
 
disableStatistics() - Method in class com.github.kayak.core.Bus
 
disableStatistics() - Method in class com.github.kayak.core.ControlConnection
 
disconnect() - Method in class com.github.kayak.core.Bus
If the Bus was connected terminate all connections.
Document - Class in com.github.kayak.core.description
 
Document() - Constructor for class com.github.kayak.core.description.Document
 

E

enableStatistics(int) - Method in class com.github.kayak.core.Bus
 
equals(Object) - Method in class com.github.kayak.core.BusURL
 
equals(Object) - Method in class com.github.kayak.core.LogFile
 
EventFrame - Class in com.github.kayak.core
 
EventFrame(String) - Constructor for class com.github.kayak.core.EventFrame
 
EventFrameListener - Interface in com.github.kayak.core
EventFrameReceiver is a simple interface that must be implemented to be able to register to a bus and receive EventFrames.
extractBits(byte[], int, int, ByteOrder) - Static method in class com.github.kayak.core.description.SignalDescription
This function extracts a given number of bits out of a byte array starting at a given position.

F

Frame - Class in com.github.kayak.core
A frame is a atomic unit of data on a CAN bus.
Frame() - Constructor for class com.github.kayak.core.Frame
 
Frame(int, boolean, byte[]) - Constructor for class com.github.kayak.core.Frame
 
Frame(int, boolean, byte[], long) - Constructor for class com.github.kayak.core.Frame
 
Frame.FrameBusNamePair - Class in com.github.kayak.core
 
Frame.IdentifierComparator - Class in com.github.kayak.core
 
Frame.TimestampComparator - Class in com.github.kayak.core
 
FrameBusNamePair(Frame, String) - Constructor for class com.github.kayak.core.Frame.FrameBusNamePair
 
FrameListener - Interface in com.github.kayak.core
FrameReceiver is a simple interface that must be implemented to be able to register to a bus and receive frames.
fromLogFileNotation(String) - Static method in class com.github.kayak.core.Frame
 
fromString(String) - Static method in class com.github.kayak.core.BusURL
Build a new BusURL from a String.

G

getAlias() - Method in class com.github.kayak.core.Bus
Returns the human readable name of the bus.
getAlias(String) - Method in class com.github.kayak.core.LogFile
 
getAllIdentifiers(boolean) - Method in class com.github.kayak.core.Subscription
 
getAllLabels() - Method in class com.github.kayak.core.description.SignalDescription
 
getAllSignalDescriptions() - Method in class com.github.kayak.core.description.MultiplexDescription
Returns all signals within the multiplex group regardless of their mutliplex count value.
getAuthor() - Method in class com.github.kayak.core.description.Document
 
getBaudrate() - Method in class com.github.kayak.core.description.BusDescription
 
getBus() - Method in class com.github.kayak.core.BusURL
 
getBus() - Method in class com.github.kayak.core.Frame
 
getBus(String) - Method in class com.github.kayak.core.SeekableLogFileReplay
 
getBusDescriptions() - Method in class com.github.kayak.core.description.Document
 
getBusName() - Method in class com.github.kayak.core.Frame.FrameBusNamePair
 
getBusName() - Method in class com.github.kayak.core.SocketcandConnection
 
getBusses() - Method in class com.github.kayak.core.LogFile
 
getByteOrder() - Method in class com.github.kayak.core.description.MultiplexDescription
 
getByteOrder() - Method in class com.github.kayak.core.description.SignalDescription
 
getCompany() - Method in class com.github.kayak.core.description.Document
 
getCompressed() - Method in class com.github.kayak.core.LogFile
 
getConnection() - Method in class com.github.kayak.core.Bus
 
getConsumers() - Method in class com.github.kayak.core.description.SignalDescription
 
getCurrentTime() - Method in class com.github.kayak.core.SeekableLogFileReplay
The time between the first frame and the current frame
getData() - Method in class com.github.kayak.core.EventFrame
 
getData() - Method in class com.github.kayak.core.Frame
 
getData() - Method in class com.github.kayak.core.SendJob
 
getDate() - Method in class com.github.kayak.core.description.Document
 
getDescription() - Method in class com.github.kayak.core.Bus
 
getDescription() - Method in class com.github.kayak.core.BusURL
 
getDescription() - Method in class com.github.kayak.core.description.Signal
 
getDescription() - Method in class com.github.kayak.core.description.SignalDescription
 
getDescription() - Method in class com.github.kayak.core.LogFile
 
getDocument() - Method in class com.github.kayak.core.description.BusDescription
 
getElement() - Method in class com.github.kayak.core.SocketcandConnection
This method reads data from an InputStreamReader and tries to extract elements that are enclosed by '<' and '>'.
getExactString() - Method in class com.github.kayak.core.description.Signal
 
getFile() - Method in class com.github.kayak.core.LogFile
 
getFileName() - Method in class com.github.kayak.core.description.Document
 
getFileName() - Method in class com.github.kayak.core.LogFile
 
getFrame() - Method in class com.github.kayak.core.Frame.FrameBusNamePair
 
getHost() - Method in class com.github.kayak.core.BusURL
 
getHost() - Method in class com.github.kayak.core.SocketcandConnection
 
getHostName() - Method in class com.github.kayak.core.BusURL
 
getId() - Method in class com.github.kayak.core.description.Message
 
getId() - Method in class com.github.kayak.core.description.MessageDescription
 
getId() - Method in class com.github.kayak.core.description.Node
 
getId() - Method in class com.github.kayak.core.SendJob
 
getIdentifier() - Method in class com.github.kayak.core.EventFrame
 
getIdentifier() - Method in class com.github.kayak.core.Frame
 
getIn() - Method in class com.github.kayak.core.SeekableLogFileReplay
 
getIntegerString() - Method in class com.github.kayak.core.description.Signal
 
getIntercept() - Method in class com.github.kayak.core.description.SignalDescription
 
getInterval() - Method in class com.github.kayak.core.description.Message
 
getInterval() - Method in class com.github.kayak.core.description.MessageDescription
 
getInterval() - Method in class com.github.kayak.core.SendJob
Get the interval in microseconds
getLabel() - Method in class com.github.kayak.core.description.Label
 
getLabels() - Method in class com.github.kayak.core.description.Signal
 
getLength() - Method in class com.github.kayak.core.description.MultiplexDescription
 
getLength() - Method in class com.github.kayak.core.description.SignalDescription
 
getLength() - Method in class com.github.kayak.core.EventFrame
 
getLength() - Method in class com.github.kayak.core.Frame
 
getLength() - Method in class com.github.kayak.core.LogFile
 
getLength() - Method in class com.github.kayak.core.SeekableLogFileReplay
The time difference between the first frame in the file and the last frame
getListener() - Method in class com.github.kayak.core.SocketcandConnection
 
getMessage() - Method in exception com.github.kayak.core.description.DescriptionException
 
getMessage() - Method in class com.github.kayak.core.EventFrame
 
getMessageDescription() - Method in class com.github.kayak.core.description.SignalDescription
 
getMessages() - Method in class com.github.kayak.core.description.BusDescription
 
getMode() - Method in class com.github.kayak.core.TimeSource
 
getMultiplexAsSignal() - Method in class com.github.kayak.core.description.MultiplexDescription
 
getMultiplexCount() - Method in class com.github.kayak.core.description.SignalDescription
 
getMultiplexDescription() - Method in class com.github.kayak.core.description.SignalDescription
 
getMultiplexes() - Method in class com.github.kayak.core.description.MessageDescription
 
getName() - Method in class com.github.kayak.core.Bus
Returns the name of the bus.
getName() - Method in class com.github.kayak.core.description.BusDescription
 
getName() - Method in class com.github.kayak.core.description.Document
 
getName() - Method in class com.github.kayak.core.description.Message
 
getName() - Method in class com.github.kayak.core.description.MessageDescription
 
getName() - Method in class com.github.kayak.core.description.MultiplexDescription
 
getName() - Method in class com.github.kayak.core.description.Node
 
getName() - Method in class com.github.kayak.core.description.SignalDescription
 
getNodes() - Method in class com.github.kayak.core.description.Document
 
getNodeWithID(String) - Method in class com.github.kayak.core.description.Document
 
getNotes() - Method in class com.github.kayak.core.description.Signal
 
getNotes() - Method in class com.github.kayak.core.description.SignalDescription
 
getOffset() - Method in class com.github.kayak.core.description.MultiplexDescription
 
getOffset() - Method in class com.github.kayak.core.description.SignalDescription
 
getOut() - Method in class com.github.kayak.core.SeekableLogFileReplay
 
getParent() - Method in class com.github.kayak.core.description.SignalDescription
 
getPlatform() - Method in class com.github.kayak.core.LogFile
 
getPort() - Method in class com.github.kayak.core.BusURL
 
getPort() - Method in class com.github.kayak.core.SocketcandConnection
 
getPositionOfLastLine() - Method in class com.github.kayak.core.BufferedLineReader
 
getProducer() - Method in class com.github.kayak.core.description.Message
 
getProducer() - Method in class com.github.kayak.core.description.MessageDescription
 
getRawValue() - Method in class com.github.kayak.core.description.Signal
 
getReadableString() - Method in class com.github.kayak.core.description.Signal
 
getSignals() - Method in class com.github.kayak.core.description.Message
 
getSignals() - Method in class com.github.kayak.core.description.MessageDescription
 
getSize() - Method in class com.github.kayak.core.LogFile
 
getSlope() - Method in class com.github.kayak.core.description.SignalDescription
 
getStart() - Method in class com.github.kayak.core.description.Label
 
getStartPosition() - Method in class com.github.kayak.core.LogFile
 
getStartTime() - Method in class com.github.kayak.core.LogFile
 
getStatisticsReceiver() - Method in class com.github.kayak.core.ControlConnection
 
getStop() - Method in class com.github.kayak.core.description.Label
 
getStopTime() - Method in class com.github.kayak.core.LogFile
 
getSubscribeAll() - Method in class com.github.kayak.core.Subscription
Returns true if all IDs are subscribed by this Subscription
getSupportedExtensions() - Method in interface com.github.kayak.core.description.DescriptionLoader
 
getTime() - Method in class com.github.kayak.core.TimeSource
Returns the time (in milliseconds) since the creation of the TimeSource (or since the last stop).
getTimeSource() - Method in class com.github.kayak.core.Bus
 
getTimeSource() - Method in class com.github.kayak.core.LogFileReplay
 
getTimeSource() - Method in class com.github.kayak.core.SeekableLogFileReplay
 
getTimestamp() - Method in class com.github.kayak.core.BusURL
 
getTimestamp() - Method in class com.github.kayak.core.Frame
 
getTimestamp() - Method in interface org.gecko.adapter.can.CanMessage
Returns the message time-stamp
getTimestamp() - Method in interface org.gecko.adapter.can.CanMessage
Returns the message time-stamp
getTimestamp() - Method in class org.gecko.adapter.can.impl.SimpleCanMessage
 
getTransferData(DataFlavor) - Method in class com.github.kayak.core.BusURL
 
getTransferDataFlavors() - Method in class com.github.kayak.core.BusURL
 
getType() - Method in class com.github.kayak.core.description.MultiplexDescription
 
getType() - Method in class com.github.kayak.core.description.SignalDescription
 
getUnit() - Method in class com.github.kayak.core.description.Signal
 
getUnit() - Method in class com.github.kayak.core.description.SignalDescription
 
getValue() - Method in class com.github.kayak.core.description.Signal
 
getVersion() - Method in class com.github.kayak.core.description.Document
 

H

hashCode() - Method in class com.github.kayak.core.BusURL
 
hashCode() - Method in class com.github.kayak.core.LogFile
 
hexStringToBinaryString(String) - Static method in class com.github.kayak.core.Util
 
hexStringToByteArray(String) - Static method in class com.github.kayak.core.Util
Convert a hex string to a byte array.
hexStringToInt(String) - Static method in class com.github.kayak.core.Util
 
host - Variable in class com.github.kayak.core.SocketcandConnection
 

I

IdentifierComparator() - Constructor for class com.github.kayak.core.Frame.IdentifierComparator
 
includes(int, boolean) - Method in class com.github.kayak.core.Subscription
 
intToHexString(int) - Static method in class com.github.kayak.core.Util
 
isConnected() - Method in class com.github.kayak.core.BCMConnection
 
isConnected() - Method in class com.github.kayak.core.ControlConnection
 
isConnected() - Method in class com.github.kayak.core.RAWConnection
 
isDataFlavorSupported(DataFlavor) - Method in class com.github.kayak.core.BusURL
 
isExtended() - Method in class com.github.kayak.core.description.MessageDescription
 
isExtended() - Method in class com.github.kayak.core.Frame
 
isExtended() - Method in class com.github.kayak.core.SendJob
 
isIndexCreated() - Method in class com.github.kayak.core.SeekableLogFileReplay
 
isInfiniteReplay() - Method in class com.github.kayak.core.LogFileReplay
 
isInfiniteReplay() - Method in class com.github.kayak.core.SeekableLogFileReplay
True if the replay of the log file will be repeated infinitely
isInRange(long) - Method in class com.github.kayak.core.description.Label
 
isMultiplexed() - Method in class com.github.kayak.core.description.Signal
 
isMultiplexed() - Method in class com.github.kayak.core.description.SignalDescription
 
isMuted() - Method in class com.github.kayak.core.Subscription
 
isSending() - Method in class com.github.kayak.core.SendJob
 

L

Label - Class in com.github.kayak.core.description
A label maps specific signal raw values to a human readable label.
Label(long, String) - Constructor for class com.github.kayak.core.description.Label
 
Label(long, long, String) - Constructor for class com.github.kayak.core.description.Label
 
LogFile - Class in com.github.kayak.core
Represents an already existing log file.
LogFile(File) - Constructor for class com.github.kayak.core.LogFile
 
LogFileNotationPattern - Static variable in class com.github.kayak.core.Frame
 
LogFileReplay - Class in com.github.kayak.core
 
LogFileReplay(LogFile) - Constructor for class com.github.kayak.core.LogFileReplay
Create a new LogFileReplay with a specific LogFile.

M

Message - Class in com.github.kayak.core.description
 
Message() - Constructor for class com.github.kayak.core.description.Message
 
MessageDescription - Class in com.github.kayak.core.description
 
MessageDescription(int, boolean) - Constructor for class com.github.kayak.core.description.MessageDescription
 
MultiplexDescription - Class in com.github.kayak.core.description
Description of a multiplex field in a message.
MultiplexDescription(MessageDescription) - Constructor for class com.github.kayak.core.description.MultiplexDescription
 

N

nameChanged(String) - Method in interface com.github.kayak.core.BusChangeListener
 
nameComparator - Static variable in class com.github.kayak.core.BusURL
 
nameComparator - Static variable in class com.github.kayak.core.description.MessageDescription
 
nameComparator - Static variable in class com.github.kayak.core.description.Signal
 
nameComparator - Static variable in class com.github.kayak.core.description.SignalDescription
 
newEventFrame(EventFrame) - Method in interface com.github.kayak.core.EventFrameListener
 
newFrame(Frame) - Method in interface com.github.kayak.core.FrameListener
 
newFrame(Frame) - Method in class org.gecko.adapter.can.impl.CanService
 
Node - Class in com.github.kayak.core.description
 
Node(String, String) - Constructor for class com.github.kayak.core.description.Node
 

O

open() - Method in class com.github.kayak.core.BCMConnection
 
open() - Method in class com.github.kayak.core.ControlConnection
 
open() - Method in class com.github.kayak.core.RAWConnection
 
org.gecko.adapter.can - package org.gecko.adapter.can
 

P

parseFile(File) - Method in interface com.github.kayak.core.description.DescriptionLoader
 
pause() - Method in class com.github.kayak.core.TimeSource
Pauses the time.
paused() - Method in interface com.github.kayak.core.TimeEventReceiver
 
platformLinePattern - Static variable in class com.github.kayak.core.LogFile
 
platformPattern - Static variable in class com.github.kayak.core.LogFile
 
play() - Method in class com.github.kayak.core.TimeSource
If the TimeSource is not already running start the time.
played() - Method in interface com.github.kayak.core.TimeEventReceiver
 
port - Variable in class com.github.kayak.core.SocketcandConnection
 
publish(String, ByteBuffer) - Method in class org.gecko.adapter.can.impl.CanService
 
publish(String, ByteBuffer, MessagingContext) - Method in class org.gecko.adapter.can.impl.CanService
 

R

RAWConnection - Class in com.github.kayak.core
A RAWConnection extends the SocketcandConnection and adds methods that bring a socketcand in RAW mode.
RAWConnection(BusURL) - Constructor for class com.github.kayak.core.RAWConnection
 
readLine() - Method in class com.github.kayak.core.BufferedLineReader
 
register(TimeEventReceiver) - Method in class com.github.kayak.core.TimeSource
Register a TimeEventReceiver to receive information about changes of the TimeSource.
registerStatisticsReceiver(StatisticsListener) - Method in class com.github.kayak.core.Bus
 
removeBusChangeListener(BusChangeListener) - Method in class com.github.kayak.core.Bus
 
removeEventFrameListener(EventFrameListener) - Method in class com.github.kayak.core.Bus
 
removeSendJob(int, boolean) - Method in class com.github.kayak.core.BCMConnection
 
removeSendJob(int, boolean) - Method in class com.github.kayak.core.Bus
 
removeStatisticsReceiver(StatisticsListener) - Method in class com.github.kayak.core.Bus
 
requestStatistics(int) - Method in class com.github.kayak.core.ControlConnection
 
reset() - Method in class com.github.kayak.core.TimeSource
 
run() - Method in class com.github.kayak.core.ControlConnection
 

S

seek(long) - Method in class com.github.kayak.core.BufferedLineReader
 
SeekableLogFileReplay - Class in com.github.kayak.core
A log file replay that can seek to any position in the log file.
SeekableLogFileReplay(LogFile) - Constructor for class com.github.kayak.core.SeekableLogFileReplay
Create a new LogFileReplay with a specific LogFile.
seekTo(long) - Method in class com.github.kayak.core.LogFileReplay
 
seekTo(long) - Method in class com.github.kayak.core.SeekableLogFileReplay
Seek to a position in the log file relative to the first frame
sendEventFrame(EventFrame) - Method in class com.github.kayak.core.Bus
 
sendFrame(Frame) - Method in class com.github.kayak.core.BCMConnection
 
sendFrame(Frame) - Method in class com.github.kayak.core.Bus
Send a frame on the bus.
SendJob - Class in com.github.kayak.core
A send job sends a single CAN frame at a given interval time.
SendJob(int, boolean, byte[], long) - Constructor for class com.github.kayak.core.SendJob
 
setAlias(String) - Method in class com.github.kayak.core.Bus
 
setAuthor(String) - Method in class com.github.kayak.core.description.Document
 
setBaudrate(int) - Method in class com.github.kayak.core.description.BusDescription
 
setBus(String) - Method in class com.github.kayak.core.BusURL
 
setBus(Bus) - Method in class com.github.kayak.core.Frame
 
setBus(String, Bus) - Method in class com.github.kayak.core.LogFileReplay
Connect a bus to the LogFileReplay.
setBus(String, Bus) - Method in class com.github.kayak.core.SeekableLogFileReplay
Connect a bus to the LogFileReplay.
setByteOrder(ByteOrder) - Method in class com.github.kayak.core.description.MultiplexDescription
 
setByteOrder(ByteOrder) - Method in class com.github.kayak.core.description.SignalDescription
 
setCompany(String) - Method in class com.github.kayak.core.description.Document
 
setConnection(BusURL) - Method in class com.github.kayak.core.Bus
Connect the Bus to a given BusURL.
setData(byte[]) - Method in class com.github.kayak.core.EventFrame
 
setData(byte[]) - Method in class com.github.kayak.core.Frame
 
setData(byte[]) - Method in class com.github.kayak.core.SendJob
 
setDate(String) - Method in class com.github.kayak.core.description.Document
 
setDescription(BusDescription) - Method in class com.github.kayak.core.Bus
 
setDescription(String) - Method in class com.github.kayak.core.BusURL
 
setDescription(SignalDescription) - Method in class com.github.kayak.core.description.Signal
 
setDescription(String) - Method in class com.github.kayak.core.LogFile
 
setExtended(boolean) - Method in class com.github.kayak.core.SendJob
 
setFileName(String) - Method in class com.github.kayak.core.description.Document
 
setHost(String) - Method in class com.github.kayak.core.BusURL
 
setHostName(String) - Method in class com.github.kayak.core.BusURL
 
setId(int) - Method in class com.github.kayak.core.description.Message
 
setId(int) - Method in class com.github.kayak.core.SendJob
 
setIn(long) - Method in class com.github.kayak.core.SeekableLogFileReplay
 
setInfiniteReplay(boolean) - Method in class com.github.kayak.core.LogFileReplay
 
setInfiniteReplay(boolean) - Method in class com.github.kayak.core.SeekableLogFileReplay
 
setInput(InputStreamReader) - Method in class com.github.kayak.core.SocketcandConnection
 
setIntercept(double) - Method in class com.github.kayak.core.description.SignalDescription
 
setInterval(int) - Method in class com.github.kayak.core.description.Message
 
setInterval(int) - Method in class com.github.kayak.core.description.MessageDescription
 
setInterval(long) - Method in class com.github.kayak.core.SendJob
Set the interval in microseconds
setLabels(Set<String>) - Method in class com.github.kayak.core.description.Signal
 
setLength(int) - Method in class com.github.kayak.core.description.MultiplexDescription
 
setLength(int) - Method in class com.github.kayak.core.description.SignalDescription
 
setListener(FrameListener) - Method in class com.github.kayak.core.SocketcandConnection
 
setMultiplexed(boolean) - Method in class com.github.kayak.core.description.Signal
 
setMuted(Boolean) - Method in class com.github.kayak.core.Subscription
 
setName(String) - Method in class com.github.kayak.core.Bus
 
setName(String) - Method in class com.github.kayak.core.description.BusDescription
 
setName(String) - Method in class com.github.kayak.core.description.Document
 
setName(String) - Method in class com.github.kayak.core.description.Message
 
setName(String) - Method in class com.github.kayak.core.description.MessageDescription
 
setName(String) - Method in class com.github.kayak.core.description.MultiplexDescription
 
setName(String) - Method in class com.github.kayak.core.description.SignalDescription
 
setNotes(String) - Method in class com.github.kayak.core.description.Signal
 
setNotes(String) - Method in class com.github.kayak.core.description.SignalDescription
 
setOffset(int) - Method in class com.github.kayak.core.description.MultiplexDescription
 
setOffset(int) - Method in class com.github.kayak.core.description.SignalDescription
 
setOut(long) - Method in class com.github.kayak.core.SeekableLogFileReplay
 
setPlatform(String) - Method in class com.github.kayak.core.LogFile
 
setPort(int) - Method in class com.github.kayak.core.BusURL
 
setProducer(String) - Method in class com.github.kayak.core.description.Message
 
setProducer(Node) - Method in class com.github.kayak.core.description.MessageDescription
 
setRawValue(long) - Method in class com.github.kayak.core.description.Signal
 
setSignals(Set<Signal>) - Method in class com.github.kayak.core.description.Message
 
setSlope(double) - Method in class com.github.kayak.core.description.SignalDescription
 
setStatisticsReceiver(StatisticsListener) - Method in class com.github.kayak.core.ControlConnection
 
setSubscribeAll(Boolean) - Method in class com.github.kayak.core.Subscription
 
setTimeSource(TimeSource) - Method in class com.github.kayak.core.Bus
Set the TimeSource that will be used to coordinate the message flow on the bus (play, pause, timestamps...)
setTimeSource(TimeSource) - Method in class com.github.kayak.core.LogFileReplay
 
setTimeSource(TimeSource) - Method in class com.github.kayak.core.SeekableLogFileReplay
 
setTimestamp(long) - Method in class com.github.kayak.core.BusURL
 
setTimestamp(long) - Method in class com.github.kayak.core.Frame
 
setType(SignalDescription.Type) - Method in class com.github.kayak.core.description.MultiplexDescription
 
setType(SignalDescription.Type) - Method in class com.github.kayak.core.description.SignalDescription
 
setUnit(String) - Method in class com.github.kayak.core.description.Signal
 
setUnit(String) - Method in class com.github.kayak.core.description.SignalDescription
 
setValue(Double) - Method in class com.github.kayak.core.description.Signal
 
setVersion(String) - Method in class com.github.kayak.core.description.Document
 
Signal - Class in com.github.kayak.core.description
A signal is a single data value that can be extracted out of a Frame.
Signal() - Constructor for class com.github.kayak.core.description.Signal
 
SignalDescription - Class in com.github.kayak.core.description
A SignalDescription contains the parameters and methods to extract Signals from a Frame.
SignalDescription(MessageDescription) - Constructor for class com.github.kayak.core.description.SignalDescription
 
SignalDescription(MultiplexDescription, MessageDescription, long) - Constructor for class com.github.kayak.core.description.SignalDescription
 
SignalDescription.Type - Enum in com.github.kayak.core.description
 
SimpleCanMessage - Class in org.gecko.adapter.can.impl
 
SimpleCanMessage(int, ByteBuffer, long) - Constructor for class org.gecko.adapter.can.impl.SimpleCanMessage
Creates a new instance.
SocketcandConnection - Class in com.github.kayak.core
This abstract class provides some common methods that are necessary for socketcand connections.
SocketcandConnection() - Constructor for class com.github.kayak.core.SocketcandConnection
 
startSending(Bus) - Method in class com.github.kayak.core.SendJob
 
StatisticsListener - Interface in com.github.kayak.core
 
statisticsUpdated(long, long, long, long) - Method in interface com.github.kayak.core.StatisticsListener
 
stop() - Method in class com.github.kayak.core.TimeSource
 
stopped() - Method in interface com.github.kayak.core.TimeEventReceiver
 
stopSending() - Method in class com.github.kayak.core.SendJob
 
subscribe(int, boolean) - Method in class com.github.kayak.core.Subscription
Subscribe for a single identifier
subscribe(String) - Method in class org.gecko.adapter.can.impl.CanService
 
subscribe(String, MessagingContext) - Method in class org.gecko.adapter.can.impl.CanService
 
subscribed(int, boolean, Subscription) - Method in class com.github.kayak.core.Bus
 
subscribed(int, boolean, Subscription) - Method in interface com.github.kayak.core.SubscriptionChangeListener
 
subscribeTo(int, boolean, int, int) - Method in class com.github.kayak.core.BCMConnection
 
Subscription - Class in com.github.kayak.core
A Subscription describes the relation between a class that acts as a frame source and a class that wants to receive frames.
Subscription(FrameListener, SubscriptionChangeListener) - Constructor for class com.github.kayak.core.Subscription
Creates a new Subscription.
subscriptionAllChanged(boolean, Subscription) - Method in class com.github.kayak.core.Bus
 
subscriptionAllChanged(boolean, Subscription) - Method in interface com.github.kayak.core.SubscriptionChangeListener
 
SubscriptionChangeListener - Interface in com.github.kayak.core
 
subscriptionTerminated(Subscription) - Method in class com.github.kayak.core.Bus
 
subscriptionTerminated(Subscription) - Method in interface com.github.kayak.core.SubscriptionChangeListener
 

T

Terminate() - Method in class com.github.kayak.core.Subscription
Informs the SubscriptionChangeReceiver that the Subscription will not be used anymore and no more Frames shall be received.
TimeEventReceiver - Interface in com.github.kayak.core
 
TimeSource - Class in com.github.kayak.core
This class is used to synchronize the time between different busses or other classes.
TimeSource() - Constructor for class com.github.kayak.core.TimeSource
 
TimeSource.Mode - Enum in com.github.kayak.core
 
TimestampComparator() - Constructor for class com.github.kayak.core.Frame.TimestampComparator
 
toLogFileNotation() - Method in class com.github.kayak.core.EventFrame
 
toLogFileNotation() - Method in class com.github.kayak.core.Frame
 
toString() - Method in class com.github.kayak.core.Bus
 
toString() - Method in class com.github.kayak.core.BusURL
 
toString() - Method in class com.github.kayak.core.EventFrame
 
toString() - Method in class com.github.kayak.core.Frame
 
toURLString() - Method in class com.github.kayak.core.BusURL
 

U

unsubscribe(int, boolean) - Method in class com.github.kayak.core.Subscription
Remove a single identifier from the subscription.
unsubscribed(int, boolean, Subscription) - Method in class com.github.kayak.core.Bus
 
unsubscribed(int, boolean, Subscription) - Method in interface com.github.kayak.core.SubscriptionChangeListener
 
unsubscribeFrom(int, boolean) - Method in class com.github.kayak.core.BCMConnection
 
Util - Class in com.github.kayak.core
Utility class that provides the Kayak classes with methods to convert hex strings and byte arrays to the opposite.
Util() - Constructor for class com.github.kayak.core.Util
 

V

valueOf(String) - Static method in enum com.github.kayak.core.description.DescriptionException.Cause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.kayak.core.description.SignalDescription.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.kayak.core.TimeSource.Mode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.kayak.core.description.DescriptionException.Cause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.kayak.core.description.SignalDescription.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.kayak.core.TimeSource.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L M N O P R S T U V 
Skip navigation links
Data In Motion Consulting GmbH

Data In Motion Consulting GmbH