Warning, /graphics/kst-plot/src/datasources/ascii/notes.txt is written in an unsupported language. File is not indexed.
0001 Notes for the ASCII data source 0002 ------------------------------- 0003 0004 0005 Time 0006 ---- 0007 0008 Two time modes are supported: 0009 0010 1) C Time 0011 Equivalent to time_t, including epoch. This is an absolute measure. 0012 0013 2) Seconds 0014 This is a relative measure. Time is equivalent to the value of the index 0015 vector in seconds 0016 0017 0018 0019 Broken 0020 ------ 0021 1) We have to update() from the constructor because KstRVector doesn't update 0022 the data source. This has to be reworked in Kst-core so that the update thread 0023 no longer does data sources. Should give a performance boost. 0024 0025 2) Time code is unfinished. 0026