See: Description
Interface | Description |
---|---|
MemoryConfigSpaceRetriever.Callback | |
MemoryConfigurationService.McsReadHandler | |
MemoryConfigurationService.McsWriteHandler | |
MemoryConfigurationService.RequestWithNoReply |
Request memos that do not have to receive a reply datagram must implement this method in
order to allow the datagram transmit OK to be forwarded back to the client.
|
MemoryConfigurationService.RequestWithReplyDatagram |
Request memos that can receive a reply must implement this method to handle the response
datagram.
|
Class | Description |
---|---|
BitProducerConsumer |
Maintains a bit represented by two event IDs: one off, one on.
|
BlueGoldEngine |
Example of a OpenLCB algorithm for doing configuration with
small number of buttons.
|
BlueGoldExtendedEngine |
Example of a OpenLCB algorithm for doing configuration with
small number of buttons.
|
DatagramMeteringBuffer |
Accepts Datagrams over a Connection from "upstream", and meters them out
to "downstream" nodes (e.g.
|
DatagramReceiver |
Example of receiving a OpenLCB datagram.
|
DatagramService |
Service for sending and receiving data via datagrams.
|
DatagramService.DatagramServiceReceiveMemo | |
DatagramService.DatagramServiceTransmitMemo |
Memo class to hold information about request while
it's being processed.
|
DatagramService.ReplyMemo | |
DatagramTransmitter |
Example of sending a OpenLCB datagram.
|
DatagramUtils |
Created by bracz on 4/24/16.
|
EventFilterGateway |
Gateway that filters event messages that aren't needed.
|
EventTable |
EventTable keeps an in-memory representation of all currently known event IDs on the bus.
|
FakeMemoryConfigurationService |
Created by bracz on 11/9/16.
|
MemoryConfigSpaceRetriever |
Downloads the entire contents of a Memory Config space.
|
MemoryConfigurationService |
Service for reading and writing via the Memory Configuration protocol
|
MemoryConfigurationService.AddrSpaceDatagramMemo | |
MemoryConfigurationService.McsAddressedRequestMemo |
Common base class for all request/response memos that take a space byte and an address
offset, such as read, write, read stream, write stream.
|
MemoryConfigurationService.McsAddrSpaceMemo | |
MemoryConfigurationService.McsConfigMemo | |
MemoryConfigurationService.McsReadMemo | |
MemoryConfigurationService.McsRequestMemo | |
MemoryConfigurationService.McsWriteMemo | |
MemoryConfigurationService.McsWriteStreamMemo | |
ScatterGather |
Example of connecting a number of nodes.
|
SingleConsumer |
Example of a OpenLCB node that consumes one Event.
|
SingleConsumerNode |
Example of a OpenLCB node that consumes one Event.
|
SingleProducer |
Example of a producer component which can be grouped within
some larger Node to function.
|
SingleProducerNode |
Example of a OpenLCB node that produces one Event.
|
StreamReceiver |
Example of receiving a OpenLCB stream.
|
StreamTransmitter |
Example of sending a OpenLCB stream.
|
VersionedValue<T> |
Created by bracz on 12/30/15.
|
VersionedValueListener<T> |
Created by bracz on 12/30/15.
|
Exception | Description |
---|---|
VersionOutOfDateException |
Created by bracz on 12/30/15.
|
These are somewhere between functional tests and common code intended for reuse. They do useful things, but are probably not useful by themselves.
Copyright © 2017 The OpenLCB Group. All rights reserved.