modelica / fmi-ls-xcp

Specification of the FMI Layered Standard for XCP
https://modelica.github.io/fmi-ls-xcp/main/
Other
13 stars 7 forks source link

Use consistent capitalization for acronyms #68

Open t-sommer opened 3 weeks ago

t-sommer commented 3 weeks ago

In the FMI specification we (consistently) use all-uppercase for acronyms in variables, attributes, and functions names, e.g. fmi3GetFMUState.

LS XCP currently uses a mix of first-uppercase (e.g. containsXcpService) and all-uppercase (e.g. supportsDirectMemoryAccessViaA2L).

This should be consistent and follow the convention used in the FMI specification.

Candidates:

chrbertsch commented 2 weeks ago

@Pierre: I will take this into account when I create the other PR