ASCEND Flight Software
|
#include "pico/multicore.h"
#include "pico/stdlib.h"
Go to the source code of this file.
Classes | |
struct | CommandMessage |
Enumerations | |
enum | CommandType { CMD_NONE , CMD_STATUS , CMD_DOWNLOAD , CMD_DELETE , CMD_ERASE_ALL } |
Functions | |
CommandMessage | getCmdData () |
void | setCmdData (CommandMessage new_cmd_data) |
Variables | |
mutex_t | cmd_data_mutex |
enum CommandType |
CommandMessage getCmdData | ( | ) |
void setCmdData | ( | CommandMessage | new_cmd_data | ) |
|
extern |