libdballeFortranbindings
7.6
|
This module provides a simplified fortran API to Dballe. More...
Files | |
file | binding.cc |
Simplified interface for Dballe. | |
This module provides a simplified fortran API to Dballe.
The interface is simplified by providing functions with fewer parameters than their counterparts in the full interface, and the omitted parameters are replaced by useful defaults.
The resulting interface is optimized for the common usage, making it faster and less error prone. However, when creating complicated code with more parallel reads and writes, it may be useful to use the functions in ::fortranfull instead, because all parameters are explicit and their precise semantics is always evident.
This is a sample code for a query session with the simplified interface:
This is a sample code for a data insert session with the simplified interface: