View Source XGPS.Port (Elixir.XGPS v0.7.0)

Link to this section Summary

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

get_gps_data(supervisor_pid)

View Source
Link to this function

get_port_name(supervisor_pid)

View Source

Callback implementation for Supervisor.init/1.

Link to this function

reset_simulated_port_state(supervisor_pid)

View Source
Link to this function

send_simulated_data(supervisor_pid, sentence)

View Source
Link to this function

send_simulated_no_fix(supervisor_pid, date_time)

View Source
Link to this function

send_simulated_position(supervisor_pid, lat, lon, alt, date_time)

View Source