'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Struct threshold

odtone::mih::threshold

Synopsis

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


struct threshold {
  enum type_ip_enum;

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

  // public data members
  uint16 threshold_val;
  enumeration< type_ip_enum > threshold_x_dir;
};

Description

THRESHOLD data type.

threshold public member functions

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

    Serialize/deserialize the THRESHOLD data type.

    Parameters:

    ar

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

threshold public public data members

  1. uint16 threshold_val;

    Threshold value.

  2. enumeration< type_ip_enum > threshold_x_dir;

    Threshold Direction.


PrevUpHomeNext