netmsgs  1.2.2
RoadNarrows Robotics Network Messaging Package
NetMsgs.NetMsgsLibStreamBuf Namespace Reference

NetMsgs Run-Time Library Packing and Unpacking Stream Buffer Module. More...

Classes

class  NetMsgsStreamBuf
 

Variables

string space = lambdaindent:"%*s"
 space over
 

Detailed Description

NetMsgs Run-Time Library Packing and Unpacking Stream Buffer Module.

LastChangedDate
2012-12-11 14:28:44 -0700 (Tue, 11 Dec 2012)
Rev
2574

The NetMsgsLibStreamBuf module defines the base NetMsgsStreamBuf run-time class. The NetMsgsStreamBuf class provides all serialized stream buffer packing and de-serialized stream buffer unpacking virtual functionality. Packed buffers are transportable across a network of heterogenous nodes.

The NetMsgsStreamBuf class assumes a (generated) python data structures of the form define by the NetMsgsGenPy module given an NetMsgs XML input specification.

The particular message encodings are defined in derived classes such as NetMsgsFlat and NetMsgsITV. Other encoded message classes should derive from the NetMsgsStreamBuf class.

See also
PyDoc Generated Documentation
Author
Robin Knight (robin.nosp@m..kni.nosp@m.ght@r.nosp@m.oadn.nosp@m.arrow.nosp@m.s.co.nosp@m.m)