Skip to content

C++/Fotran examples on RTD use outdated BMI #140

@Peter9192

Description

@Peter9192

The instructions on adding a BMI server for c++/fortran models uses quite old BMI definitions, which make it confusing.

https://github.com/eWaterCycle/grpc4bmi/blob/main/docs/server/Cpp.rst

For example:

  • Latest bmi c++ uses Pascal Case for method names
  • Latest bmi c++ uses std:string instead of char*
  • Latest bmi fortran uses bmif_get_conmponent_name instead of get_component_name_f
  • Latest bmi c++ heat example uses extensions .cxx and .hxx. It would be nice to be consistent with the heat example.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions