blob: a7f0362d1408a210c62ed7b848d6d3c151c09ec7 [file] [log] [blame]
Lott, Christopher (cl778h)2e1c18a2020-04-08 12:41:07 -04001RMR Python Bindings
2===================
Tommy Carpenterfbb59282020-04-08 07:04:51 -04003
4Overview
5--------
Lott, Christopher (cl778h)2e1c18a2020-04-08 12:41:07 -04006
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -04007The xapp python framework package includes a python subpackage called
8`rmr`. This subpackage (`ricxappframe.rmr`) is a CTYPES wrapper
Lott, Christopher (cl778h)2e1c18a2020-04-08 12:41:07 -04009around the RMR shared library. Most Xapp users will never use this
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -040010subpackage natively; however python apps that need access to the
11low-level RMR API can use it.
Tommy Carpenterfbb59282020-04-08 07:04:51 -040012
Lott, Christopher (cl778h)f55e4d82020-04-10 16:02:11 -040013Usage of this python package requires that the RMR shared-object
14library is installed in a system library that is included in the
15directories found by default, usually something like /usr/local/lib.
16
17The RMR library man pages are available here: :doc:`RMR Man Pages <ric-plt-lib-rmr:index>`
Tommy Carpenterfbb59282020-04-08 07:04:51 -040018
Lott, Christopher (cl778h)2e1c18a2020-04-08 12:41:07 -040019RMR API
20-------
Tommy Carpenterfbb59282020-04-08 07:04:51 -040021
Lott, Christopher (cl778h)db26ba22020-04-09 18:25:19 -040022.. automodule:: ricxappframe.rmr.rmr
23 :members:
Lott, Christopher (cl778h)2e1c18a2020-04-08 12:41:07 -040024
25
Lott, Christopher (cl778h)db26ba22020-04-09 18:25:19 -040026RMR Helper API
27--------------
Lott, Christopher (cl778h)2e1c18a2020-04-08 12:41:07 -040028
Lott, Christopher (cl778h)db26ba22020-04-09 18:25:19 -040029.. automodule:: ricxappframe.rmr.helpers
30 :members: