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 074c192 commit 33d0b54
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/source/gams-madara/background.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,16 @@ where the MAPE process is mapped as:
* Plan phase: algorithm plan;
* Execute phase: algorithm execution.


The possible values of PlatformAnalyzeStatus is:
* UNKNOWN = 0,
* OK = 1,
* WAITING = 2,
* DEADLOCKED = 4,
* FAILED = 8,
* MOVING = 16,
* REDUCED_SENSING_AVAILABLE = 128,
* REDUCED_MOVEMENT_AVAILABLE = 256,
* COMMUNICATION_AVAILABLE = 512,
* SENSORS_AVAILABLE = 1024,
* MOVEMENT_AVAILABLE = 2048

0 comments on commit 33d0b54

Please sign in to comment.