WSF
WsfSpaceConstellationGenerator.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI
3//
4// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5//
6// Copyright 2020 Infoscitex, a DCS Company. All rights reserved.
7//
8// The use, dissemination or disclosure of data in this file is subject to
9// limitation or restriction. See accompanying README and LICENSE for details.
10// ****************************************************************************
11
12#ifndef WSFSPACECONSTELLATIONGENERATOR_HPP
13#define WSFSPACECONSTELLATIONGENERATOR_HPP
14
15#include "wsf_space_export.h"
16
17#include <ostream>
18
20
21namespace wsf
22{
23namespace space
24{
25
27{
28
29void WSF_SPACE_EXPORT Generate(const WsfConstellationOptions& aOptions, std::ostream& aStream);
30
31} // namespace ConstellationGenerator
32
33} // namespace space
34} // namespace wsf
35
36#endif // WSFSPACECONSTELLATIONGENERATOR_HPP
Definition WsfConstellationOptions.hpp:27
Definition WsfSpaceConstellationGenerator.hpp:27
void WSF_SPACE_EXPORT Generate(const WsfConstellationOptions &aOptions, std::ostream &aStream)
Definition WsfSpaceConstellationGenerator.cpp:77
Definition WsfAtmosphere.cpp:23
Function definitions for those who need run-time access to the version.
Definition WsfComm.cpp:32
Copyrights Multiple, All Rights Reserved