MAK RTIspy API Documentation for HLA 4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
LogicalTimeFactoryFactory.h
Go to the documentation of this file.
1 #pragma once
2 /***********************************************************************
3  The IEEE hereby grants a general, royalty-free license to copy, distribute,
4  display and make derivative works from this material, for all purposes,
5  provided that any use of the material contains the following
6  attribution: "Reprinted with permission from IEEE 1516.1(TM)-2025".
7  Should you require additional information, contact the Manager, Standards
8  Intellectual Property, IEEE Standards Association (stds-ipr@ieee.org).
9 ***********************************************************************/
10 
11 namespace rti1516_2025
12 {
13  class LogicalTime;
14  class LogicalTimeInterval;
15  class VariableLengthData;
16 }
17 
18 #include <RTI/SpecificConfig.h>
19 #include <RTI/Exception.h>
21 #include <memory>
22 #include <string>
23 
24 namespace rti1516_2025
25 {
27  {
28  public:
29 
30  // The name is used to choose among several LogicalTimeFactories that might
31  // be present in the fedtime library. Each federation chooses its
32  // implementation by passing the appropriate name to createFederationExecution.
33  // If the supplied name is the empty string, a default LogicalTimeFactory is
34  // returned. If the supplied implementation name does not match any name
35  // supported by the library, then a NULL pointer is returned.
36  static std::unique_ptr<LogicalTimeFactory> makeLogicalTimeFactory(
37  std::wstring const & implementationName);
38  };
39 }
40 
41 
#define RTI_EXPORT_FEDTIME
Definition: SpecificConfig.h:57
Definition: LogicalTimeFactoryFactory.h:26
This file contains definitions that are used to isolate platform-specific elements of the API...

Document ID: Generated on Wed Jul 8 16:20:32 EDT 2026 from SVN revision 291616
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)