#ifndef SHORT_ADDR_CFG_HPP_ #define SHORT_ADDR_CFG_HPP_ #include #include #define BASE_RELATION "/opt/configenv/base_relation.json" class ShortAddrCfg { public: static int ReadCfg(std::map &short_addr_map); static int WriteCfg(std::map &short_addr_map); static void ClearCfg(); }; #endif // SHORT_ADDR_CFG_HPP_