Ask a Question | Search DSPSR: |
Home
|
Public Member Functions |
Protected Member Functions |
Protected Attributes |
Friends |
List of all members
dsp::Mark5bFile Class Reference Loads BitSeries data from a MkV file using the mark5access library. More...
Inheritance diagram for dsp::Mark5bFile:
Detailed DescriptionLoads BitSeries data from a MkV file using the mark5access library. Member Function Documentation◆ load_bytes()
Load nbyte bytes of sampled data from the device into buffer. Load bytes from file. If the data stored on the device contains information other than the sampled data, this method should be overloaded and the additional information should be filtered out. Reimplemented from dsp::BlockFile. ◆ seek_bytes()
Set the file pointer to the absolute number of sampled data bytes. Adjust the file pointer. If the header_bytes attribute is set, this number of bytes will be subtracted by File::seek_bytes before seeking. If the data stored on the device after the header contains information other than the sampled data, this method should be overloaded and the additional information should be skipped. Reimplemented from dsp::BlockFile. The documentation for this class was generated from the following files:
Generated using doxygen 1.8.17
|