Skip to content
  • Achim Morschhauser's avatar
    Add buffer to write binary files · f0077949
    Achim Morschhauser authored
    - buffer_obs_file was introduced as base class
    - buffer_obs_file_ascii for writing ascii files
    - buffer_obs_binary for binary files
    - At the moment, data type for binary is fixed:
      - POSIX time (from struct tm)
      - Vector data as float
      - No supplementary data
    - Note that size of files depends on machine, i.e.
      size of datatype
    f0077949