mid_sat_usals.h 698 B

12345678910111213141516171819
  1. /******************************************************************************
  2. ** mid_sat_usals.h: DVB-S USALS control
  3. **
  4. ** Copyright(c) 2014 Sunplus Technologies - All Rights Reserved
  5. **
  6. ** Date Author Modification
  7. **
  8. ******************************************************************************/
  9. #ifndef _DVB_SATELLITE_USALS_H
  10. #define _DVB_SATELLITE_USALS_H
  11. #include <string.h>
  12. #include "drv_types.h"
  13. int UsalsCurSatGotoPos(int *piAngle2Move ,unsigned int iSatAngle, unsigned char uiSatDirection,
  14. short int iUserLocalLongtitude, short int iUserLocalLatitude,
  15. unsigned char uiUserLocalLonDir , unsigned char uiUserLocalLatDir);
  16. #endif //#ifndef _DVB_SATELLITE_USALS_H