ifw-daq  1.0.0
IFW Data Acquisition modules
Functions
recifsim.entrypoint Namespace Reference

Functions

def LoadMalForUri (uri, malSpecificProperties)
 Load MAL mapping based on the first three characters of the uri. More...
 
def main (args)
 Main entrypoint for simulator. More...
 

Function Documentation

◆ LoadMalForUri()

def recifsim.entrypoint.LoadMalForUri (   uri,
  malSpecificProperties 
)

Load MAL mapping based on the first three characters of the uri.

Parameters
uristring uri
malSpecificPropertiesmap of properties to use to initialize mapping
Returns
reference to mal.CiiFactory instance
Exceptions
RuntimeErrorwhen mapping could not be loaded

Definition at line 25 of file entrypoint.py.

◆ main()

def recifsim.entrypoint.main (   args)

Main entrypoint for simulator.

Definition at line 38 of file entrypoint.py.