'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Struct link_cfg_status

odtone::mih::link_cfg_status

Synopsis

// In header: </home/carlos/Projectos/odtone/inc/odtone/mih/types/link.hpp>


struct link_cfg_status {

  // public member functions
  template<typename ArchiveT> void serialize(ArchiveT &);

  // public data members
  link_param_type type;
  threshold thold;
  config_status status;
};

Description

LINK_CFG_STATUS data type.

link_cfg_status public member functions

  1. template<typename ArchiveT> void serialize(ArchiveT & ar);

    Serialize/deserialize the LINK_CFG_STATUS data type.

    Parameters:

    ar

    The archive to/from where serialize/deserialize the data type.

link_cfg_status public public data members

  1. link_param_type type;

    Link parameter type.

  2. threshold thold;

    Threshold.

  3. config_status status;

    Link parameter configuration status.


PrevUpHomeNext