Contents:
FileInputDriver
FileOutputDriver
InputDriver
OutputDriver
Class that sends messages read from a file.
name (str) – Name of the queue that messages should be sent to.
args (str) – Path to the file that messages should be read from.
**kwargs – Additional keyword arguments are passed to the parent class.
Class to handle output of received messages to a file.
name (str) – Name of the output queue to receive messages from.
args (str) – Path to the file that messages should be written to.
Driver for receiving input from another model’s comm via a local comm.
name (str) – The name of the local message comm that the driver should connect to.
args (str) – The name of the other message comm that the driver should connect to.
**kwargs – Additional keyword arguments are passed to parent class.
Driver for sending output to another model’s comm via a local comm.
args (str) – The name of the other message comme that the driver should connect to.