mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 06:40:05 +00:00 
			
		
		
		
	Alert layer should handle alerts by UUID if messages are received out of sequence
This commit is contained in:
		
							parent
							
								
									3f83c8e4a9
								
							
						
					
					
						commit
						16507adbe9
					
				
					 5 changed files with 46 additions and 7 deletions
				
			
		|  | @ -13,6 +13,8 @@ | |||
| #include <memory> | ||||
| #include <string> | ||||
| 
 | ||||
| #include <boost/uuid/uuid.hpp> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace awips | ||||
|  | @ -94,6 +96,7 @@ public: | |||
|    TextProductMessage(TextProductMessage&&) noexcept; | ||||
|    TextProductMessage& operator=(TextProductMessage&&) noexcept; | ||||
| 
 | ||||
|    boost::uuids::uuid                          uuid() const; | ||||
|    std::string                                 message_content() const; | ||||
|    std::shared_ptr<WmoHeader>                  wmo_header() const; | ||||
|    std::vector<std::string>                    mnd_header() const; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat