| Line | |
|---|
| 1 | #ifndef __DSTDDDMX_H__ |
|---|
| 2 | #define __DSTDDDMX_H__ |
|---|
| 3 | |
|---|
| 4 | #if defined __cplusplus |
|---|
| 5 | extern "C" { |
|---|
| 6 | #endif |
|---|
| 7 | |
|---|
| 8 | DHL_RESULT DD_DMX_Init(void); |
|---|
| 9 | DHL_RESULT DD_DMX_Start(void); |
|---|
| 10 | DHL_RESULT DD_DMX_Stop(void); |
|---|
| 11 | DHL_RESULT DD_DMX_Close(void); |
|---|
| 12 | |
|---|
| 13 | DHL_RESULT DD_DMX_StartScrambleCheck(void); |
|---|
| 14 | DS_BOOL DD_DMX_IsScrambled(void); |
|---|
| 15 | int DD_DMX_GetDeviceId(void); |
|---|
| 16 | |
|---|
| 17 | DHL_RESULT DD_DMX_SetPID4DetectScramble( DS_U16 vPid, DS_U16 aPid ); |
|---|
| 18 | DHL_RESULT DD_DMX_SetPID4DetectScrambleEx( DS_U16 vPid ); |
|---|
| 19 | DHL_RESULT DD_DMX_ResetPID4DetectScrambleEx(void); |
|---|
| 20 | DHL_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.