MAK RTIspy API Documentation for HLA 1516
tallyList.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright(c) 2001 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: tallyList.h,v $ $Revision: 1.13 $ $State: Exp $
00007 *********************************************************************/
00008 #ifdef DtMOM
00009 
00010 
00011 
00012 #ifndef DtMomTallyList_H_
00013 #define DtMomTallyList_H_
00014 
00015 #include <vlutil/vlFedTarget.h> 
00016 #include <vlutil/vlList.h>
00017 
00018 class DtMtallySet;
00019 class DtPhvps;
00020 
00021 class DT_DLL_LRC DtMomTallyList : public MAKRti::DtList
00022 {
00023 public:
00024 
00027    DtMomTallyList(bool dataMustBeDeleted=false);
00028 
00030    virtual ~DtMomTallyList();
00031 
00034    DtMomTallyList(const DtMomTallyList& orig);
00035  
00038    DtMomTallyList& operator=(const DtMomTallyList& orig);
00039 
00041    virtual void append(const DtMtallySet *set);
00042 
00045    virtual void append(DtHandle handle, long count);
00046 
00048    virtual long total() const;
00049 
00050    virtual void deleteAll();
00051 
00052    virtual void encodeVerbose(
00053       DtPhvps* parameters,
00054       DtParameterHandle parameterHandle);
00055 
00056 protected:
00057    bool myDeleteTallySets;
00058 };
00059 
00060 #endif
00061 #endif

Document ID: Generated on Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)