ODIN
Public Member Functions | Public Attributes | List of all members

#include <ldrbase.h>

Public Member Functions

 JcampDxProps (bool user_defined_parameter=true, const STD_string &parx_name="", double parx_assign_factor=1.0, double parx_assign_offset=0.0)
 

Public Attributes

bool userdef_parameter
 
STD_string parx_equiv_name
 
double parx_equiv_factor
 
double parx_equiv_offset
 

Detailed Description

Data structure to store JCAMP-DX-specific properties of a parameter

Definition at line 224 of file ldrbase.h.

Constructor & Destructor Documentation

◆ JcampDxProps()

JcampDxProps::JcampDxProps ( bool  user_defined_parameter = true,
const STD_string &  parx_name = "",
double  parx_assign_factor = 1.0,
double  parx_assign_offset = 0.0 
)
inline

Convenience constructor

Definition at line 229 of file ldrbase.h.

Member Data Documentation

◆ parx_equiv_factor

double JcampDxProps::parx_equiv_factor

Scaling factor in assignment to equivalent parx parameter

Definition at line 248 of file ldrbase.h.

◆ parx_equiv_name

STD_string JcampDxProps::parx_equiv_name

Equivalent parx parameter name

Definition at line 243 of file ldrbase.h.

◆ parx_equiv_offset

double JcampDxProps::parx_equiv_offset

Offset in assignment to equivalent parx parameter

Definition at line 253 of file ldrbase.h.

◆ userdef_parameter

bool JcampDxProps::userdef_parameter

Determines whether the JCAMP-DX parameter is user defined, see [1,2] for details.

Definition at line 238 of file ldrbase.h.


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