Created the special command object Slave_storage_command for transferring data to slaves.
This command currently has two special methods:
- add(), used by the master processor to add data to the command for transfer.
- clear(), used by the slave (via run()) or the master to clear out all data.