APM:Libraries
Private Member Functions | Private Attributes | Friends | List of all members
SITL::ADSB_Vehicle Class Reference

#include <SIM_ADSB.h>

Collaboration diagram for SITL::ADSB_Vehicle:
[legend]

Private Member Functions

void update (float delta_t)
 

Private Attributes

Vector3f position
 
Vector3f velocity_ef
 
char callsign [9]
 
uint32_t ICAO_address
 
bool initialised = false
 

Friends

class ADSB
 

Detailed Description

Definition at line 30 of file SIM_ADSB.h.

Member Function Documentation

◆ update()

void SITL::ADSB_Vehicle::update ( float  delta_t)
private

Definition at line 40 of file SIM_ADSB.cpp.

Referenced by SITL::ADSB::update().

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

Friends And Related Function Documentation

◆ ADSB

friend class ADSB
friend

Definition at line 31 of file SIM_ADSB.h.

Member Data Documentation

◆ callsign

char SITL::ADSB_Vehicle::callsign[9]
private

Definition at line 38 of file SIM_ADSB.h.

Referenced by SITL::ADSB::send_report().

◆ ICAO_address

uint32_t SITL::ADSB_Vehicle::ICAO_address
private

Definition at line 39 of file SIM_ADSB.h.

Referenced by SITL::ADSB::send_report().

◆ initialised

bool SITL::ADSB_Vehicle::initialised = false
private

Definition at line 40 of file SIM_ADSB.h.

Referenced by SITL::ADSB::send_report(), and SITL::ADSB::update().

◆ position

Vector3f SITL::ADSB_Vehicle::position
private

Definition at line 36 of file SIM_ADSB.h.

Referenced by SITL::ADSB::send_report().

◆ velocity_ef

Vector3f SITL::ADSB_Vehicle::velocity_ef
private

Definition at line 37 of file SIM_ADSB.h.

Referenced by SITL::ADSB::send_report().


The documentation for this class was generated from the following files: