:tocdepth: 3 #### LOVE #### .. note:: This page is generated by python script ``generate_cet.py``. :ref:`Back to table ` Commands -------- .. _LOVE:Commands:requestAuthorization: requestAuthorization ~~~~~~~~~~~~~~~~~~~~ **Description**: Request changes to authorization. :EFDB_Topic: LOVE_command_requestAuthorization .. _LOVE:Commands:requestAuthorization:cscsToChange: cscsToChange ************ :IDL_Type: string :Units: unitless **Description**: Comma-separated list of csc_name[:index] of CSCs whose authorization is to be changed. Whitespace is allowed after each comma. .. _LOVE:Commands:requestAuthorization:authorizedUsers: authorizedUsers *************** :IDL_Type: string :Units: unitless **Description**: Comma seperated list of authorized users currently allowed to command this CSC, in the form user@host. If the first character is +/- then the specified users are added/removed. Duplicates are silently ignored. The CSC's own user@host is silently ignored, because it is always authorized. For removal, CSCs that are not in the list are silently ignored. Whitespace is allowed after the optional initial +/- and after each comma. .. _LOVE:Commands:requestAuthorization:nonAuthorizedCSCs: nonAuthorizedCSCs ***************** :IDL_Type: string :Units: unitless **Description**: Comma seperated list of CSC's not currently allowed to command this CSC, in the form name[:index]. An index of 0 is stripped (name:0 becomes name). If the first character is +/- then the specified CSCs are added/removed. Duplicates are silently ignored. For removal, CSCs that are not in the list are silently ignored. Whitespace is allowed after the optional initial +/- and after each comma. Events ------ .. _LOVE:Events:observingLog: observingLog ~~~~~~~~~~~~ **Description**: A message for the observing log. :EFDB_Topic: LOVE_logevent_observingLog .. _LOVE:Events:observingLog:message: message ******* :IDL_Type: string :Units: unitless **Description**: The message. .. _LOVE:Events:observingLog:user: user **** :IDL_Type: string :Units: unitless **Description**: Who is the message from? authList ~~~~~~~~ :EFDB_Topic: SALGeneric_logevent_authList .. _LOVE:authList:authorizedUsers: authorizedUsers *************** :IDL_Type: string :Units: unitless **Description**: Comma seperated list of authorized users currently allowed to command this CSC. .. _LOVE:authList:nonAuthorizedCSCs: nonAuthorizedCSCs ***************** :IDL_Type: string :Units: unitless **Description**: Comma seperated list of CSC's not currently allowed to command this CSC. heartbeat ~~~~~~~~~ :EFDB_Topic: SALGeneric_logevent_heartbeat .. _LOVE:heartbeat:heartbeat: heartbeat ********* :IDL_Type: boolean :Units: unitless **Description**: Beats the drum. logLevel ~~~~~~~~ **Description**: Current logging level. :EFDB_Topic: SALGeneric_logevent_logLevel .. _LOVE:logLevel:level: level ***** :IDL_Type: int :Units: unitless **Description**: Current logging level, a Python logging level: error=40, warning=30, info=20, debug=10. logMessage ~~~~~~~~~~ **Description**: A log message. :EFDB_Topic: SALGeneric_logevent_logMessage .. _LOVE:logMessage:name: name **** :IDL_Type: string :Units: unitless **Description**: Log name. .. _LOVE:logMessage:level: level ***** :IDL_Type: int :Units: unitless **Description**: Message level, a Python logging level: error=40, warning=30, info=20, debug=10. .. _LOVE:logMessage:message: message ******* :IDL_Type: string :Units: unitless **Description**: Log message. .. _LOVE:logMessage:traceback: traceback ********* :IDL_Type: string :Units: unitless **Description**: Exception traceback; "" if not an exception. .. _LOVE:logMessage:filePath: filePath ******** :IDL_Type: string :Units: unitless **Description**: Path to source file. .. _LOVE:logMessage:functionName: functionName ************ :IDL_Type: string :Units: unitless **Description**: Function or method name. .. _LOVE:logMessage:lineNumber: lineNumber ********** :IDL_Type: long :Units: unitless **Description**: Line number in the file specified by filePath. .. _LOVE:logMessage:process: process ******* :IDL_Type: long :Units: unitless **Description**: Process ID.