Class Index | Cross Index | Namespace Index |
Contained in: FrameCPP
Derived from:
none
Derived by:
none
#include "framecpp/FrameHBase.hh"
public function member index: |
|||
virtual | ~FrameHBase | (); | |
virtual void | TriggerADC | (FrAdcDataBase*, bool activate); | (De)activate an ADC |
protected function member index: |
|||
FrameHBase | (); | ||
Single ADC channel (de)activated referenced by its name
Parameters:
Parameter | Description |
char* adcName | ADC channel name |
bool activate | true to activate, false to deactivate |
Exceptions:
Exception | Description |
not_found_error | ADC channel not found |
std::bad_alloc | Memory allocation failed |