| 207 | static const E A_SLAVE_ENUM = |
| 208 | TestSlaveMessage_E_A_SLAVE_ENUM; |
| 209 | static inline bool E_IsValid(int value) { |
| 210 | return TestSlaveMessage_E_IsValid(value); |
| 211 | } |
| 212 | static const E E_MIN = |
| 213 | TestSlaveMessage_E_E_MIN; |
| 214 | static const E E_MAX = |
nothing calls this directly
no test coverage detected