General Subroutines for Field Definitions: Alarm Management API

The general subroutines are used to get the current process name, suspend the process temporarily, deactivate the IPC port, and register with IPC.

  • coprcnam
  • Get current process name
  • cor_logstatus
  • Write error information to the CIMPLICITY status log.
  • cor_long_long_from_stamp_utc
  • Convert the COR_STAMP to a long long.
  • cor_stamp
  • Get t"Field Definitions:e current time of day as a timestamp
  • cor_stamp_calc_utcHR
  • Generate a UTC timestamp for a particular date and time
  • cor_stamp_calcHR
  • Generate a timestamp for a particular date and time.
  • cor_stamp_cmp
  • Compare the order in which one COR_STAMP occurs relative to another.
  • cor_stamp_convert_to_ascii
  • Convert the COR_STAMP to ASCII.
  • cor_stamp_convert_to_ascii_utc
  • Convert the UTC COR_STAMP to ASCII.
  • cor_stamp_get_components_utcHR
  • Convert a UTC timestamp into its various components.
  • cor_stamp_get_componentsHR
  • Convert a timestamp into its various components.
  • cor_stamp_get_diff
  • Calculate the difference between two COR_STAMPs.
  • cor_stamp_get_diffHR
  • Calculate the difference between two COR_STAMPs.
  • cor_stamp_getfracHR
  • Get the fractional part of a COR_STAMP.
  • cor_stamp_is_set
  • Return whether or not the COR_STAMP is set.
  • cor_stamp_is_valid
  • Return whether or not the COR_STAMP is valid.
  • cor_stamp_reset
  • Reset the COR_STAMP to the beginning of epoch time.
  • cor_stamp_set_fracHR
  • Set the fractional part of a COR_STAMP.
  • ipc_deactivate
  • Deactivate a port
  • ipc_register
  • Register wit"Field Definitions: IPC