#include <CommandEntityLidarRelay.h>
◆ CommandEntityLidarRelayParams()
| conscience_core::bridging::commands::CommandEntityLidarRelayParams::CommandEntityLidarRelayParams |
( |
const string & |
targetIpAddress, |
|
|
unsigned int |
targetPort, |
|
|
optional< double > |
periodMillis = {}, |
|
|
optional< EntityLidarRelayCompression > |
compression = {}, |
|
|
const CscArea3d * |
zone = nullptr |
|
) |
| |
- Parameters
-
| targetIpAddress | ip address to which data will be sent |
| targetPort | tcp port to which data will be sent |
| periodMillis | send period in milliseconds, default 500 |
| compression | compression, default LZ4 |
| zone | optional zone to filter point cloud |
◆ compression
| EntityLidarRelayCompression conscience_core::bridging::commands::CommandEntityLidarRelayParams::compression |
◆ periodMillis
| double conscience_core::bridging::commands::CommandEntityLidarRelayParams::periodMillis |
◆ targetIpAddress
| string conscience_core::bridging::commands::CommandEntityLidarRelayParams::targetIpAddress |
◆ targetPort
| unsigned conscience_core::bridging::commands::CommandEntityLidarRelayParams::targetPort |
◆ zone
| const CscArea3d* conscience_core::bridging::commands::CommandEntityLidarRelayParams::zone = nullptr |
The documentation for this struct was generated from the following files: