VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrfExtendedVrlFederateAmbassador13.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: vrfExtVrlFedAmb13.h,v $ $Revision: 1.5 $ $State: Exp $
7 *******************************************************************************/
8 
9 #ifndef vrfExtendedVrlFederateAmbassador13_H_
10 #define vrfExtendedVrlFederateAmbassador13_H_
11 
14 
15 #if DtHLA
16 #if !DtHLA_1516
17 
18 #include <vl/vrlFederateAmbassador13.h>
20 
22 {
23 public:
26 
29  throw( RTI::FederateInternalError );
30 
31 private:
34 
37 
38 public:
40  static DtVrlFederateAmbassador* create();
41 
42  // Ignores federation saves, and immediately responds with
43  // "Federation Save Complete".
45  virtual void initiateFederateSave(
46  const char* label )
47  throw( RTI::UnableToPerformSave,
48  RTI::FederateInternalError );
49 
50  virtual void federationSaved()
51  throw( RTI::FederateInternalError);
52 
53  virtual void federationNotSaved()
54  throw( RTI::FederateInternalError );
56 
57  // Ignores federation restores, and immediately responds with
58  // "Federation Restore Complete".
60  virtual void initiateFederateRestore (
61  const char *label, // supplied C4
62  RTI::FederateHandle handle) // supplied C1
63  throw (
64  RTI::SpecifiedSaveLabelDoesNotExist,
65  RTI::CouldNotRestore,
66  RTI::FederateInternalError);
67 
68  virtual void federationRestored ()
69  throw (
70  RTI::FederateInternalError);
72 
73 protected:
74 
77 };
78 
79 #endif
80 #endif
81 #endif
82 
83 
84 

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)