FIXME missing documentation
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
SignallingMsg (message) |
FIXME missing documentation |
Name | Type | Description |
---|---|---|
sender | SenderTemplateObj_t | |
session | SessionObj_t | |
status | int | |
command | int |
// // FIXME missing documentation // message PathNotifyMsg extends SignallingMsg { SessionObj_t session; SenderTemplateObj_t sender; int status; int command = MSG_PATH_NOTIFY; }