Skyward boardcore
Loading...
Searching...
No Matches
SyncPacketQueue.h File Reference
#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"
Include dependency graph for SyncPacketQueue.h:
This graph shows which files directly or indirectly include this file:

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.