LCM .NET API
|
A class which listens for messages on a particular channel. More...
Public Member Functions | |
void | MessageReceived (LCM lcm, string channel, LCMDataInputStream ins) |
Invoked by LCM when a message is received. More... | |
A class which listens for messages on a particular channel.
void LCM.LCM.LCMSubscriber.MessageReceived | ( | LCM | lcm, |
string | channel, | ||
LCMDataInputStream | ins | ||
) |
Invoked by LCM when a message is received.
This method is invoked from the LCM thread.
lcm | the LCM instance that received the message |
channel | the channel on which the message was received |
ins | the message contents |
Implemented in LCM.LCM.MessageAggregator.