12345678910111213141516171819 |
- /******************************************************************************
- ** mid_sat_usals.h: DVB-S USALS control
- **
- ** Copyright(c) 2014 Sunplus Technologies - All Rights Reserved
- **
- ** Date Author Modification
- **
- ******************************************************************************/
- #ifndef _DVB_SATELLITE_USALS_H
- #define _DVB_SATELLITE_USALS_H
- #include <string.h>
- #include "drv_types.h"
- int UsalsCurSatGotoPos(int *piAngle2Move ,unsigned int iSatAngle, unsigned char uiSatDirection,
- short int iUserLocalLongtitude, short int iUserLocalLatitude,
- unsigned char uiUserLocalLonDir , unsigned char uiUserLocalLatDir);
- #endif //#ifndef _DVB_SATELLITE_USALS_H
|