|
◆ Path()
drama::git::Path::Path |
( |
std::weak_ptr< drama::Task > |
theTask, |
|
|
const std::string & |
name, |
|
|
const std::string & |
host = "" , |
|
|
const std::string & |
file = "" |
|
) |
| |
Construct a drama::git::Path object.
Allows the the task name, host and file to be set
- Parameters
-
theTask | The DRAMA Task we are part of. This is passed by pointer, but Path is not taking ownership of the subject object, which must continue to exist until the Path object is destroyed.
|
name | The name the task will be known as (unless loaded, when the name the task registers as will be used) |
host | The node name on which the task is running or is to be loaded. Only used if not already running locally or known locally. |
file | The 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. |
|