LCM .NET API
Public Member Functions | List of all members
LCM.LCM.LCMEncodable Interface Reference

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...
 

Detailed Description

A message which can be easily sent using LCM.

Member Function Documentation

◆ _decodeRecursive()

void LCM.LCM.LCMEncodable._decodeRecursive ( LCMDataInputStream  ins)

Decode the data without the magic header. Most users will never use this function.

Parameters
ins

◆ _encodeRecursive()

void LCM.LCM.LCMEncodable._encodeRecursive ( LCMDataOutputStream  outs)

Encode the data without the magic header. Most users will never use this function.

Parameters
outs

◆ Encode()

void LCM.LCM.LCMEncodable.Encode ( LCMDataOutputStream  outs)

Invoked by LCM.

Parameters
outsany data to be sent should be written to this output stream.

The documentation for this interface was generated from the following file: