gtouchable
Loading...
Searching...
No Matches
gtouchable Namespace Reference

Functions

const char * to_string (GTouchableType t)
 Converts a GTouchableType value to a stable string for logging.
 
GOptions defineOptions ()
 Defines the module options supported by gtouchable.
 

Function Documentation

◆ defineOptions()

GOptions gtouchable::defineOptions ( )

The returned options set is used to configure logging and any module-level behavior that may be introduced in the future.

Returns
A GOptions object describing the supported options for this module.

Definition at line 8 of file gtouchable_options.cc.

◆ to_string()

const char * gtouchable::to_string ( GTouchableType t)
inline

The returned strings match the digitization type constants where applicable:

  • flux -> FLUXNAME
  • particleCounter -> COUNTERNAME
  • dosimeter -> DOSIMETERNAME
Parameters
tThe touchable type.
Returns
A C-string suitable for log messages.

Definition at line 56 of file gtouchable.h.