Transaction-Level Modeling Framework for Space Applications
#include <boost/asio.hpp>
#include <boost/thread/condition.hpp>
#include <boost/thread/mutex.hpp>
#include <iostream>
#include <list>
#include <string>
#include <vector>
Classes | |
struct | trap::GDBRequest |
struct | trap::GDBResponse |
class | trap::GDBConnectionManager |
Namespaces | |
trap | |
Macros | |
#define | _WIN32_WINNT 0x0501 |
#define _WIN32_WINNT 0x0501 |
Class used to manage connections with the GDB server.