Ask a Question | Search DSPSR: |
Home
|
BlockFile.h uint64_t get_block_data_bytes() const Get the number of data bytes per block (frame) Definition: BlockFile.C:39 uint64_t block_bytes Total number of bytes in each block (header + data + tailer) Definition: BlockFile.h:47 virtual int64_t fstat_file_ndat(uint64_t tailer_bytes=0) Return ndat given the file and header sizes, nchan, npol, and ndim. Definition: BlockFile.C:197 uint64_t current_block_byte The current byte within a block. Definition: BlockFile.h:56 uint64_t total_bytes_missing Total number of missing bytes to be zeroed with memset. Definition: BlockFile.h:59 virtual uint64_t skip_extra() Skip (by seeking the file pointer) the next tailer and header. Definition: BlockFile.C:145 uint64_t block_tailer_bytes Number of bytes in tailer of each block. Definition: BlockFile.h:53 virtual int64_t load_bytes(unsigned char *buffer, uint64_t nbytes) Load nbyte bytes of sampled data from the device into buffer. Definition: BlockFile.C:59 uint64_t block_header_bytes Number of bytes in header of each block. Definition: BlockFile.h:50 virtual int64_t seek_bytes(uint64_t bytes) Set the file pointer to the absolute number of sampled data bytes. Definition: BlockFile.C:157 Generated using doxygen 1.8.17
|