mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:50:06 +00:00
Add file request data
This commit is contained in:
parent
883626ebf5
commit
505b424de4
4 changed files with 94 additions and 5 deletions
|
|
@ -87,6 +87,8 @@ bool Level3File::LoadData(std::istream& is)
|
|||
<< logPrefix_ << "Date/Time: " << p->wmoHeader_->date_time();
|
||||
BOOST_LOG_TRIVIAL(debug)
|
||||
<< logPrefix_ << "Category: " << p->wmoHeader_->product_category();
|
||||
BOOST_LOG_TRIVIAL(debug)
|
||||
<< logPrefix_ << "Site ID: " << p->wmoHeader_->product_designator();
|
||||
|
||||
// If the header is compressed
|
||||
if (is.peek() == 0x78)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue