'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Struct burst_prof

odtone::mih::burst_prof

Synopsis

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


struct burst_prof {

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

  // public data members
  down_bp downbp;
  up_bp upbp;
};

Description

BURST_PROF data type.

burst_prof public member functions

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

    Serialize/deserialize the BURST_PROF data type.

    Parameters:

    ar

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

burst_prof public public data members

  1. down_bp downbp;

    Downlink burst

  2. up_bp upbp;

    Uplink burst


PrevUpHomeNext