USRP Hardware Driver and USRP Manual
Version: 4.6.0.0
UHD and USRP Manual
octoclock_eeprom.hpp
Go to the documentation of this file.
1
//
2
// Copyright 2014 Ettus Research LLC
3
// Copyright 2018 Ettus Research, a National Instruments Company
4
//
5
// SPDX-License-Identifier: GPL-3.0-or-later
6
//
7
8
#pragma once
9
10
#include <
uhd/config.hpp
>
11
#include <
uhd/transport/udp_simple.hpp
>
12
#include <
uhd/types/dict.hpp
>
13
#include <
uhd/usrp/mboard_eeprom.hpp
>
14
#include <string>
15
16
namespace
uhd
{
namespace
usrp_clock {
17
25
class
UHD_API
octoclock_eeprom_t
:
public
uhd::usrp::mboard_eeprom_t
26
{
27
public
:
29
octoclock_eeprom_t
(
void
);
30
36
octoclock_eeprom_t
(
transport::udp_simple::sptr
transport, uint32_t proto_ver);
37
41
void
commit()
const
;
42
43
private
:
44
transport::udp_simple::sptr
xport;
45
uint32_t _proto_ver;
46
void
_load();
47
void
_store()
const
;
48
};
49
50
}}
// namespace uhd::usrp_clock
uhd::dict
Definition:
dict.hpp:21
config.hpp
udp_simple.hpp
mboard_eeprom.hpp
uhd
Definition:
build_info.hpp:12
dict.hpp
UHD_API
#define UHD_API
Definition:
config.h:87
uhd::transport::udp_simple::sptr
std::shared_ptr< udp_simple > sptr
Definition:
udp_simple.hpp:21
uhd::usrp_clock::octoclock_eeprom_t
Definition:
octoclock_eeprom.hpp:25
include
uhd
usrp_clock
octoclock_eeprom.hpp
Generated by
1.8.13