ifc.bim.openecg.jtools.jparser
Class Sect007.SpkInfo

java.lang.Object
  |
  +--ifc.bim.openecg.jtools.jparser.Sect007.SpkInfo
Enclosing class:
Sect007

public class Sect007.SpkInfo
extends java.lang.Object

A structure for storing pacemaker spike's info


Field Summary
 int src
          Stores spike's source
 int tIdx
          Stores spike's triggered Qrs's index
 int type
          Stores spike's type
 int wid
          Stores spike's width
 
Constructor Summary
Sect007.SpkInfo()
          Construct a SpkInfo and read fields' values from section's data part
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public int type
Stores spike's type


src

public int src
Stores spike's source


tIdx

public int tIdx
Stores spike's triggered Qrs's index


wid

public int wid
Stores spike's width

Constructor Detail

Sect007.SpkInfo

public Sect007.SpkInfo()
Construct a SpkInfo and read fields' values from section's data part