AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ DcppTask() [1/3]

DcppTask::DcppTask ( const char *const  name,
const char *const  location = 0,
const char *const  file = 0 
)

Normal constructor.

Allows the the task name, location and file to be set

Parameters
nameThe name the task will be known as (unless loaded, when the name the task registers as will be used)
locationThe node name on which the task is running or is to be loaded. Only used if not already running locally or known locally.
fileThe file of the task, as required by DitsLoad(). Normally a file name, but may be different depending on the location, e.g. on a VxWorks machine.