August'24: Kamaelia is in maintenance mode and will recieve periodic updates, about twice a year,
primarily targeted around Python 3 and ecosystem compatibility.
PRs are always welcome. Latest Release: 1.14.32 (2024/3/24)
Kamaelia.SampleTemplateComponent.CallbackStyleComponent
class
CallbackStyleComponent(Axon.Component.component)
Inboxes
- control : Secondary inbox often used for signals. The closest
analogy is unix signals
- inbox : Default inbox for bulk data. Used in a pipeline much like
stdin
Outboxes
- outbox : Default data out outbox, used in a pipeline much like
stdout
- signal : The default signal based outbox - kinda like stderr, but
more for sending singal type signals
Methods defined here
__init__(self, label,
looptimes, selfstart)
closeDownComponent(self)
initialiseComponent(self)
mainBody(self)
Feedback
Got a problem with the documentation? Something unclear, could be
clearer? Want to help with improving? Constructive criticism, preferably
in the form of suggested rewording is very welcome.
Please leave the feedback here,
in reply to the documentation thread in the Kamaelia blog.