Res1DStreamBridge Fields

Fields

_connection 
_contained Table to indicate which items to read. Determined by the filter in ReadDynamicDataHeader()
_dfsFile 
_dfsFileStream 
_dynamicItems List of same size as the dynamic items in the dfs file.
_lastTime Last time when the data was outputted.
_predefItemData Predefined DFS item data, used when reading, for performance.
_resultData 
_timeDataBuffer 
_timeStepSize Size of time step, in number of float values, for all items to read, i.e. those in _contained.
_useBuffer 
_useUbgUnits Flag indicating whether file is being read in Ubg user units. Not used when writing
RES1D_VERSION Version of the MIKE 1D file format

The integer part is the major version number and the fractional part is the minor version number.

If only the minor version number differs, bridge should be backward and forward compatible, forward compatible meaning that older bridge can read newer files, though it will usually miss the new functionality

If the major version number differs, bridge will only be backward compatible.

See Also