April 2024 - This site, and Kamaelia are being updated. There is significant work needed, and PRs are welcome.

Kamaelia.Device.DVB.EIT


Kamaelia.Device.DVB.EIT.EITPacketParser

class EITPacketParser(Axon.Component.component)

Parses EIT packets and extracts NOW & NEXT short event descriptions for channels within this transport stream.

(Ignores events belonging to other multiplexes)

Inboxes

  • control : NOT USED
  • inbox : PES packets

Outboxes

  • outbox : Parsed NOW and NEXT EIT events
  • signal : NOT USED

Methods defined here

Warning!

You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers.

main(self)

shutdown(self)

Kamaelia.Device.DVB.EIT.NowNextChanges

class NowNextChanges(Axon.Component.component)

Simple attempt to filter DVB now and next info for multiple services, such that we only send output when the data changes.

Inboxes

Outboxes

Methods defined here

Warning!

You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers.

main(self)

shutdown(self)

Kamaelia.Device.DVB.EIT.NowNextServiceFilter

class NowNextServiceFilter(Axon.Component.component)

Filters now/next event data for only specified services.

Inboxes

Outboxes

Methods defined here

Warning!

You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers.

__init__(self, *services)

main(self)

shutdown(self)

Kamaelia.Device.DVB.EIT.PSIPacketReconstructor

class PSIPacketReconstructor(Axon.Component.component)

Takes DVB Transport stream packets for a given PID and reconstructs the PSI packets from within the stream.

Will only handle stream from a single PID.

Inboxes

Outboxes

Methods defined here

Warning!

You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers.

main(self)

shutdown(self)

Kamaelia.Device.DVB.EIT.TimeAndDatePacketParser

class TimeAndDatePacketParser(Axon.Component.component)

Parses "Time and Date" packets.

Inboxes

  • control : NOT USED
  • inbox : PES packets

Outboxes

  • outbox : Parsed date and time
  • signal : NOT USED

Methods defined here

Warning!

You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers.

main(self)

shutdown(self)

Feedback

Got a problem with the documentation? Something unclear that could be clearer? Want to help improve it? Constructive criticism is very welcome - especially if you can suggest a better rewording!

Please leave you feedback here in reply to the documentation thread in the Kamaelia blog.

-- Automatic documentation generator, 05 Jun 2009 at 03:01:38 UTC/GMT