mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 13:10:04 +00:00 
			
		
		
		
	Provide interface to request multiple text product lists in parallel
This commit is contained in:
		
							parent
							
								
									33c73ef0e2
								
							
						
					
					
						commit
						7a8a0302e0
					
				
					 2 changed files with 118 additions and 68 deletions
				
			
		|  | @ -4,6 +4,7 @@ | |||
| 
 | ||||
| #include <memory> | ||||
| #include <string> | ||||
| #include <vector> | ||||
| 
 | ||||
| #include <boost/outcome/result.hpp> | ||||
| 
 | ||||
|  | @ -29,6 +30,10 @@ public: | |||
|    ListTextProducts(std::chrono::sys_time<std::chrono::days> date, | ||||
|                     std::optional<std::string_view>          cccc = {}, | ||||
|                     std::optional<std::string_view>          pil  = {}); | ||||
|    static boost::outcome_v2::result<std::vector<std::string>> | ||||
|    ListTextProducts(std::vector<std::chrono::sys_time<std::chrono::days>> dates, | ||||
|                     std::vector<std::string_view> ccccs = {}, | ||||
|                     std::vector<std::string_view> pils  = {}); | ||||
| 
 | ||||
|    static std::vector<std::shared_ptr<awips::TextProductFile>> | ||||
|    LoadTextProducts(const std::vector<std::string>& textProducts); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat