VR-Link API Documentation for HLA 1.3
tRefAmoList.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00006 
00007 #if DtTENA 
00008 
00009 #ifndef tRefAmoList_H_
00010 #define tRefAmoList_H_
00011 
00012 
00013 #include "tReflectedAmo.h"
00014 #include "tRefObjList.h"
00015 
00016 #include <list>
00017 
00022 
00023 class DT_DLL_VL DtReflectedAmo;
00024 
00025 
00029 class DT_DLL_VL DtReflectedAmoList : public DtReflectedObjectList
00030 {
00031 public:
00032 
00035    DtReflectedAmoList(DtExerciseConn* exConn);
00036 
00038    virtual ~DtReflectedAmoList();
00039 
00040 private:
00041 
00043    DtReflectedAmoList(const DtReflectedAmoList& orig);
00044 
00046    DtReflectedAmoList& operator=(const DtReflectedAmoList& orig);
00047 
00048 public:
00049 
00051    virtual void addAmoAdditionCallback(
00052       DtAmoCallbackFunction cb, void* userData);
00053 
00055    virtual void removeAmoAdditionCallback(
00056       DtAmoCallbackFunction cb, void* userData);
00057 
00059    virtual void addAmoRemovalCallback(
00060       DtAmoCallbackFunction cb, void* userData);
00061 
00063    virtual void removeAmoRemovalCallback(
00064       DtAmoCallbackFunction cb, void* userData);
00065 
00066 
00068    virtual DtReflectedAmo* first() const;
00069 
00071    virtual DtReflectedAmo* last() const;
00072 
00073 protected:
00074    const std::vector<DtString>& defaultInterfaceList();
00075 };
00076 
00077 #endif
00078 #endif
00079 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)