LocationSimulator.Dsl (LocationSimulator v1.1.0)

Copy Markdown View Source

Spark DSL extension defining source and plug entities for GPS pipelines.

Sections

source

A singleton entity declaring the GPS data origin.

source :synthetic, direction: :north, elevation: 100
source :gpx, gpx_file: "data/*.gpx"

plugins

Zero or more plug modules that run per event.

plug LocationSimulator.Plug.Callback, callback: MyApp.Handler