MAK RTIspy API Documentation for HLA Evolved
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

Document ID: Generated on Fri Mar 14 19:08:55 EDT 2014 from SVN revision 137085
Copyright © 2005-2014 VT MÄK Inc. All Rights Reserved (www.mak.com)