* Get software version. * * @return Software version */
| 154 | * @return Software version |
| 155 | */ |
| 156 | const char* Version::getSoftwareVersion() |
| 157 | { |
| 158 | return SOFTWARE_VER; |
| 159 | } |
| 160 | |
| 161 | /** |
| 162 | * Get software branch name, the software was built from. |
nothing calls this directly
no outgoing calls
no test coverage detected