Next: C Throttle Setup Up: C API Previous: "Catchall" Throttling Functions (VxWorks only)

C Filter Creation & Installation



These calls create the specified filter and install it in the cmlog client, thus combining the C++ newFilterXXX() and setFilter() calls. Returned value is either CMLOG_SUCCESS or CMLOG_ERROR.
  int cmlog_new_null_filter()

  int cmlog_new_jlab_filter()

  int cmlog_new_jlab_filter3(int maxSeverity,
			                 int maxVerbosity,
			                 int maxListSize)

  int cmlog_new_slac_filter()

  int cmlog_new_slac_filter3(int maxSeverity,
			                 int maxVerbosity,
			                 int maxListSize)


James Silva
2002-10-28