You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
425 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. #pragma once
  2. #include <stdint.h>
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. /**
  7. * @brief
  8. * ģҪλϢ
  9. */
  10. /**
  11. * @brief ģʼ
  12. *
  13. */
  14. void extern_if_service_init();
  15. #if 0
  16. /**
  17. * @brief ϱʱ
  18. *
  19. * @param client
  20. * @param timecode0
  21. * @param timecode1
  22. */
  23. void extern_if_service_send_timecode(struct sockaddr_in client, uint32_t timecode0, uint32_t timecode1);
  24. #endif
  25. #ifdef __cplusplus
  26. }
  27. #endif