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

◆ Create() [2/2]

template<typename T >
void drama::ParSys::Create ( const std::string &  name,
value 
)
inline

Create primitive parameter.

Create a parameter of the specified name and primitive type.

Supports the various primitive types - bool, char, short, unsigned short, INT32, UINT32, INT64, UINT64, float and double. Also the string representations char* and std::string.

Parameters
nameThe name of the parameter to create
valueThe new value for the parameter.

References drama::sds::Id::CreateFromSdsId(), and drama::CreateRunDramaTask().