![]() |
ARCS6 AR6-REV.24062600
|
CuiPlot(新型きゅいプロットV2) [詳解]
#include <cassert>
#include <cstdint>
#include <memory>
#include "FrameGraphics.hh"
#include "RingBuffer.hh"
#include "Matrix.hh"
クラス | |
class | ARCS::CuiPlot |
CuiPlot(新型きゅいプロットV2) [詳解] | |
マクロ定義 | |
#define | arcs_assert(a) (assert(a)) |
#define | PassedLog() |
#define | EventLog(a) |
#define | EventLogVar(a) |
列挙型 | |
enum class | ARCS::CuiPlotTypes { PLOT_LINE , PLOT_BOLDLINE , PLOT_DOT , PLOT_BOLDDOT , PLOT_CROSS , PLOT_STAIRS , PLOT_BOLDSTAIRS , PLOT_LINEANDDOT } |
プロットタイプの定義 [詳解] | |
CuiPlot(新型きゅいプロットV2)
LinuxフレームバッファとPNG画像ファイルにグラフ波形を描画するクラス (PNG画像ファイル出力のみなら Windows Subsystem for Linux でも実行可能) 非テンプレート版
|
strong |