3 This file is part of NetVis
4 Copyright @ 2008 Mikko Rasa, Mikkosoft Productions
5 Distributed unter the GPL
11 #include <msp/gl/mesh.h>
12 #include <msp/gl/texture2d.h>
13 #include <msp/time/timestamp.h>
14 #include "ringbuffer.h"
33 RingBuffer<Bandwidth> buffer;
34 Msp::Time::TimeStamp next_push;
36 Msp::GL::Texture2D texture;
40 History(NetVis &, unsigned, unsigned);
41 void activity(unsigned, unsigned);
42 void tick(const Msp::Time::TimeStamp &);
45 void create_texture();