OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Component Types Summary | |
|---|---|
| MSRP_PTC | |
| MSRP_SYSTEM | |
| Port Types Summary | |
|---|---|
| MsrpPortSync | |
| MsrpPort | |
type component MSRP_PTC{
port MsrpPort MSRP_CTRL;
port MsrpPortSync MSRP_SYNC;
}
type component MSRP_SYSTEM{
port MsrpPort MSRP_CTRL;
}
type port MsrpPortSync message{
inout MSRP_SYNC_Commands;
}
type port MsrpPort message{
inout SEND_request, RECEIVE_response;
}