#ifndef TEST_H #define TEST_H struct LidarPoint{ float x,y,z; char i; short d; bit layer[2]; bit echo[2]; bit ID[4]; }; #endif // TEST_H