PX4 Firmware
PX4 Autopilot Software http://px4.io
adis16477 Namespace Reference

Functions

static int start (enum Rotation rotation)
 
static int stop ()
 
static int status ()
 
static int usage ()
 

Variables

ADIS16477g_dev {nullptr}
 

Function Documentation

◆ start()

static int adis16477::start ( enum Rotation  rotation)
static

Definition at line 42 of file adis16477_main.cpp.

References g_dev, and ADIS16477::init().

Referenced by adis16477_main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ status()

static int adis16477::status ( )
static

Definition at line 89 of file adis16477_main.cpp.

References g_dev, and ADIS16477::print_info().

Referenced by adis16477_main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ stop()

static int adis16477::stop ( )
static

Definition at line 76 of file adis16477_main.cpp.

References g_dev.

Referenced by adis16477_main().

Here is the caller graph for this function:

◆ usage()

static int adis16477::usage ( void  )
static

Definition at line 101 of file adis16477_main.cpp.

Referenced by adis16477_main().

Here is the caller graph for this function:

Variable Documentation

◆ g_dev

ADIS16477* adis16477::g_dev {nullptr}

Definition at line 40 of file adis16477_main.cpp.

Referenced by start(), status(), and stop().