#include <iostream>
#include <chrono>
#include <thread>
#include <boost/program_options.hpp>
#include <crazyflie_cpp/Crazyflie.h>
Go to the source code of this file.
Classes | |
struct | log |
Functions | |
struct log | __attribute__ ((packed)) |
int | main (int argc, char **argv) |
void | onLogData (uint32_t, struct log *data) |
Variables | |
volatile bool | g_done = false |
float | pm_extCurr |
float | pm_extVbat |
float | pm_vbat |
struct log __attribute__ | ( | (packed) | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 25 of file battery.cpp.
Definition at line 17 of file battery.cpp.
volatile bool g_done = false |
Definition at line 15 of file battery.cpp.
float pm_extCurr |
Definition at line 16 of file battery.cpp.
float pm_extVbat |
Definition at line 15 of file battery.cpp.
float pm_vbat |
Definition at line 14 of file battery.cpp.