* get current BMP message length * * The length returned does not include the version 3 common header length */
| 1029 | * The length returned does not include the version 3 common header length |
| 1030 | */ |
| 1031 | uint32_t parseBMP::getBMPLength() { |
| 1032 | return bmp_len; |
| 1033 | } |
| 1034 | |
| 1035 | /** |
| 1036 | * Enable/Disable debug |