Free Electron
BeaconServerStartup.h
Go to the documentation of this file.
1 /* Copyright (C) 2003-2021 Free Electron Organization
2  Any use of this software requires a license. If a valid license
3  was not distributed with this file, visit freeelectron.org. */
4 
5 /** @file */
6 
7 #ifndef __BeaconServerStartup_h__
8 #define __BeaconServerStartup_h__
9 
10 namespace beacon
11 {
12 
13 /***************************************************************************//**
14  @brief Node registion and simulation time sycronization
15 
16  @ingroup beacon
17 *//****************************************************************************/
18 class FE_DL_EXPORT BeaconServerStartup : virtual public BeaconServer
19 {
20 public:
21  virtual bool startup(const char *fileName) override;
22 };
23 
24 } // namespace beacon
25 
26 #endif // __BeaconServerStartup_h__
Node registration and simulation time syncronization.
Definition: BeaconServer.h:40
Node registion and simulation time sycronization.
Definition: BeaconServerStartup.h:18
Definition: BeaconClient.cc:16