-------------------------------------------------------------------------------------- Description: Get numeric value of the parameter Return Value: float value --------------------------------------------------------------------------------------
| 32 | // float value |
| 33 | // -------------------------------------------------------------------------------------- |
| 34 | const float Tr2GStateParameter::GetValue() const |
| 35 | { |
| 36 | return m_value; |
| 37 | }; |
| 38 | |
| 39 | // -------------------------------------------------------------------------------------- |
| 40 | // Description: |
no outgoing calls
no test coverage detected