MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
assistantLicServerInfo.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2008 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: assistantLicServerInfo.h,v $ $Revision: 1.3 $ $State: Exp $
7 *********************************************************************/
8 
9 #ifndef assistantLicServerInfo_H_
10 #define assistantLicServerInfo_H_
11 
14 
15 #include <rtiUtil.h>
16 #include <vlutil/vlString.h>
17 
20 {
21 public:
24 
26  DtLicServerInfo( const MAKRti::DtString& name, int port );
27 
29  DtLicServerInfo( const MAKRti::DtString& server );
30 
32  ~DtLicServerInfo();
33 
36  MAKRti::DtString string() const;
37 
39  bool operator<(const DtLicServerInfo& other) const;
40 
42  int serverPort() const;
43 
45  void setServerPort( int port );
46 
48  MAKRti::DtString serverName() const;
49 
51  void setServerName( const MAKRti::DtString& name );
52 
53 private:
54 
57 
59  MAKRti::DtString myServerName;
60 };
61 
62 typedef std::set<DtLicServerInfo> DtLicServerSet;
63 
64 #endif
Stores the information on a license server known by the Assistant.
Definition: assistantLicServerInfo.h:19
#define DT_DLL_ASSISTANT
Default – Unix or Win32 static.
Definition: rtiMsConfig.h:150
MAKRti::DtString myServerName
License server name.
Definition: assistantLicServerInfo.h:59
std::set< DtLicServerInfo > DtLicServerSet
Definition: assistantLicServerInfo.h:62
int myServerPort
License server port.
Definition: assistantLicServerInfo.h:56

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)