cmAudioSysMsg.h: Created cmAudioSysMsg_t data structure.
This commit is contained in:
parent
e5ee3deafd
commit
6ba8f0d22f
@ -17,7 +17,12 @@ extern "C" {
|
|||||||
kNetSyncSelAsId, // sent with a cmDspNetMsg_t object
|
kNetSyncSelAsId, // sent with a cmDspNetMsg_t object
|
||||||
};
|
};
|
||||||
|
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
unsigned asSubIdx;
|
||||||
|
unsigned selAsId; // Message selector id See kXXXSelAsId above
|
||||||
|
unsigned selId; // Message specific selector
|
||||||
|
} cmAudioSysMsg_t;
|
||||||
|
|
||||||
// All of the UI messages that create a UI control contain an array of integers
|
// All of the UI messages that create a UI control contain an array of integers
|
||||||
// as in the 'value' field. The array contains the id's associated with
|
// as in the 'value' field. The array contains the id's associated with
|
||||||
|
Loading…
Reference in New Issue
Block a user