MLMeshingMeshInfo
Module: Meshing2
#include <ml_meshing2.h>
Public Attributes
Type | Name |
---|---|
MLTime | timestamp |
uint32_t | data_count |
MLMeshingBlockInfo * | data |
Detailed Description
struct MLMeshingMeshInfo;
Response structure for the mesh block info.
Public Attributes Documentation
timestamp
MLTime timestamp;
The response timestamp to a earlier request.
data_count
uint32_t data_count;
The number of responses in data pointer.
data
MLMeshingBlockInfo * data;
The meshinfo returned by the system.