![]() |
OpenFAST
Wind turbine multiphysics simulator
|
This subroutine parses the specified line of text for AryLen REAL values. More...
Public Member Functions | |
subroutine | parsedbary (FileInfo, LineNum, AryName, Ary, AryLen, ErrStat, ErrMsg, UnEc) |
This subroutine parses the specified line of text for AryLen REAL values. More... | |
subroutine | parseinary (FileInfo, LineNum, AryName, Ary, AryLen, ErrStat, ErrMsg, UnEc) |
This subroutine parses the specified line of text for AryLen REAL values. More... | |
subroutine | parseloary (FileInfo, LineNum, AryName, Ary, AryLen, ErrStat, ErrMsg, UnEc) |
This subroutine parses the specified line of text for AryLen REAL values. More... | |
subroutine | parsesiary (FileInfo, LineNum, AryName, Ary, AryLen, ErrStat, ErrMsg, UnEc) |
This subroutine parses the specified line of text for AryLen REAL values. More... | |
This subroutine parses the specified line of text for AryLen REAL values.
Generate an error message if the value is the wrong type. Use ParseAry (nwtc_io::parseary) instead of directly calling a specific routine in the generic interface.
[in] | arylen | The length of the array to parse. |
[out] | ary | The array to receive the input values. |
[out] | errstat | The error status. |
[in,out] | linenum | The number of the line to parse. |
[in] | unec | I/O unit for echo file. If present and > 0, write to UnEc. |
[in] | aryname | The array name we are trying to fill. |
[out] | errmsg | The error message, if ErrStat /= 0. |
[in] | fileinfo | The derived type for holding the file information. |
subroutine nwtc_io::parseary::parsedbary | ( | type (fileinfotype), intent(in) | FileInfo, |
integer(intki), intent(inout) | LineNum, | ||
character(*), intent(in) | AryName, | ||
real(dbki), dimension (arylen), intent(out) | Ary, | ||
integer, intent(in) | AryLen, | ||
integer(intki), intent(out) | ErrStat, | ||
character(*), intent(out) | ErrMsg, | ||
integer, intent(in), optional | UnEc | ||
) |
This subroutine parses the specified line of text for AryLen REAL values.
Generate an error message if the value is the wrong type. Use ParseAry (nwtc_io::parseary) instead of directly calling a specific routine in the generic interface.
[in] | arylen | The length of the array to parse. |
[out] | ary | The array to receive the input values. |
[out] | errstat | The error status. |
[in,out] | linenum | The number of the line to parse. |
[in] | unec | I/O unit for echo file. If present and > 0, write to UnEc. |
[in] | aryname | The array name we are trying to fill. |
[out] | errmsg | The error message, if ErrStat /= 0. |
[in] | fileinfo | The derived type for holding the file information. |
subroutine nwtc_io::parseary::parseinary | ( | type (fileinfotype), intent(in) | FileInfo, |
integer(intki), intent(inout) | LineNum, | ||
character(*), intent(in) | AryName, | ||
integer, dimension (arylen), intent(out) | Ary, | ||
integer, intent(in) | AryLen, | ||
integer(intki), intent(out) | ErrStat, | ||
character(*), intent(out) | ErrMsg, | ||
integer, intent(in), optional | UnEc | ||
) |
This subroutine parses the specified line of text for AryLen REAL values.
Generate an error message if the value is the wrong type. Use ParseAry (nwtc_io::parseary) instead of directly calling a specific routine in the generic interface.
[in] | arylen | The length of the array to parse. |
[out] | ary | The array to receive the input values. |
[out] | errstat | The error status. |
[in,out] | linenum | The number of the line to parse. |
[in] | unec | I/O unit for echo file. If present and > 0, write to UnEc. |
[in] | aryname | The array name we are trying to fill. |
[out] | errmsg | The error message, if ErrStat /= 0. |
[in] | fileinfo | The derived type for holding the file information. |
subroutine nwtc_io::parseary::parseloary | ( | type (fileinfotype), intent(in) | FileInfo, |
integer(intki), intent(inout) | LineNum, | ||
character(*), intent(in) | AryName, | ||
logical, dimension (arylen), intent(out) | Ary, | ||
integer, intent(in) | AryLen, | ||
integer(intki), intent(out) | ErrStat, | ||
character(*), intent(out) | ErrMsg, | ||
integer, intent(in), optional | UnEc | ||
) |
This subroutine parses the specified line of text for AryLen REAL values.
Generate an error message if the value is the wrong type. Use ParseAry (nwtc_io::parseary) instead of directly calling a specific routine in the generic interface.
[in] | arylen | The length of the array to parse. |
[out] | ary | The array to receive the input values. |
[out] | errstat | The error status. |
[in,out] | linenum | The number of the line to parse. |
[in] | unec | I/O unit for echo file. If present and > 0, write to UnEc. |
[in] | aryname | The array name we are trying to fill. |
[out] | errmsg | The error message, if ErrStat /= 0. |
[in] | fileinfo | The derived type for holding the file information. |
subroutine nwtc_io::parseary::parsesiary | ( | type (fileinfotype), intent(in) | FileInfo, |
integer(intki), intent(inout) | LineNum, | ||
character(*), intent(in) | AryName, | ||
real(reki), dimension (arylen), intent(out) | Ary, | ||
integer, intent(in) | AryLen, | ||
integer(intki), intent(out) | ErrStat, | ||
character(*), intent(out) | ErrMsg, | ||
integer, intent(in), optional | UnEc | ||
) |
This subroutine parses the specified line of text for AryLen REAL values.
Generate an error message if the value is the wrong type. Use ParseAry (nwtc_io::parseary) instead of directly calling a specific routine in the generic interface.
[in] | arylen | The length of the array to parse. |
[out] | ary | The array to receive the input values. |
[out] | errstat | The error status. |
[in,out] | linenum | The number of the line to parse. |
[in] | unec | I/O unit for echo file. If present and > 0, write to UnEc. |
[in] | aryname | The array name we are trying to fill. |
[out] | errmsg | The error message, if ErrStat /= 0. |
[in] | fileinfo | The derived type for holding the file information. |