Data header structure. More...
#include <itpp/base/itfile.h>
Public Attributes | |
char | endianity |
0=little, 1=big More... | |
std::string | name |
data name More... | |
std::string | type |
data type, e.g. int32, float32, etc. type = "" means deleted More... | |
uint32_t | hdr_bytes |
uint32_t | data_bytes |
uint32_t | block_bytes |
char itpp::it_file_base_old::data_header::endianity |
0=little, 1=big
Definition at line 675 of file itfile.h.
Referenced by itpp::it_ifile_old::read_data_header(), itpp::it_file_old::write_data_header(), and itpp::it_file_old::write_data_header_here().
uint32_t itpp::it_file_base_old::data_header::hdr_bytes |
size variables
Definition at line 678 of file itfile.h.
Referenced by itpp::it_ifile_old::read_data_header(), itpp::it_file_old::remove(), itpp::it_file_old::write_data_header(), and itpp::it_file_old::write_data_header_here().
uint32_t itpp::it_file_base_old::data_header::data_bytes |
size variables
Definition at line 678 of file itfile.h.
Referenced by itpp::it_ifile_old::info(), itpp::it_ifile_old::read_data_header(), itpp::it_file_old::remove(), itpp::it_file_old::write_data_header(), and itpp::it_file_old::write_data_header_here().
uint32_t itpp::it_file_base_old::data_header::block_bytes |
size variables
Definition at line 678 of file itfile.h.
Referenced by itpp::it_ifile_old::read_data_header(), itpp::it_file_old::remove(), itpp::it_ifile_old::seek(), itpp::it_file_old::write_data_header(), and itpp::it_file_old::write_data_header_here().
std::string itpp::it_file_base_old::data_header::name |
data name
Definition at line 681 of file itfile.h.
Referenced by itpp::it_ifile_old::info(), itpp::it_ifile_old::read_data_header(), itpp::it_file_old::remove(), itpp::it_ifile_old::seek(), itpp::it_file_old::write_data_header(), and itpp::it_file_old::write_data_header_here().
std::string itpp::it_file_base_old::data_header::type |
data type, e.g. int32, float32, etc. type = "" means deleted
Definition at line 683 of file itfile.h.
Referenced by itpp::it_ifile_old::info(), itpp::operator>>(), itpp::it_ifile_old::read_data_header(), itpp::it_file_old::remove(), itpp::it_ifile_old::seek(), itpp::it_file_old::write_data_header(), and itpp::it_file_old::write_data_header_here().
Generated on Sun Jun 5 2022 21:26:42 for IT++ by Doxygen 1.9.3