v2.0.0
Loading...
Searching...
No Matches
fiff_raw_dir.cpp
Go to the documentation of this file.
1//=============================================================================================================
17
18//=============================================================================================================
19// INCLUDES
20//=============================================================================================================
21
22#include "fiff_raw_dir.h"
23
24//=============================================================================================================
25// USED NAMESPACES
26//=============================================================================================================
27
28using namespace FIFFLIB;
29
30//=============================================================================================================
31// DEFINE MEMBER METHODS
32//=============================================================================================================
33
35: first(-1)
36, last(-1)
37, nsamp(-1)
38{
39}
40
41//=============================================================================================================
42
44: ent(p_FiffRawDir.ent)
45, first(p_FiffRawDir.first)
46, last(p_FiffRawDir.last)
47, nsamp(p_FiffRawDir.nsamp)
48{
49}
50
51//=============================================================================================================
52
One entry of the per-buffer raw-data directory: kind, first sample, number of samples and on-disk pos...
FIFF file I/O, in-memory data structures and high-level readers/writers.
FiffDirEntry::SPtr ent