summaryrefslogtreecommitdiff
path: root/pathloss/plugin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pathloss/plugin.xml')
-rw-r--r--pathloss/plugin.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/pathloss/plugin.xml b/pathloss/plugin.xml
new file mode 100644
index 0000000..8ece45a
--- /dev/null
+++ b/pathloss/plugin.xml
@@ -0,0 +1,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