![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2008 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: setSyncLaserCode.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00013 00014 #ifndef setSyncLaserCode_h 00015 #define setSyncLaserCode_h 00016 00017 #include "vrftasks/vrftasksDefines.h" 00018 #include "vrfutil/rwString.h" 00019 #include "vrftasks/setDataReq.h" 00020 00025 class DT_DLL_vrftasks DtSetSyncLaserCode : public DtSetDataRequest 00026 { 00027 public: 00028 00030 DtSetSyncLaserCode(); 00031 00034 DtSetSyncLaserCode(const DtString & writeName, 00035 DtReaderWriterRegistry * parentRegistry = 0); 00036 00038 DtSetSyncLaserCode(const DtString& writeName, const DtSetSyncLaserCode& 00039 orig, DtReaderWriterRegistry* parentRegistry = 0); 00040 00042 const DtSetSyncLaserCode & operator=(const DtSetSyncLaserCode & orig); 00043 00044 virtual ~DtSetSyncLaserCode(); 00045 00047 virtual int type() const; 00048 00050 virtual DtSetDataRequest * clone(const DtString & name, 00051 DtReaderWriterRegistry * parentRegistry = 0) const; 00052 00054 virtual DtString stringRep() const; 00055 00058 00059 virtual DtString entityName() const; 00060 virtual void setEntityName(const DtString& name); 00062 00065 virtual int netRepSize() const; 00066 00068 virtual DtBoolean setFromNet(const char* contentBuffer, 00069 unsigned contentSize); 00070 00073 virtual DtBoolean setToNet(); 00074 00075 static DtSetDataRequest * creator(); 00076 00077 protected: 00078 00079 DtRwString myEntityName; 00080 00081 }; 00082 00083 00084 #endif