ARCS6 AR6-REV.24062600
読み取り中…
検索中…
一致する文字列を見つけられません
StairsWave.hh
[詳解]
1
5//
6// Copyright (C) 2011-2019 Yuki YOKOKURA
7// This program is free software;
8// you can redistribute it and/or modify it under the terms of the FreeBSD License.
9// For details, see the License.txt file.
10
11#ifndef STAIRSWAVE
12#define STAIRSWAVE
13
14namespace ARCS { // ARCS名前空間
15 double StairsWave(double Time, double Tini, double Ystp, double Tstp, double Nstp);
16}
17
18#endif
19
double StairsWave(double Time, double Tini, double Ystp, double Tstp, double Nstp)
階段波発生器
Definition StairsWave.cc:21