summaryrefslogtreecommitdiff
path: root/pathloss/plugin.xml
blob: 8ece45a9a55ffd8741d03fcc19cb4e5354107204 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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='pathloss_egli'/>
				<function name='pathloss_hata'/>
				<function name='pathloss_cost_hata'/>
			</functions>
		</service>
	</services>
</plugin>
personal git repositories of Harald Welte. Your mileage may vary