Implement the MSDP/GMCP wrappers for the backend inlinefuncs as per #924. It's not fully tested yet though.
This commit is contained in:
parent
8709ffefb8
commit
4f02ec1cbe
3 changed files with 74 additions and 20 deletions
|
|
@ -621,6 +621,15 @@ class ServerSessionHandler(SessionHandler):
|
|||
self.server.amp_protocol.send_MsgServer2Portal(session,
|
||||
**kwargs)
|
||||
|
||||
def get_inputfuncs(self):
|
||||
"""
|
||||
Get all registered inputfuncs (access function)
|
||||
|
||||
Returns:
|
||||
inputfuncs (dict): A dict of {key:inputfunc,...}
|
||||
"""
|
||||
return _INPUT_FUNCS
|
||||
|
||||
def data_in(self, session, **kwargs):
|
||||
"""
|
||||
Data Portal -> Server.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue