ifw-daq  3.0.0-pre2
IFW Data Acquisition modules
Functions
metadaq.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 metadaq.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 26 of file entrypoint.py.

◆ main()

def metadaq.entrypoint.main (   args)

Main entrypoint for simulator.

Definition at line 39 of file entrypoint.py.