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

◆ SetParam()

void drama::Path::SetParam ( thread::TMessHandler action,
const std::string &  name,
const sds::Id argIn,
MessageEventHandler *const  eventProcessor = &_simpleEventProcessor 
)
inlineinherited

Sends a set parameter message to a task and blocks the current thread until it completes.

Parameters
actionA pointer to the threaded action which is executing this operation.
nameName of the parameter to set.
argInThe new value for the parameter.
eventProcessorAn object to use to process events. Defaults to a simple event processor that causes the method to return when the set completes.

References drama::TransEvtInfo::complete, drama::CreateRunDramaTask(), DramaTHROW_S, and drama::TransEvtInfo::entryStatus.