mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 02:20:04 +00:00 
			
		
		
		
	Integrate UGC class into Text Product Message, support multi-line UGC
This commit is contained in:
		
							parent
							
								
									d3b3ac6be6
								
							
						
					
					
						commit
						8fe7d5da6e
					
				
					 2 changed files with 23 additions and 4 deletions
				
			
		|  | @ -2,8 +2,9 @@ | |||
| 
 | ||||
| #include <scwx/awips/coded_location.hpp> | ||||
| #include <scwx/awips/coded_time_motion_location.hpp> | ||||
| #include <scwx/awips/pvtec.hpp> | ||||
| #include <scwx/awips/message.hpp> | ||||
| #include <scwx/awips/pvtec.hpp> | ||||
| #include <scwx/awips/ugc.hpp> | ||||
| #include <scwx/awips/wmo_header.hpp> | ||||
| 
 | ||||
| #include <cstdint> | ||||
|  | @ -31,13 +32,18 @@ struct Vtec | |||
| 
 | ||||
| struct SegmentHeader | ||||
| { | ||||
|    std::string              ugcString_; | ||||
|    std::vector<std::string> ugcString_; | ||||
|    Ugc                      ugc_; | ||||
|    std::vector<Vtec>        vtecString_; | ||||
|    std::vector<std::string> ugcNames_; | ||||
|    std::string              issuanceDateTime_; | ||||
| 
 | ||||
|    SegmentHeader() : | ||||
|        ugcString_ {}, vtecString_ {}, ugcNames_ {}, issuanceDateTime_ {} | ||||
|        ugcString_ {}, | ||||
|        ugc_ {}, | ||||
|        vtecString_ {}, | ||||
|        ugcNames_ {}, | ||||
|        issuanceDateTime_ {} | ||||
|    { | ||||
|    } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat