WsfUplinkTask¶
- WsfUplinkTask inherits WsfTask
WsfUplinkTask is a WsfTask for uplinking a track to another platform.
Static Methods¶
- WsfUplinkTask Create(string aTaskType)¶
Returns a new WsfUplinkTask with the given task type.
- WsfUplinkTask Create(string aTaskType, string aAssignee)¶
Returns a new WsfUplinkTask with the given task type and assignee platform name.
Methods¶
- string UplinkDestination()¶
Returns the platform name of the platform to receive the uplinked tracks.
- void UplinkDestination(string aUplinkDestination)¶
Sets the platform name of the platform to receive the uplinked tracks.
- string UplinkComm()¶
Returns the value for uplink comm, which if set overrides the uplink_comm parameter in WSF_TASK_PROCESSOR.
- void UplinkComm(string aUplinkComm)¶
Sets the value for uplink comm, which if set overrides the uplink_comm parameter in WSF_TASK_PROCESSOR.
- string UplinkSource()¶
Returns the value for uplink source, which if set overrides the uplink_source parameter in WSF_TASK_PROCESSOR.
- void UplinkSource(string aUplinkSource)¶
Sets the value for uplink source, which if set overrides the uplink_source parameter in WSF_TASK_PROCESSOR.