MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / FramePlaybackObject

Method FramePlaybackObject

frameplaybackobject.cpp:3–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "frameplaybackobject.h"
2
3FramePlaybackObject::FramePlaybackObject()
4{
5 mThread_p = new QThread();
6
7 currentPosition = 0;
8 playbackInterval = 1;
9 playbackBurst = 1;
10 statusCounter = 0;
11 numBuses = 0;
12 playbackActive = false;
13 playbackForward = true;
14 useOrigTiming = false;
15 whichBusSend = 0;
16 currentSeqItem = nullptr;
17}
18
19FramePlaybackObject::~FramePlaybackObject()
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected