MCPcopy Create free account
hub / github.com/QAmigo/QAmigo / Decoder

Method Decoder

src/AdvancedTab/decoder.cpp:3–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "decoder.h"
2
3Decoder::Decoder(QObject *object, const QList<Protocal *> &listProtocals,
4 const ENDIANESS &endianess) :
5 QObject (object),
6 listProtocals(listProtocals),
7 endianess(endianess)
8{
9
10}
11
12Decoder::~Decoder()
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected