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

Axon.Ipc.py

Version: Axon 1.0

...

Pydoc Style Documentation

Class hierarchy

__builtin__.object

ipc - Message base class

errorInformation - A message to indicate that a non fatal error has occured in the component. It may skip processing errored data but should respond correctly to future messages.

newComponent - Message used to inform the scheduler of a new component that needs a thread of control and activating

notify - Message used to notify the system of an event

producerFinished - Message to indicate that the producer has completed its work and will produce no more output.

shutdownMicroprocess -

status - General Status message

wouldblock - Message used to indicate to the scheduler that the system is likely to block now, why, and reasons to awaken the system

Testdoc Documentation

errorInformation.__init__

ipc

newComponent.__init__

newComponent.components

notify.__init__

producerFinished.__init__

shutdownMicroprocess.__init__

shutdownMicroprocess.microprocesses

status.__init__

status.status

test_SmokeTest.__init__

wouldblock.__init__

Michael, December 2004