/* * 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 "NSTseg.h" #include "NSTseg.h" #include "Segment.h" #include "SegTypeCode.h" /* * SEGMENT * * nst(nmt) -- statistics */ #include #include #include #include Segment::fielddesc NSTseg::fieldtab[15] = { { (::Type (::Segment::*))&NSTseg::StaAva, required, "statistics available" }, { (::Type (::Segment::*))&NSTseg::SouIde, optional, "source identifier" }, { (::Type (::Segment::*))&NSTseg::SouType, optional, "source type" }, { (::Type (::Segment::*))&NSTseg::StaStart, optional, "statistics start" }, { (::Type (::Segment::*))&NSTseg::StaEnd, optional, "statistics end" }, { (::Type (::Segment::*))&NSTseg::RecChaCount, optional, "receive character count" }, { (::Type (::Segment::*))&NSTseg::SendChaCount, optional, "send character count" }, { (::Type (::Segment::*))&NSTseg::MesRec, optional, "messages received" }, { (::Type (::Segment::*))&NSTseg::MesSent, optional, "messages sent" }, { (::Type (::Segment::*))&NSTseg::CheErrRec, optional, "checksum errors received" }, { (::Type (::Segment::*))&NSTseg::LenErrRec, optional, "length errors received" }, { (::Type (::Segment::*))&NSTseg::OtherErrRec, optional, "other errors received" }, { (::Type (::Segment::*))&NSTseg::ConNectTim, optional, "connect timeouts" }, { (::Type (::Segment::*))&NSTseg::RecTim, optional, "receive timeouts" }, { (::Type (::Segment::*))&NSTseg::NetErr, optional, "network errors" }, }; NSTseg::NSTseg() : Segment(SegTypeCode::NSTval, 15, fieldtab) {}