Skip to content

Commit

Permalink
Update background.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloparavisi committed Nov 20, 2017
1 parent 3cffbde commit 1dd8ce4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/source/gams-madara/background.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ where the MAPE process is mapped as:
* Plan phase: algorithm plan;
* Execute phase: algorithm execution.

The possible values of PlatformAnalyzeStatus is:
The possible values of PlatformAnalyzeStatus are:
* UNKNOWN = 0,
* OK = 1,
* WAITING = 2,
Expand All @@ -33,3 +33,14 @@ The possible values of PlatformAnalyzeStatus is:
* SENSORS_AVAILABLE = 1024,
* MOVEMENT_AVAILABLE = 2048


The possible values of AlgorithmAnalyzeStatus are:
* UNKNOWN = 0x00000000,
* OK = 0x00000001,
* WAITING = 0x00000002,
* DEADLOCKED = 0x00000004,
* FAILED = 0x00000008,
* FINISHED = 0x00000010



0 comments on commit 1dd8ce4

Please sign in to comment.