ifw-daq
3.0.0-pre2
IFW Data Acquisition modules
simulator
recifsim
src
recifsim.py
Go to the documentation of this file.
1
#!/usr/bin/env python3
2
"""
3
@file
4
@ingroup daq_recifsim
5
@copyright 2022 ESO - European Southern Observatory
6
"""
7
import
sys
8
from
ifw.daq.sim.rec.entrypoint
import
main
# pylint: disable=no-name-in-module
9
10
11
if
__name__ ==
"__main__"
:
12
main
(sys.argv)
main
int main(int argc, char **argv)
Definition:
main.cpp:68
Generated by
1.9.1