RTC Toolkit  1.0.0
Classes | Enumerations
packetCombiner.hpp File Reference

Class that combines Frames of a sample. More...

#include <map>
#include <vector>
#include "fitsConverterIf.hpp"

Go to the source code of this file.

Classes

struct  StreamIdentifier
 Unique identifier for packets of a single stream. More...
 
struct  SampleIdentifier
 Unique identifier for packets of a single sample. More...
 
struct  FrameIdentifier
 Unique identifier for packets of a single frame. More...
 
struct  FrameMetadata
 Metadata for a single frame. More...
 
struct  CombinedFrames
 Data about the combined packets of a single sample. More...
 
class  PacketCombiner
 This class combines the packets of a sample. More...
 

Enumerations

enum  RTMSFrameType { RTMS_LEADER, RTMS_PAYLOAD, RTMS_TRAILER }
 Possible frame types of a RTMS packet. More...
 

Detailed Description

Class that combines Frames of a sample.

Enumeration Type Documentation

◆ RTMSFrameType

Possible frame types of a RTMS packet.

Enumerator
RTMS_LEADER 
RTMS_PAYLOAD 
RTMS_TRAILER