Skyward boardcore
|
#include <drivers/timer/TimestampTimer.h>
#include <miosix.h>
#include <utils/Debug.h>
#include <cstdint>
#include <list>
#include <ostream>
#include <stdexcept>
#include <string>
#include <vector>
#include "CircularBuffer.h"
Go to the source code of this file.
Classes | |
class | Boardcore::Packet< len > |
The Packet class is used for packing together messages with variable lengths into a fixed size packet. Useful for telemetry. More... | |
class | Boardcore::SyncPacketQueue< pktLen, pktNum > |
A SyncPacketQueue is a SyncCircularBuffer of Packets. More... | |
Namespaces | |
namespace | Boardcore |
This file includes all the types the logdecoder script will decode. | |