VR-Forces 4.0.4 Class Documentation
include/vrfmsgs/ifSensorDataUnsubscribe.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2005 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: ifSensorDataUnsubscribe.h,v $ $Revision: 1.2 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00017 
00018 
00019 #ifndef ifSensorDataUnsubscribe_H_
00020 #define ifSensorDataUnsubscribe_H_
00021 
00022 #include <vrfExtProtocol/ifaceCont.h>
00023 
00030 #include "vrfmsgs/vrfmsgsDefines.h"
00031 class DT_DLL_vrfmsgs DtIfSensorDataUnsubscribe : public DtSimInterfaceContent
00032 {
00033 
00034 public:
00036    DtIfSensorDataUnsubscribe();
00037 
00039    DtIfSensorDataUnsubscribe(const DtIfSensorDataUnsubscribe & orig);
00040 
00042    const DtIfSensorDataUnsubscribe & operator=(const DtIfSensorDataUnsubscribe & orig);
00043 
00044    virtual ~DtIfSensorDataUnsubscribe();
00045 
00046    virtual int type() const;
00047 
00048    virtual DtSimInterfaceContent * clone() const;
00049 
00051    virtual void setObjectName(const DtString& name);
00052    virtual DtString objectName() const;
00053 
00054    virtual int netRepSize() const;
00055 
00056    virtual bool setFromNet(const char* contentBuffer, 
00057       unsigned contentSize);
00058 
00059    virtual bool setToNet();
00060 
00062    virtual void printDataToString(DtString& str);
00063 
00064    static DtSimInterfaceContent* creator();
00065 
00066 protected:
00067    DtString myObjectName;
00068 };
00069 
00070 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)