VR-Forces 4.0.4 Class Documentation
include/vrfmsgs/ifSubordListReq.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: ifSubordListReq.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00012 #ifndef DtIfSubordinateListRequest_H_
00013 #define DtIfSubordinateListRequest_H_
00014 
00015 #include <vrfExtProtocol/ifaceCont.h>
00016 #include <vlutil/vlString.h>
00017 #include <vrfExtProtocol/objType.h>
00018 #include <vlpi/disEnums.h>
00019 #include <vlutil/vlList.h>
00020 #include <list>
00021 #include "vrfmsgs/vrfmsgsDefines.h"
00022 #include <vrfExtProtocol/msgTypes.h>
00023 #include <vl/hostStructs.h>
00024 
00030 
00031 class DT_DLL_vrfmsgs DtIfSubordinateListRequest : public DtSimInterfaceContent
00032 {
00033 public:
00034 
00036    DtIfSubordinateListRequest();
00037 
00039    virtual ~DtIfSubordinateListRequest();
00040 
00042    DtIfSubordinateListRequest(const DtIfSubordinateListRequest& orig);
00043 
00045    DtIfSubordinateListRequest& operator=(const DtIfSubordinateListRequest& orig);
00046 
00048    virtual DtSimInterfaceContent * clone() const;
00049 
00052    virtual int type() const;
00053 
00056    virtual unsigned long requestId() const;
00057    virtual void setRequestId(unsigned long requestId);
00058 
00060    virtual void setEntityId(const DtEntityIdentifier& id);
00061    virtual const DtEntityIdentifier & entityId() const;
00062 
00063    virtual int netRepSize() const;
00064    virtual bool setFromNet(const char* contentBuffer, 
00065       unsigned contentSize);
00066    virtual bool setToNet();
00067 
00068    virtual void printDataToString(DtString& str);
00069 
00070    static DtSimInterfaceContent* creator();
00071 
00072 protected:
00073 
00074 
00075 protected:
00076    DtU32             myRequestId;
00077    DtEntityIdentifier      myEntId;
00078 };
00079 
00080 
00081 #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)