'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Struct sys_params

odtone::mih::sys_params

Synopsis

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


struct sys_params {

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

  // public data members
  base_id baseid;
  pilot_pn pilotpn;
  freq_id freqid;
  band_class bandclass;
};

Description

SYS_PARAMS data type.

sys_params public member functions

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

    Serialize/deserialize the SYS_PARAMS data type.

    Parameters:

    ar

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

sys_params public public data members

  1. base_id baseid;

    Base station identifier.

  2. pilot_pn pilotpn;

    Pilot PN sequence offset index.

  3. freq_id freqid;

    Identifier of the carrier frequency.

  4. band_class bandclass;

    CDMA band class.


PrevUpHomeNext