ASCEND Flight Software
Loading...
Searching...
No Matches
Classes | Enumerations | Functions | Variables
CommandMessage.h File Reference
#include "pico/multicore.h"
#include "pico/stdlib.h"
Include dependency graph for CommandMessage.h:
This graph shows which files directly or indirectly include this file:

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
 

Enumeration Type Documentation

◆ CommandType

Enumerator
CMD_NONE 
CMD_STATUS 
CMD_DOWNLOAD 
CMD_DELETE 
CMD_ERASE_ALL 

Function Documentation

◆ getCmdData()

CommandMessage getCmdData ( )
Here is the caller graph for this function:

◆ setCmdData()

void setCmdData ( CommandMessage  new_cmd_data)
Here is the caller graph for this function:

Variable Documentation

◆ cmd_data_mutex

mutex_t cmd_data_mutex
extern