LCM .NET API
|
A message which can be easily sent using LCM. More...
Public Member Functions | |
void | Encode (LCMDataOutputStream outs) |
Invoked by LCM. More... | |
void | _encodeRecursive (LCMDataOutputStream outs) |
Encode the data without the magic header. Most users will never use this function. More... | |
void | _decodeRecursive (LCMDataInputStream ins) |
Decode the data without the magic header. Most users will never use this function. More... | |
A message which can be easily sent using LCM.
void LCM.LCM.LCMEncodable._decodeRecursive | ( | LCMDataInputStream | ins | ) |
Decode the data without the magic header. Most users will never use this function.
ins |
void LCM.LCM.LCMEncodable._encodeRecursive | ( | LCMDataOutputStream | outs | ) |
Encode the data without the magic header. Most users will never use this function.
outs |
void LCM.LCM.LCMEncodable.Encode | ( | LCMDataOutputStream | outs | ) |
Invoked by LCM.
outs | any data to be sent should be written to this output stream. |