mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 00:40:06 +00:00 
			
		
		
		
	Exposing select level 3 file blocks
This commit is contained in:
		
							parent
							
								
									01d24d70b8
								
							
						
					
					
						commit
						9073ec706b
					
				
					 4 changed files with 60 additions and 25 deletions
				
			
		|  | @ -53,6 +53,17 @@ int16_t ProductSymbologyBlock::block_divider() const | |||
|    return p->blockDivider_; | ||||
| } | ||||
| 
 | ||||
| uint16_t ProductSymbologyBlock::number_of_layers() const | ||||
| { | ||||
|    return p->numberOfLayers_; | ||||
| } | ||||
| 
 | ||||
| const std::vector<std::shared_ptr<Packet>>& | ||||
| ProductSymbologyBlock::packet_list(uint16_t i) const | ||||
| { | ||||
|    return p->layerList_[i]; | ||||
| } | ||||
| 
 | ||||
| size_t ProductSymbologyBlock::data_size() const | ||||
| { | ||||
|    return p->lengthOfBlock_; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat