|
MBDyn-1.7.3
|
#include "mbconfig.h"#include "gust.h"#include "dataman.h"#include "drive_.h"#include "windprof.h"
Go to the source code of this file.
Classes | |
| class | Gust1D |
| struct | Gust1DGR |
| struct | GustWordSetType |
Typedefs | |
| typedef std::map< std::string, GustRead *, ltstrcase > | GustFuncMapType |
Functions | |
| bool | SetGustData (const char *name, GustRead *rf) |
| Gust * | ReadGustData (const DataManager *pDM, MBDynParser &HP) |
| void | InitGustData (void) |
| void | DestroyGustData (void) |
Variables | |
| static GustFuncMapType | GustFuncMap |
| static GustWordSetType | GustWordSet |
| static unsigned | done |
| typedef std::map<std::string, GustRead *, ltstrcase> GustFuncMapType |
| void DestroyGustData | ( | void | ) |
Definition at line 233 of file gust.cc.
References done, GustFuncMap, and MBDYN_EXCEPT_ARGS.
Referenced by DataManager::~DataManager().
| void InitGustData | ( | void | ) |
Definition at line 212 of file gust.cc.
References done, and SetGustData().
Referenced by DataManager::DataManager().

| Gust* ReadGustData | ( | const DataManager * | pDM, |
| MBDynParser & | HP | ||
| ) |
Definition at line 190 of file gust.cc.
References DEBUGCOUTFNAME, func(), IncludeParser::GetLineData(), GustFuncMap, HighParser::IsWord(), and MBDYN_EXCEPT_ARGS.
Referenced by ReadAirstreamData(), and DataManager::ReadElems().

|
static |
Definition at line 209 of file gust.cc.
Referenced by ExtFileHandlerEDGE::CheckFlag(), DestroyGustData(), Inertia::Inertia(), InitGustData(), main(), ExtFileHandlerEDGE::Recv_pre(), and test_run().
|
static |
Definition at line 171 of file gust.cc.
Referenced by DestroyGustData(), GustWordSetType::IsWord(), ReadGustData(), and SetGustData().
|
static |