.. _program_listing_file__tmp_ws_src_ublox_ublox_gps_include_ublox_gps_rtcm.hpp: Program Listing for File rtcm.hpp ================================= |exhale_lsh| :ref:`Return to documentation for file ` (``/tmp/ws/src/ublox/ublox_gps/include/ublox_gps/rtcm.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef UBLOX_GPS_RTCM_HPP #define UBLOX_GPS_RTCM_HPP #include namespace ublox_gps { struct Rtcm { uint8_t id; uint8_t rate; }; } // namespace ublox_gps #endif