OpenFAST
Wind turbine multiphysics simulator
Public Attributes | List of all members
OutputList_t Struct Reference

References a list of VarType's (in the case of out_list) and VarTypePtr's (in the case of out_list_ptr) for output file data streaming. More...

#include <map.h>

Collaboration diagram for OutputList_t:
Collaboration graph
[legend]

Public Attributes

list_t out_list
 Outputs associated with VarType.
 
list_t out_list_ptr
 Outputs associated with VarTypePtr.
 

Detailed Description

References a list of VarType's (in the case of out_list) and VarTypePtr's (in the case of out_list_ptr) for output file data streaming.

The idea is to loop through the list and print the 'value' and 'name[id]' members of VarType and VarTypePtr.

See also
Todo:
This really should be made polymorphic so only one variable is needed.

The documentation for this struct was generated from the following file: