----------------------------------------------------------------------------- Create the values managed by this command class -----------------------------------------------------------------------------
| 559 | // Create the values managed by this command class |
| 560 | //----------------------------------------------------------------------------- |
| 561 | void SensorMultilevel::CreateVars |
| 562 | ( |
| 563 | uint8 const _instance |
| 564 | ) |
| 565 | { |
| 566 | // Don't create anything here. We do it in the report. |
| 567 | } |
nothing calls this directly
no outgoing calls
no test coverage detected