| 33 | |
| 34 | namespace { |
| 35 | struct AInput { |
| 36 | static constexpr auto id_name = "id"; |
| 37 | static constexpr auto a0_name = "a0"; |
| 38 | static constexpr auto a1_name = "a1"; |
| 39 | |
| 40 | ID id{na_IntID}; |
| 41 | double a0{nan}; |
| 42 | double a1{nan}; |
| 43 | }; |
| 44 | struct AUpdate { |
| 45 | static constexpr auto id_name = "id"; |
| 46 | static constexpr auto a0_name = "a0"; |
nothing calls this directly
no outgoing calls
no test coverage detected