/* * This file is automatically Generated by ProtoGen r1.3. * Do not edit it. * * Copyright (c) 1995, 1996 Gunther Schadow. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #pragma implementation "OM2seg.h" #include "OM2seg.h" #include "Segment.h" #include "SegTypeCode.h" /* * SEGMENT * * om2(anr) -- numeric observation */ #include #include #include #include #include #include Segment::fielddesc OM2seg::fieldtab[11] = { { (::Type (::Segment::*))&OM2seg::SegTypeId, optional, "segment type id" }, { (::Type (::Segment::*))&OM2seg::SeqNum, optional, "sequence number" }, { (::Type (::Segment::*))&OM2seg::UnitsOfMea, optional, "units of measure" }, { (::Type (::Segment::*))&OM2seg::RangeOfDecPre, optional, "range of decimal precision" }, { (::Type (::Segment::*))&OM2seg::CorSiUnitsOfMea, optional, "corresponding si units of measure" }, { (::Type (::Segment::*))&OM2seg::SiConVerFac, optional, "si conversion factor" }, { (::Type (::Segment::*))&OM2seg::RefNorRangeOrdConTinObs, optional, "reference (normal) range - ordinal & continuous obs" }, { (::Type (::Segment::*))&OM2seg::CriRangeForOrdConTinObs, optional, "critical range for ordinal & continuous obs" }, { (::Type (::Segment::*))&OM2seg::AbsRangeForOrdAndConTinObs, optional, "absolute range for ordinal and continuous obs" }, { (::Type (::Segment::*))&OM2seg::DeltaCheckCri, optional, "delta check criteria" }, { (::Type (::Segment::*))&OM2seg::MinMeaInc, optional, "minimum meaningful increments" }, }; OM2seg::OM2seg() : Segment(SegTypeCode::OM2val, 11, fieldtab) {}