source: svn/zas_dstar/hal/platform/dstdddmx.h @ 22

Last change on this file since 22 was 22, checked in by phkim, 11 years ago
  1. phkim
  2. newcon3sk 를 kctv 로 브랜치 함
File size: 593 bytes
Line 
1#ifndef __DSTDDDMX_H__
2#define __DSTDDDMX_H__
3
4#if defined __cplusplus
5extern "C" {
6#endif
7
8DHL_RESULT DD_DMX_Init(void);
9DHL_RESULT DD_DMX_Start(void);
10DHL_RESULT DD_DMX_Stop(void);
11DHL_RESULT DD_DMX_Close(void);
12
13DHL_RESULT DD_DMX_StartScrambleCheck(void);
14DS_BOOL DD_DMX_IsScrambled(void);
15int DD_DMX_GetDeviceId(void);
16
17DHL_RESULT DD_DMX_SetPID4DetectScramble( DS_U16 vPid, DS_U16 aPid );
18DHL_RESULT DD_DMX_SetPID4DetectScrambleEx( DS_U16 vPid );
19DHL_RESULT DD_DMX_ResetPID4DetectScrambleEx(void);
20DHL_RESULT DD_DMX_ResetPID4DetectScramble(void);
21
22#if defined __cplusplus
23}
24#endif
25
26#endif
Note: See TracBrowser for help on using the repository browser.