diff options
| author | Edvin <[email protected]> | 2025-04-10 11:35:25 +0200 |
|---|---|---|
| committer | Edvin <[email protected]> | 2025-04-10 11:35:25 +0200 |
| commit | dcd2dd87ce8034a46e4150a89dc69f6ba1a22d8d (patch) | |
| tree | bce00ff5029550f3bde1e83542d688dc3188e256 /LIDAR/sdk/src/dataunpacker/dataupacker_namespace.h | |
| parent | 1a837cbe411b4522582d323454a03ef02e9dd292 (diff) | |
Implemented code for Slamtec rplidar C1
Diffstat (limited to 'LIDAR/sdk/src/dataunpacker/dataupacker_namespace.h')
| -rw-r--r-- | LIDAR/sdk/src/dataunpacker/dataupacker_namespace.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/LIDAR/sdk/src/dataunpacker/dataupacker_namespace.h b/LIDAR/sdk/src/dataunpacker/dataupacker_namespace.h new file mode 100644 index 0000000..9e27192 --- /dev/null +++ b/LIDAR/sdk/src/dataunpacker/dataupacker_namespace.h @@ -0,0 +1,5 @@ +#pragma once + + +#define BEGIN_DATAUNPACKER_NS() namespace sl{ namespace internal{ +#define END_DATAUNPACKER_NS() }}
\ No newline at end of file |
