* get current BMP message type */
| 1020 | * get current BMP message type |
| 1021 | */ |
| 1022 | char parseBMP::getBMPType() { |
| 1023 | return bmp_type; |
| 1024 | } |
| 1025 | |
| 1026 | /** |
| 1027 | * get current BMP message length |
nothing calls this directly
no outgoing calls
no test coverage detected