2 #ifndef USRP_JSON_INCLUDED 3 #define USRP_JSON_INCLUDED 5 #include <boost/property_tree/json_parser.hpp> 7 #define MAX_MSG_LEN = 10000 10 std::vector<T>
as_vector(boost::property_tree::ptree
const& pt,boost::property_tree::ptree::key_type
const& key,boost::property_tree::ptree::key_type
const& sub_key =
"NULL");
13 bool string2param(std::string data, usrp_param &my_parameter);
bool string2param(std::string data, usrp_param &my_parameter)
bool chk_param(usrp_param *parameter)
std::string server_ack(std::string payload)
std::vector< T > as_vector(boost::property_tree::ptree const &pt, boost::property_tree::ptree::key_type const &key, boost::property_tree::ptree::key_type const &sub_key="NULL")
bool is_pfb_active(param ant_parameter)
std::string server_nack(std::string payload)