LCM .NET API
|
▼CSystem.IO.BinaryReader | |
CLCM.LCM.LCMDataInputStream | Will not throw EOF |
▼CSystem.IO.BinaryWriter | |
CLCM.LCM.LCMDataOutputStream | |
CLCM.LCM.LCM | Lightweight Communications and Marshalling C#.NET implementation |
CLCM.LCM.LCMEncodable | A message which can be easily sent using LCM |
▼CLCM.LCM.LCMSubscriber | A class which listens for messages on a particular channel |
CLCM.LCM.MessageAggregator | Accumulates received LCM messages in a queue |
CLCM.LCM.MessageAggregator.Message | A received message |
▼CLCM.LCM.Provider | A provider implements a communications modality for LCM. (I.e., a URL handler.) The provider should call LC.receiveMessage() upon receipt of a message. LCM.ReceiveMessage() is thread-safe and can be called from any thread |
CLCM.LCM.TCPProvider | LCM provider for the tcp: URL. All messages are sent to a central "hub" process (that must be started separately), which will relay the messages to all other processes. TCPService is an implementation of the hub process |
CLCM.LCM.UDPMulticastProvider | LCM provider for the udpm: URL. All messages are broadcast over a pre-arranged UDP multicast address. Subscription operations are a no-op, since all messages are always broadcast |
CLCM.Server.Server | Simple TCP provider server implementation |
CLCM.LCM.TCPService | |
CLCM.LCM.URLParser | Internal URL parsing engine |