#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 time_in_ms, struct log *data) |
Variables | |
volatile bool | g_done = false |
float | pm_vbat |
struct log __attribute__ | ( | (packed) | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 21 of file battery.cpp.
Definition at line 15 of file battery.cpp.
volatile bool g_done = false |
Definition at line 13 of file battery.cpp.
float pm_vbat |
Definition at line 12 of file battery.cpp.