mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-30 13:30:06 +00:00 
			
		
		
		
	Update VCP display
This commit is contained in:
		
							parent
							
								
									8d55413d03
								
							
						
					
					
						commit
						cae04fad37
					
				
					 11 changed files with 113 additions and 5 deletions
				
			
		
							
								
								
									
										13
									
								
								wxdata/include/scwx/common/vcp.hpp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								wxdata/include/scwx/common/vcp.hpp
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,13 @@ | |||
| #pragma once | ||||
| 
 | ||||
| #include <string> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace common | ||||
| { | ||||
| 
 | ||||
| std::string GetVcpDescription(uint16_t vcp); | ||||
| 
 | ||||
| } // namespace common
 | ||||
| } // namespace scwx
 | ||||
|  | @ -155,8 +155,9 @@ public: | |||
|    VolumeDataBlock(VolumeDataBlock&&) noexcept; | ||||
|    VolumeDataBlock& operator=(VolumeDataBlock&&) noexcept; | ||||
| 
 | ||||
|    float latitude() const; | ||||
|    float longitude() const; | ||||
|    float    latitude() const; | ||||
|    float    longitude() const; | ||||
|    uint16_t volume_coverage_pattern_number() const; | ||||
| 
 | ||||
|    static std::shared_ptr<VolumeDataBlock> | ||||
|    Create(const std::string& dataBlockType, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat