odtone::mih::link_cfg_param
// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/types/link.hpp> struct link_cfg_param { // public member functions template<typename ArchiveT> void serialize(ArchiveT &); // public data members link_param_type type; boost::variant< null, uint16 > timer_interval; th_action action; std::vector< threshold > threshold_list; };