mcom
[Interface specifications]
Detailed Description
Client - client communication.
The mcom
interface is designed for exchanging information between clients. A client sends a message of a given "type" and "channel". This device stores adds the message to that channel's stack. A second client can then request data of a given "type" and "channel". Push, Pop, Read, and Clear operations are defined, but their semantics can vary, based on the stack discipline of the underlying driver. For example, the lifomcom driver enforces a last-in-first-out stack.
- Todo:
- Is this interface used and/or needed any more?
Defines | |
#define | MCOM_DATA_LEN 128 |
size of the data field in messages |