mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 12:45:35 +08:00
[fix] update obu parser
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
#include "obu.h"
|
||||
|
||||
namespace obu {
|
||||
std::vector<Obu> ParseObus(uint8_t* payload, int payload_size);
|
||||
|
||||
const char* ObuTypeToString(OBU_TYPE type);
|
||||
@@ -22,5 +23,6 @@ bool ObuHasExtension(uint8_t obu_header);
|
||||
bool ObuHasSize(uint8_t obu_header);
|
||||
|
||||
int ObuType(uint8_t obu_header);
|
||||
} // namespace obu
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user