Merge remote-tracking branch 'refs/remotes/origin/master' into PICKUP

This commit is contained in:
Sven Van de Velde 2016-08-02 07:36:27 +02:00
commit 0a5d2a38c5
3 changed files with 8 additions and 6 deletions

View File

@ -1,4 +1,4 @@
--- This module contains the TASK_ASSIGN classes. --- This module contains the PROCESS_ASSIGN classes.
-- --
-- === -- ===
-- --

View File

@ -2,8 +2,9 @@
-- --
-- 1) @{#TASK_A2G} class, extends @{Task#TASK_BASE} -- 1) @{#TASK_A2G} class, extends @{Task#TASK_BASE}
-- ================================================= -- =================================================
-- The @{#TASK_A2G} class defines a new CAS task of a @{Set} of Target Units, located at a Target Zone, based on the tasking capabilities defined in @{Task#TASK_BASE}. -- The @{#TASK_A2G} class defines a CAS or BAI task of a @{Set} of Target Units,
-- The TASK_A2G is processed through a @{Statemachine#STATEMACHINE_TASK}, and has the following statuses: -- located at a Target Zone, based on the tasking capabilities defined in @{Task#TASK_BASE}.
-- The TASK_A2G is implemented using a @{Statemachine#STATEMACHINE_TASK}, and has the following statuses:
-- --
-- * **None**: Start of the process -- * **None**: Start of the process
-- * **Planned**: The SEAD task is planned. Upon Planned, the sub-process @{Process_Assign#PROCESS_ASSIGN_ACCEPT} is started to accept the task. -- * **Planned**: The SEAD task is planned. Upon Planned, the sub-process @{Process_Assign#PROCESS_ASSIGN_ACCEPT} is started to accept the task.
@ -15,7 +16,7 @@
-- --
-- ### Authors: FlightControl - Design and Programming -- ### Authors: FlightControl - Design and Programming
-- --
-- @module Task_CAS -- @module Task_A2G
do -- TASK_A2G do -- TASK_A2G

View File

@ -2,8 +2,9 @@
-- --
-- 1) @{#TASK_SEAD} class, extends @{Task#TASK_BASE} -- 1) @{#TASK_SEAD} class, extends @{Task#TASK_BASE}
-- ================================================= -- =================================================
-- The @{#TASK_SEAD} class defines a new SEAD task of a @{Set} of Target Units, located at a Target Zone, based on the tasking capabilities defined in @{Task#TASK_BASE}. -- The @{#TASK_SEAD} class defines a SEAD task for a @{Set} of Target Units, located at a Target Zone,
-- The TASK_SEAD is processed through a @{Statemachine#STATEMACHINE_TASK}, and has the following statuses: -- based on the tasking capabilities defined in @{Task#TASK_BASE}.
-- The TASK_SEAD is implemented using a @{Statemachine#STATEMACHINE_TASK}, and has the following statuses:
-- --
-- * **None**: Start of the process -- * **None**: Start of the process
-- * **Planned**: The SEAD task is planned. Upon Planned, the sub-process @{Process_Assign#PROCESS_ASSIGN_ACCEPT} is started to accept the task. -- * **Planned**: The SEAD task is planned. Upon Planned, the sub-process @{Process_Assign#PROCESS_ASSIGN_ACCEPT} is started to accept the task.