Susi Server

Automotive Vehicle Source (C++)

Node ID: AutomotiveVehicleSource_cpp · Role: Source · Realtime config: no

Inputs / Outputs

Config aliases

vehicle_cpp

Properties

No user-facing properties.

Example node definition

A full node definition in config.json looks like the block below. Paste it under the sources key of your config, keyed by the node’s instance name (any identifier; it doesn’t have to match the node ID).

{
  "sources": {
    "AutomotiveVehicleSource_cpp": {
      "outEndpoint": "inproc://AutomotiveVehicleSource_cpp_data",
      "settings": {}
    }
  }
}

Field reference

FieldPurpose
outEndpointZMQ / inproc endpoint this source binds to publish its output. The runtime auto-generates one if omitted.
settingsAll user-configurable fields — see the Properties table above.

Connections can also be declared at the top-level connections array when settings.explicitConnections is true, as an alternative to filling inputEndpoints on each node.

Loading documentation…