DMPACK API for Lua.
This function exports parameters and procedures of the DMPACK API to
the given Lua environment lua.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(lua_state_type), | intent(inout) | :: | lua |
Lua state type. |
||
| logical, | intent(in), | optional | :: | errors |
Export error codes. |
|
| logical, | intent(in), | optional | :: | log_levels |
Export log level. |
|
| logical, | intent(in), | optional | :: | procedures |
Export procedures. |
|
| logical, | intent(in), | optional | :: | response_types |
Export response type parameters. |
Lua function deg2gon() that converts angle from [deg] to [gon].
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(c_ptr), | intent(in), | value | :: | ptr |
Pointer to Lua interpreter. |
Number of results.
Lua function deg2rad() that converts angle from [deg] to [rad].
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(c_ptr), | intent(in), | value | :: | ptr |
Pointer to Lua interpreter. |
Number of results.
Lua function gon2deg() that converts angle from [gon] to [deg].
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(c_ptr), | intent(in), | value | :: | ptr |
Pointer to Lua interpreter. |
Number of results.
Lua function gon2rad() that converts angle from [gon] to [rad].
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(c_ptr), | intent(in), | value | :: | ptr |
Pointer to Lua interpreter. |
Number of results.
Lua function rad2deg() that converts angle from [rad] to [deg].
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(c_ptr), | intent(in), | value | :: | ptr |
Pointer to Lua interpreter. |
Number of results.
Lua function rad2gon() that converts angle from [rad] to [gon].
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(c_ptr), | intent(in), | value | :: | ptr |
Pointer to Lua interpreter. |
Number of results.