RTC Supervisor main.
More...
|
| void | RtcComponentMain (const Args &args) |
| | Main entry point for user code, this method must be implemented by component developers.
|
| |
RTC Supervisor main.
- Copyright
- (c) Copyright ESO 2023-2025 All Rights Reserved ESO (eso.org) is an Intergovernmental Organisation, and therefore special legal conditions apply.
◆ RtcComponentMain()
| void RtcComponentMain |
( |
const Args & | args | ) |
|
Main entry point for user code, this method must be implemented by component developers.
TelSub Application Entrypoint.
- Parameters
-
| args | opaque arguments class to be passed on to the RTC Component runner function. |
- Exceptions
-
| various | exceptions, which are caught in main |
- Parameters
-
| [in] | args | The application's command line arguments. |
- Note
- This is invoked by RTCTK Component Framework
main() implementation.