Changeset - 9fa4f585184b
[Not reviewed]
stream
1 7 1
Hasan Yavuz ÖZDERYA - 7 years ago 2018-06-20 01:46:36
hy@ozderya.net
rename new framebuffer2.h to framebuffer.h
8 files changed with 11 insertions and 18 deletions:
0 comments (0 inline, 0 general)
src/framebuffer.h
Show inline comments
 
file renamed from src/framebuffer2.h to src/framebuffer.h
src/framebufferseries.h
Show inline comments
 
@@ -24,8 +24,7 @@
 
#include <QRectF>
 
#include <qwt_series_data.h>
 

	
 
// TODO: rename when framebuffer.h is deleted
 
#include "framebuffer2.h"
 
#include "framebuffer.h"
 

	
 
/**
 
 * This class provides an interface for actual FrameBuffer
src/indexbuffer.h
Show inline comments
 
/*
 
  Copyright © 2017 Hasan Yavuz Özderya
 
  Copyright © 2018 Hasan Yavuz Özderya
 

	
 
  This file is part of serialplot.
 

	
 
@@ -20,8 +20,7 @@
 
#ifndef INDEXBUFFER_H
 
#define INDEXBUFFER_H
 

	
 
// IMPORTANT TODO: rename to "framebuffer.h" when stream work is done.
 
#include "framebuffer2.h"
 
#include "framebuffer.h"
 

	
 
/// A simple frame buffer that simply returns requested index as
 
/// sample value.
src/linindexbuffer.h
Show inline comments
 
 /*
 
  Copyright © 2017 Hasan Yavuz Özderya
 
  Copyright © 2018 Hasan Yavuz Özderya
 

	
 
  This file is part of serialplot.
 

	
 
@@ -20,8 +20,7 @@
 
#ifndef LININDEXBUFFER_H
 
#define LININDEXBUFFER_H
 

	
 
// IMPORTANT TODO: rename to "framebuffer.h" when stream work is done.
 
#include "framebuffer2.h"
 
#include "framebuffer.h"
 

	
 
/// A dynamic frame buffer that start and end values can be set and
 
/// intermediate values are calculated linearly.
src/readonlybuffer.h
Show inline comments
 
/*
 
  Copyright © 2017 Hasan Yavuz Özderya
 
  Copyright © 2018 Hasan Yavuz Özderya
 

	
 
  This file is part of serialplot.
 

	
 
@@ -20,8 +20,7 @@
 
#ifndef READONLYBUFFER_H
 
#define READONLYBUFFER_H
 

	
 
// IMPORTANT TODO: rename to "framebuffer.h" when stream work is done.
 
#include "framebuffer2.h"
 
#include "framebuffer.h"
 

	
 
/// A read only frame buffer used for storing snapshot data. Main advantage of
 
/// this compared to `RingBuffer` is that reading data should be somewhat
src/ringbuffer.h
Show inline comments
 
/*
 
  Copyright © 2017 Hasan Yavuz Özderya
 
  Copyright © 2018 Hasan Yavuz Özderya
 

	
 
  This file is part of serialplot.
 

	
 
@@ -20,8 +20,7 @@
 
#ifndef RINGBUFFER_H
 
#define RINGBUFFER_H
 

	
 
// IMPORTANT TODO: rename to "framebuffer.h" when stream work is done.
 
#include "framebuffer2.h"
 
#include "framebuffer.h"
 

	
 
/// A fast buffer implementation for storing data.
 
class RingBuffer : public WFrameBuffer
src/stream.h
Show inline comments
 
@@ -29,7 +29,7 @@
 
#include "source.h"
 
#include "channelinfomodel.h"
 
#include "streamchannel.h"
 
#include "framebuffer2.h"
 
#include "framebuffer.h"
 

	
 
/**
 
 * Main waveform storage class. It consists of channels. Channels are
src/streamchannel.h
Show inline comments
 
@@ -20,9 +20,7 @@
 
#ifndef STREAMCHANNEL_H
 
#define STREAMCHANNEL_H
 

	
 
// IMPORTANT TODO: rename to "framebuffer.h" when stream work is done.
 
#include "framebuffer2.h"
 

	
 
#include "framebuffer.h"
 
#include "channelinfomodel.h"
 

	
 
class StreamChannel
0 comments (0 inline, 0 general)