VR-Link API Documentation for HLA 1.3
testPub.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 #pragma once
00006 
00007 #if DtHLA 
00008 
00009 #include <vl/hObjPub.h>
00010 #include "testSR.h"
00011 
00017 class TestPublisher : public DtObjectPublisher
00018 {
00019 public:
00020 
00023    TestPublisher(DtExerciseConn* conn, const char* objName = NULL);
00024       
00026    virtual ~TestPublisher();
00027 
00030    virtual TestStateRepository* testStateRep();
00031 
00033    virtual TestStateRepository* tsr();
00034 };
00035 
00036 #endif
00037 

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)