Public Member Functions | Public Attributes | List of all members
btutil::WireRange_t Struct Reference

#include <MCBTAlg.h>

Public Member Functions

 WireRange_t ()
 
 WireRange_t (unsigned int c, double s, double e)
 

Public Attributes

unsigned int ch
 
double start
 
double end
 

Detailed Description

Definition at line 33 of file MCBTAlg.h.

Constructor & Destructor Documentation

btutil::WireRange_t::WireRange_t ( )
inline

Definition at line 36 of file MCBTAlg.h.

37  {
40  }
unsigned int ch
Definition: MCBTAlg.h:34
static int max(int a, int b)
btutil::WireRange_t::WireRange_t ( unsigned int  c,
double  s,
double  e 
)
inline

Definition at line 41 of file MCBTAlg.h.

42  {
43  ch = c;
44  start = s;
45  end = e;
46  }
unsigned int ch
Definition: MCBTAlg.h:34
const double e
static QCString * s
Definition: config.cpp:1042

Member Data Documentation

unsigned int btutil::WireRange_t::ch

Definition at line 34 of file MCBTAlg.h.

double btutil::WireRange_t::end

Definition at line 35 of file MCBTAlg.h.

double btutil::WireRange_t::start

Definition at line 35 of file MCBTAlg.h.


The documentation for this struct was generated from the following file: