Here is a list of all documented namespaces with brief descriptions:
[detail level 1234]
▼NLCM | |
▼NLCM | |
CLCM | Lightweight Communications and Marshalling C#.NET implementation |
CLCMDataInputStream | Will not throw EOF |
CLCMDataOutputStream | |
CLCMEncodable | A message which can be easily sent using LCM |
CLCMSubscriber | A class which listens for messages on a particular channel |
▼CMessageAggregator | Accumulates received LCM messages in a queue |
CMessage | A received message |
CProvider | 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 |
CTCPProvider | 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 |
CTCPService | |
CUDPMulticastProvider | 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 |
CURLParser | Internal URL parsing engine |
▼NServer | |
CServer | Simple TCP provider server implementation |
NUtil | |