소스 검색

cmAudioSysMsg.h: Created cmAudioSysMsg_t data structure.

master
kevin 11 년 전
부모
커밋
6ba8f0d22f
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6
    1
      cmAudioSysMsg.h

+ 6
- 1
cmAudioSysMsg.h 파일 보기

@@ -17,7 +17,12 @@ extern "C" {
17 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 27
   // All of the UI messages that create a UI control contain an array of integers
23 28
   // as in the 'value' field. The array contains the id's associated with

Loading…
취소
저장