123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- #ifndef UBLOXLOG_H
- #define UBLOXLOG_H
- #include "ubxmessage.h"
- #ifdef __cplusplus
- extern "C"
- {
- #endif
- extern struct UBXMsgBuffer getLOG_CREATE();
- extern struct UBXMsgBuffer getLOG_ERASE();
- extern struct UBXMsgBuffer getLOG_FINDTIME_IN();
- extern struct UBXMsgBuffer getLOG_INFO_POLL();
- extern struct UBXMsgBuffer getLOG_RETRIEVE();
- extern struct UBXMsgBuffer getLOG_STRING();
- #ifdef __cplusplus
- }
- #endif
- #endif
|