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

Functions

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

Variables

ADIS16448g_dev {nullptr}
 

Function Documentation

◆ start()

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

Definition at line 42 of file adis16448_main.cpp.

References g_dev, and ADIS16448::init().

Referenced by adis16448_main().

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

◆ status()

static int adis16448::status ( )
static

Definition at line 87 of file adis16448_main.cpp.

References g_dev, and ADIS16448::print_info().

Referenced by adis16448_main().

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

◆ stop()

static int adis16448::stop ( )
static

Definition at line 74 of file adis16448_main.cpp.

References g_dev.

Referenced by adis16448_main().

Here is the caller graph for this function:

◆ usage()

static int adis16448::usage ( void  )
static

Definition at line 99 of file adis16448_main.cpp.

Referenced by adis16448_main().

Here is the caller graph for this function:

Variable Documentation

◆ g_dev

ADIS16448* adis16448::g_dev {nullptr}

Definition at line 40 of file adis16448_main.cpp.

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