Publisher

class zeeko.messages.publisher.Publisher

Bases: object

A collection of arrays which are published for consumption as a telemetry stream.

Attributes Summary

framecount A counter incremented each time a message is sent by this publisher.
last_message Return the raw timestamp for the last message

Methods Summary

enable_hardcopy(self) Enable hardcopy on send.
publish(self, Socket socket, int flags=0) Publish all registered arrays.

Attributes Documentation

framecount

A counter incremented each time a message is sent by this publisher.

last_message

Return the raw timestamp for the last message

Methods Documentation

enable_hardcopy(self)

Enable hardcopy on send.

publish(self, Socket socket, int flags=0)

Publish all registered arrays.