'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Struct link_status_req

odtone::mih::link_status_req

Synopsis

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


struct link_status_req {

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

  // public data members
  link_states_req _states_req;
  link_param_type_list _param_type_list;
  link_desc_req _desc_req;
};

Description

LINK_STATUS_REQ data type.

link_status_req public member functions

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

    Serialize/deserialize the LINK_STATUS_REQ data type.

    Parameters:

    ar

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

link_status_req public public data members

  1. link_states_req _states_req;

    Link states to be requested.

  2. link_param_type_list _param_type_list;

    Link parameter type list.

  3. link_desc_req _desc_req;

    Link dsecriptors.


PrevUpHomeNext