ngscopeclient 0.1-dev+51fbda87c
Public Member Functions | Public Attributes | List of all members
ConfigWarningMessage Class Reference

A warning message displayed by a driver during loading of a session. More...

#include <ConfigWarningList.h>

Public Member Functions

 ConfigWarningMessage (const std::string &o, const std::string &m, const std::string &e, const std::string &p)
 

Public Attributes

std::string m_object
 Human readable name of the channel and setting (e.g. "CH2 input")
 
std::string m_messageText
 Warning message explaining the change (e.g. "switching out 10 dB attenuator")
 
std::string m_existingValue
 The current value of the setting.
 
std::string m_proposedValue
 The new value of the setting being loaded.
 

Detailed Description

A warning message displayed by a driver during loading of a session.

These warnings are intended to provide a "speed bump" preventing users from loading instrument settings which may damage their hardware.


The documentation for this class was generated from the following file: