Browse Source

cmAudioSysMsg.h: Created cmAudioSysMsg_t data structure.

master
kevin 11 years ago
parent
commit
6ba8f0d22f
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      cmAudioSysMsg.h

+ 6
- 1
cmAudioSysMsg.h View File

17
     kNetSyncSelAsId,   // sent with a cmDspNetMsg_t object  
17
     kNetSyncSelAsId,   // sent with a cmDspNetMsg_t object  
18
   };
18
   };
19
 
19
 
20
-
20
+  typedef struct
21
+  {
22
+    unsigned asSubIdx;
23
+    unsigned selAsId;  // Message selector id See kXXXSelAsId above
24
+    unsigned selId;    // Message specific selector
25
+  } cmAudioSysMsg_t;
21
 
26
 
22
   // All of the UI messages that create a UI control contain an array of integers
27
   // All of the UI messages that create a UI control contain an array of integers
23
   // as in the 'value' field. The array contains the id's associated with
28
   // as in the 'value' field. The array contains the id's associated with

Loading…
Cancel
Save