45 lines
929 B
C++
45 lines
929 B
C++
//!;;Rpy::+
|
|
//!;;Rpy::ModelElement: idd_comm::idd_mailbox
|
|
//!;;Rpy::
|
|
//!;;Rpy::Component: IDDComponent
|
|
//!;;Rpy::Configuration: IDDConfig
|
|
//!;;Rpy::Project: IDD
|
|
//!;;Rpy::
|
|
//!;;Rpy::FilePath: idd_mailbox.h
|
|
//!;;Rpy::Tag: $Tag
|
|
//!;;Rpy::
|
|
//!;;Rpy::Copyright: Leonardocompany - COMPANY RESTRICTED
|
|
//!;;Rpy::
|
|
//!;;Rpy::Generated by Rhapsody: 7.5.3
|
|
//!;;Rpy::-
|
|
|
|
|
|
#ifndef idd_mailbox_H
|
|
#define idd_mailbox_H
|
|
|
|
//## auto_generated
|
|
#include "idd_comm.h"
|
|
namespace idd_comm
|
|
{
|
|
//## package idd_comm::idd_mailbox
|
|
|
|
|
|
// Declare the mailboxes id. Note that due to SRIO limitation, only 16 mailbox per destinaiton are allowed (4 mailbox * 4 letters = 16 combination)
|
|
//## type mailbox_t
|
|
enum mailbox_t
|
|
{
|
|
HELLO = 0,
|
|
CmpCommand,
|
|
CdpStatus,
|
|
DspConfig,
|
|
DspResults,
|
|
DspRawMapResults,
|
|
ExtDbgCommand = 63 // >16, used only over UDP
|
|
};
|
|
}
|
|
|
|
#endif
|
|
//;;Rpy:: end
|
|
|
|
|