summaryrefslogtreecommitdiff
path: root/pathloss/plugin.xml
blob: d17e63216f61fe4db91c58790ef30c380ccb6db0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<plugin id="Gnumeric_pathlossFuncPlugin">
	<information>
		<name>RF Path Loss Functions</name>
		<description></description>
	</information>
	<loader type ="Gnumeric_PythonLoader:python">
		<attribute name="module_name" value="pathloss-func"/>
	</loader>
	<services>
		<service type="function_group" id="pathlossfunc">
			<category>Local Python</category>
			<functions>
				<function name='pathloss_freespace'/>
				<function name='rf_range_freespace'/>
				<function name='pathloss_egli'/>
				<function name='rf_range_egli'/>
				<function name='pathloss_hata'/>
				<function name='rf_range_hata'/>
			</functions>
		</service>
	</services>
</plugin>
personal git repositories of Harald Welte. Your mileage may vary