|
casacore
|
Public Attributes | |
| size_t | index |
| std::vector< std::byte > | mantisas_data |
| std::vector< std::byte > | exponent_data |
| size_t | allocated_chunk_size |
| size_t | n_allocated_items |
| Whenever a thread finishes preprocessing, it will update this value. | |
| size_t | n_finished_items |
| size_t | item_counter |
| size_t | chunk_size |
Definition at line 39 of file SiscoWriter.h.
| size_t casacore::sisco::SiscoWriter::Chunk::allocated_chunk_size |
Definition at line 43 of file SiscoWriter.h.
| size_t casacore::sisco::SiscoWriter::Chunk::chunk_size |
Definition at line 50 of file SiscoWriter.h.
| std::vector<std::byte> casacore::sisco::SiscoWriter::Chunk::exponent_data |
Definition at line 42 of file SiscoWriter.h.
| size_t casacore::sisco::SiscoWriter::Chunk::index |
Definition at line 40 of file SiscoWriter.h.
| size_t casacore::sisco::SiscoWriter::Chunk::item_counter |
Definition at line 49 of file SiscoWriter.h.
| std::vector<std::byte> casacore::sisco::SiscoWriter::Chunk::mantisas_data |
Definition at line 41 of file SiscoWriter.h.
| size_t casacore::sisco::SiscoWriter::Chunk::n_allocated_items |
Whenever a thread finishes preprocessing, it will update this value.
If the value is high enough, the thread knows the chunk is ready for deflate.
Definition at line 47 of file SiscoWriter.h.
| size_t casacore::sisco::SiscoWriter::Chunk::n_finished_items |
Definition at line 48 of file SiscoWriter.h.