AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ ParSys()

drama::ParSys::ParSys ( std::weak_ptr< Task dramaTask)
inline

Create an object to access the parameter system.

Parameters
dramaTaskThe DRAMA Task we are part of. This is passed by pointer, but ParSys is not taking ownership of the subject object, which must continue to exist until the ParSys object is destroyed.