![]() |
VR-Link API Documentation for DIS
|
00001 /********************************************************************* 00002 ** Copyright (c) 1992-2010 VT MAK 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 00006 #ifndef undwaAcEmissionSR_H_ 00007 #define undwaAcEmissionSR_H_ 00008 00012 00013 #include "embedSystemSR.h" 00014 #include "eventId.h" 00015 00021 class DT_DLL_VL DtUnderwaterAcousticsEmissionRepository : public DtEmbeddedSystemRepository 00022 { 00023 public: 00025 DtUnderwaterAcousticsEmissionRepository(); 00026 00028 virtual ~DtUnderwaterAcousticsEmissionRepository(); 00029 00031 DtUnderwaterAcousticsEmissionRepository( 00032 const DtUnderwaterAcousticsEmissionRepository& orig); 00033 00035 DtUnderwaterAcousticsEmissionRepository& operator=( 00036 const DtUnderwaterAcousticsEmissionRepository& orig); 00037 00039 virtual DtStateRepository* clone(bool copy) const; 00040 00042 static DtUnderwaterAcousticsEmissionRepository* create(); 00043 00045 virtual void printData() const; 00046 00048 virtual void printDataToStream(std::ostream& stream) const; 00049 00051 virtual void setEventIdentifier(const DtEventId& val); 00052 00054 virtual const DtEventId& eventIdentifier() const; 00055 00056 00057 protected: 00058 DtEventId myEventIdentifier; 00059 }; 00060 00061 00062 #endif 00063