Next: C++ SLAC Throttle Remove Up: C++ API Previous: C++ SLAC Throttle On/Off

C++ SLAC Throttle Show



  void cmlogFilterSLAC::throttleShow ()
This function writes a summary of currently set throttles, including all of the arguments originally used to set up each throttle. The throttleShow format is as follows:
   Showing throttle n: [tag:]value [(inactive)]
   
The bracketed terms only occur when relevant. If the tag is "text", then only the value is displayed. The tag name is displayed for all other tags.

Inactive throttles will have the string "(inactive)" appended to their description, while active throttles will have no extra description. Throttles are indexed starting at 1, and correspond to the argument n in throttleRemove(int n).
James Silva
2002-10-28