mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-30 13:30:06 +00:00 
			
		
		
		
	Support text product updates
This commit is contained in:
		
							parent
							
								
									be1d7323bd
								
							
						
					
					
						commit
						a202e0e2a0
					
				
					 7 changed files with 66 additions and 3 deletions
				
			
		|  | @ -1,6 +1,7 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <scwx/awips/message.hpp> | ||||
| #include <scwx/awips/wmo_header.hpp> | ||||
| 
 | ||||
| #include <cstdint> | ||||
| #include <memory> | ||||
|  | @ -24,6 +25,8 @@ public: | |||
|    TextProductMessage(TextProductMessage&&) noexcept; | ||||
|    TextProductMessage& operator=(TextProductMessage&&) noexcept; | ||||
| 
 | ||||
|    std::shared_ptr<WmoHeader> wmo_header() const; | ||||
| 
 | ||||
|    size_t data_size() const; | ||||
| 
 | ||||
|    bool Parse(std::istream& is) override; | ||||
|  |  | |||
|  | @ -33,6 +33,8 @@ public: | |||
|    WmoHeader(WmoHeader&&) noexcept; | ||||
|    WmoHeader& operator=(WmoHeader&&) noexcept; | ||||
| 
 | ||||
|    bool operator==(const WmoHeader& o) const; | ||||
| 
 | ||||
|    const std::string& sequence_number() const; | ||||
|    const std::string& data_type() const; | ||||
|    const std::string& geographic_designator() const; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat