MAK RTIspy API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
logicalTimeFactoryImplInteger.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: logicalTimeFactoryImplInteger.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
9 #ifndef RTI_LogicalTimeFactoryImplInteger_H_
10 #define RTI_LogicalTimeFactoryImplInteger_H_
11 
12 #include <RTI/LogicalTimeFactory.h>
13 
16 {
17 public:
19 
20  virtual
22  throw();
23 
24  virtual std::auto_ptr< rti1516::LogicalTime >
25  makeLogicalTime()
26  throw (rti1516::InternalError);
27 
28  virtual std::auto_ptr< rti1516::LogicalTimeInterval >
29  makeLogicalTimeInterval()
30  throw (rti1516::InternalError);
31 
32 };
33 
34 #endif // RTI_LogicalTimeFactoryImplInteger_H_
35 
#define RTI_EXPORT_FEDTIME
Definition: SpecificConfig.h:56
Definition: LogicalTimeFactory.h:38
Definition: logicalTimeFactoryImplInteger.h:14

Document ID: Generated on Mon Sep 7 15:40:32 EDT 2020 from SVN revision 217499
Copyright © 2005-2020 MAK Technologies Inc. All Rights Reserved (www.mak.com)