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

◆ GitTask() [1/2]

GitTask::GitTask ( const std::string &  name,
const std::string &  node = "",
const std::string &  file = "" 
)

Construct a GitTask object.


Allows the the task name, location and file to be set. Details are the same as the DcppTask:: standard constructor.

Parameters
nameThe name the task will be known as (unless loaded, when the name the task registers as will be used)
nodeThe 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.