Typedefs | |
typedef unsigned long long | TimeStamp |
Variables | |
const string | LOG_FACTORY_NAME = "LogFactory" |
const string | NOTIFICATION_FACTORY_NAME = "NotifyEventChannelFactory" |
const string | LOGGING_NOTIFICATION_FACTORY_NAME = "LoggingNotifyEventChannelFactory" |
const string | ARCHIVE_NOTIFICATION_FACTORY_NAME = "ArchiveNotifyEventChannelFactory" |
const string | ALARM_NOTIFICATION_FACTORY_NAME = "AlarmNotifyEventChannelFactory" |
const string | NAMING_SERVICE_NAME = "NameService" |
const string | ALMADOMAIN = "ALMA" |
const string | ARCHIVING_DOMAIN = "Archiving" |
const string | LOGGING_DOMAIN = "Logging" |
const string | ARCHIVING_CHANNEL_NAME = "ArchivingChannel" |
const string | ARCHIVING_CHANNEL_KIND = "" |
const string | LOGGING_CHANNEL_NAME = "LoggingChannelBin" |
const string | LOGGING_CHANNEL_XML_NAME = "LoggingChannel" |
const string | LOGGING_CHANNEL_KIND = "" |
const string | DEFAULTDATANAME = "almaData" |
const string | NC_KIND = "channels" |
const string | LOGGING_TYPE = "" |
|
|
|
ALARM_NOTIFICATION_FACTORY_NAME is the CORBA service used to create new event channels for Alarms. |
|
Domain for notification channels. This domain is used for ICD-style events shared between ALMA subsystems.
|
|
ARCHIVE_NOTIFICATION_FACTORY_NAME is the CORBA service used to create new event channels for events sent directly to the ALMA Archive. |
|
Kind of the notification channel (as registered with the Naming Service) that contains events from BACI properties to be stored in the ALMA Archive. |
|
Name of the notification channel (as registered with the Naming Service) that contains events from BACI properties to be stored in the ALMA Archive. |
|
Domain for notification channels. This domain is used for events sent to the ALMA Archive. |
|
DEFAULTDATANAME is just something that needs to be packed into Structured Events. This defines the name of the data structure being used where filtering is applicable. |
|
The name of the ACS logging service as registered with the CORBA Naming Service. |
|
Kind of the notification channel (as registered with the Naming Service) that contains events from BACI properties to be stored in the ALMA Archive. |
|
Name of the notification channel (as registered with the Naming Service) that contains logs in "binary" idl way. |
|
Name of the notification channer that contains the logs in xml |
|
Domain for notification channels. This domain is used for logging events sent. |
|
LOGGING_NOTIFICATION_FACTORY_NAME is the CORBA service used to create new event channels for log events. |
|
Type field of logging events. |
|
NAMING_SERVICE_NAME is the name of the CORBA service which binds names to CORBA objects. |
|
NC_KIND stands for naming context kind. Whenever we attach a channel to the Naming Service, we use the "kind" type to hopefully ensure nothing overwrites the NC_ID orphaned context. |
|
NOTIFICATION_FACTORY_NAME is the CORBA service used to create new event channels. |