#include <cartographyCommands.h>
◆ CommandCartographyNetworkPushParams()
| conscience_core::bridging::commands::cartography::CommandCartographyNetworkPushParams::CommandCartographyNetworkPushParams |
( |
const string & |
targetIpAddress, |
|
|
unsigned int |
targetPort, |
|
|
optional< double > |
periodMillis = {}, |
|
|
optional< CartographyNetworkPushCompression > |
compression = {} |
|
) |
| |
- 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 2000 |
| compression | compression, default LZ4 |
◆ compression
| CartographyNetworkPushCompression conscience_core::bridging::commands::cartography::CommandCartographyNetworkPushParams::compression |
◆ periodMillis
| double conscience_core::bridging::commands::cartography::CommandCartographyNetworkPushParams::periodMillis |
◆ targetIpAddress
| string conscience_core::bridging::commands::cartography::CommandCartographyNetworkPushParams::targetIpAddress |
◆ targetPort
| unsigned conscience_core::bridging::commands::cartography::CommandCartographyNetworkPushParams::targetPort |
The documentation for this struct was generated from the following files: