TVGlo.h
上传用户:super_houu
上传日期:2008-09-21
资源大小:4099k
文件大小:1k
- // Lo Level TVG Functions from file tvglo.c
- // These can change from platform to platform
- #include "Config.h" // Global Configuration - do not remove!
- #ifndef TVGTYPEDEFS
- #define TVGTYPEDEFS
- //**********************************************************************
- //**** typedefs
- //**********************************************************************
- typedef unsigned char uchar;
- typedef unsigned short ushort;
- typedef unsigned int uint;
- typedef unsigned long ulong;
- #endif
- void show_tvg_bug( uchar msg_index );
- void transmit2chars( uchar *ccout, uchar field );
- void mute_audio( void );
- void check_to_unmute( void );
- void tvg_process_timers( void );
- void tvg_process_modes( void );
- void shift_cc( uchar *cp );