NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <config_reader/config_reader.h>
#include <iostream>
#include <string>
#include <thread>
#include <atomic>
#include <mutex>
#include <csignal>
#include "smart_dock/smart_dock_node.h"
Functions | |
void | InterruptHandler (int dummy) |
void | CommsLoop (smart_dock::SmartDockNode *sdn, unsigned int targ) |
void | TelemLoop (smart_dock::SmartDockNode *sdn, unsigned int targ) |
int | Message (int code, const char *msg) |
int | main (int argc, char **argv) |
Variables | |
bool | running_ = true |
std::mutex | mutex_ |
void CommsLoop | ( | smart_dock::SmartDockNode * | sdn, |
unsigned int | targ | ||
) |
void InterruptHandler | ( | int | dummy | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
int Message | ( | int | code, |
const char * | msg | ||
) |
void TelemLoop | ( | smart_dock::SmartDockNode * | sdn, |
unsigned int | targ | ||
) |
std::mutex mutex_ |
bool running_ = true |