mirror of
				https://github.com/vdr-projects/vdr.git
				synced 2025-03-01 10:50:46 +00:00 
			
		
		
		
	Added cDevice::NumProvidedSystems() to PLUGINS.html
This commit is contained in:
		
							
								
								
									
										2
									
								
								HISTORY
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								HISTORY
									
									
									
									
									
								
							| @@ -6043,3 +6043,5 @@ Video Disk Recorder Revision History | ||||
|   (thanks to Rolf Ahrenberg). | ||||
| - Fixed the MEGABYTE() macro to make it correctly handle parameters resulting in | ||||
|   values larger than 2GB. | ||||
| - Added cDevice::NumProvidedSystems() to PLUGINS.html (was missing since it had | ||||
|   been implemented). | ||||
|   | ||||
| @@ -1802,6 +1802,9 @@ If the new device can receive, it most likely needs to provide a way of | ||||
| selecting which channel it shall tune to: | ||||
|  | ||||
| <p><table><tr><td class="code"><pre> | ||||
| <div class="modified"> | ||||
| virtual int NumProvidedSystems(void) const; | ||||
| </div modified> | ||||
| virtual bool ProvidesSource(int Source) const; | ||||
| virtual bool ProvidesTransponder(const cChannel *Channel) const; | ||||
| virtual bool ProvidesChannel(const cChannel *Channel, int Priority = -1, bool *NeedsDetachReceivers = NULL) const; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user