#include "dataunnpacker_commondef.h"#include "dataunpacker.h"#include "dataunnpacker_internal.h"#include <map>#include "unpacker/handler_capsules.h"#include "unpacker/handler_hqnode.h"#include "unpacker/handler_normalnode.h"
Go to the source code of this file.
Classes | |
| class | LIDARSampleDataUnpackerImpl |
Macros | |
| #define | DEF_REGISTER_HANDLER_LIST |
| #define | REGISTER_HANDLER(_c_) |
Functions | |
| static bool | _registerDataUnpackerHandlers (std::vector< IDataUnpackerHandler * > &handlerList) |
| #define DEF_REGISTER_HANDLER_LIST |
Definition at line 61 of file dataunpacker.cpp.
| #define REGISTER_HANDLER | ( | _c_ | ) |
Definition at line 47 of file dataunpacker.cpp.
|
static |
Definition at line 67 of file dataunpacker.cpp.