APM:Libraries
Variables
HAL_Empty_Class.cpp File Reference
#include <AP_HAL/AP_HAL.h>
#include <assert.h>
#include "HAL_Empty_Class.h"
#include "AP_HAL_Empty_Private.h"
Include dependency graph for HAL_Empty_Class.cpp:

Go to the source code of this file.

Variables

static UARTDriver uartADriver
 
static UARTDriver uartBDriver
 
static UARTDriver uartCDriver
 
static SPIDeviceManager spiDeviceManager
 
static AnalogIn analogIn
 
static Storage storageDriver
 
static GPIO gpioDriver
 
static RCInput rcinDriver
 
static RCOutput rcoutDriver
 
static Scheduler schedulerInstance
 
static Util utilInstance
 
static OpticalFlow opticalFlowDriver
 

Variable Documentation

◆ analogIn

AnalogIn analogIn
static

Definition at line 16 of file HAL_Empty_Class.cpp.

◆ gpioDriver

GPIO gpioDriver
static

Definition at line 18 of file HAL_Empty_Class.cpp.

◆ opticalFlowDriver

OpticalFlow opticalFlowDriver
static

Definition at line 23 of file HAL_Empty_Class.cpp.

◆ rcinDriver

RCInput rcinDriver
static

Definition at line 19 of file HAL_Empty_Class.cpp.

◆ rcoutDriver

RCOutput rcoutDriver
static

Definition at line 20 of file HAL_Empty_Class.cpp.

◆ schedulerInstance

Scheduler schedulerInstance
static

Definition at line 21 of file HAL_Empty_Class.cpp.

◆ spiDeviceManager

SPIDeviceManager spiDeviceManager
static

Definition at line 15 of file HAL_Empty_Class.cpp.

◆ storageDriver

Storage storageDriver
static

Definition at line 17 of file HAL_Empty_Class.cpp.

◆ uartADriver

UARTDriver uartADriver
static

Definition at line 12 of file HAL_Empty_Class.cpp.

◆ uartBDriver

UARTDriver uartBDriver
static

Definition at line 13 of file HAL_Empty_Class.cpp.

◆ uartCDriver

UARTDriver uartCDriver
static

Definition at line 14 of file HAL_Empty_Class.cpp.

◆ utilInstance

Util utilInstance
static

Definition at line 22 of file HAL_Empty_Class.cpp.