OpenCPN Partial API docs
Loading...
Searching...
No Matches
autopilot_output.h File Reference

Autopilot output support. More...

#include "comm_driver.h"
#include "model/route.h"

Go to the source code of this file.

Functions

bool UpdateAutopilotN0183 (Routeman &routeman)
 
bool UpdateAutopilotN2K (Routeman &routeman)
 
bool SendNoRouteRmbRmc (Routeman &routeman)
 Send RMC + a faked RMB when there is no active route.
 
bool SendPGN129283 (Routeman &routeman, AbstractCommDriver *driver)
 
bool SendPGN129284 (Routeman &routeman, AbstractCommDriver *driver)
 
bool SendPGN129285 (Routeman &routeman, AbstractCommDriver *driver)
 

Detailed Description

Autopilot output support.

Definition in file autopilot_output.h.

Function Documentation

◆ SendNoRouteRmbRmc()

bool SendNoRouteRmbRmc ( Routeman routeman)

Send RMC + a faked RMB when there is no active route.

Definition at line 158 of file autopilot_output.cpp.

◆ SendPGN129283()

bool SendPGN129283 ( Routeman routeman,
AbstractCommDriver driver 
)

Definition at line 419 of file autopilot_output.cpp.

◆ SendPGN129284()

bool SendPGN129284 ( Routeman routeman,
AbstractCommDriver driver 
)

Definition at line 362 of file autopilot_output.cpp.

◆ SendPGN129285()

bool SendPGN129285 ( Routeman routeman,
AbstractCommDriver driver 
)

Definition at line 319 of file autopilot_output.cpp.

◆ UpdateAutopilotN0183()

bool UpdateAutopilotN0183 ( Routeman routeman)

Definition at line 166 of file autopilot_output.cpp.

◆ UpdateAutopilotN2K()

bool UpdateAutopilotN2K ( Routeman routeman)

Definition at line 277 of file autopilot_output.cpp.