The ActorInterface defines what an Actor actually is: an locatable, named
object that is able to communicate, and able to schedule events on a
simulator.
The maximum transmission frequency indicates the average number of
messages (say 1 page with data) that can be sent per second over the
communication channel.
The maximum transmission frequency indicates the average number of
messages (say 1 page with data) that can be sent per second over the
communication channel.
A MessageHandler that implements the MessageHandlerInterface should be able
to take a MessageQueue from a device, and take one or more messages out of
the queue, and prepare the messages fro further handling.
The ReceivingDeviceInterface, which extends the standard functionality of a
device by adding a method to receive a message, and a method to retrieve the
queue of messages that have already been received.