From 70de3465135d992907cac5e19c42fbdc5443160b Mon Sep 17 00:00:00 2001 From: Sven Van de Velde Date: Sun, 31 Jul 2016 08:52:55 +0200 Subject: [PATCH] Updated documentation --- Moose Development/Moose/Process_Assign.lua | 2 +- Moose Development/Moose/Task_A2G.lua | 7 ++++--- Moose Development/Moose/Task_SEAD.lua | 5 +++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Moose Development/Moose/Process_Assign.lua b/Moose Development/Moose/Process_Assign.lua index 28dcc32f4..de51b8499 100644 --- a/Moose Development/Moose/Process_Assign.lua +++ b/Moose Development/Moose/Process_Assign.lua @@ -1,4 +1,4 @@ ---- This module contains the TASK_ASSIGN classes. +--- This module contains the PROCESS_ASSIGN classes. -- -- === -- diff --git a/Moose Development/Moose/Task_A2G.lua b/Moose Development/Moose/Task_A2G.lua index 5e026e057..e30cc205b 100644 --- a/Moose Development/Moose/Task_A2G.lua +++ b/Moose Development/Moose/Task_A2G.lua @@ -2,8 +2,9 @@ -- -- 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 is processed through a @{Statemachine#STATEMACHINE_TASK}, and has the following statuses: +-- The @{#TASK_A2G} class defines a CAS or BAI 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 is implemented using a @{Statemachine#STATEMACHINE_TASK}, and has the following statuses: -- -- * **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. @@ -15,7 +16,7 @@ -- -- ### Authors: FlightControl - Design and Programming -- --- @module Task_CAS +-- @module Task_A2G do -- TASK_A2G diff --git a/Moose Development/Moose/Task_SEAD.lua b/Moose Development/Moose/Task_SEAD.lua index 583901eac..9cba080f9 100644 --- a/Moose Development/Moose/Task_SEAD.lua +++ b/Moose Development/Moose/Task_SEAD.lua @@ -2,8 +2,9 @@ -- -- 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 is processed through a @{Statemachine#STATEMACHINE_TASK}, and has the following statuses: +-- The @{#TASK_SEAD} class defines a SEAD task for a @{Set} of Target Units, located at a Target Zone, +-- 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 -- * **Planned**: The SEAD task is planned. Upon Planned, the sub-process @{Process_Assign#PROCESS_ASSIGN_ACCEPT} is started to accept the task.