ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_el18gs

Dependencies:   mbed

Revision:
7:220d3ebf74cf
Parent:
6:d755c4c56bdd
Child:
8:4220d116f17c
--- a/Inventory/Ghost/Ghost.h	Mon May 11 18:14:40 2020 +0000
+++ b/Inventory/Ghost/Ghost.h	Mon May 11 18:28:37 2020 +0000
@@ -14,19 +14,18 @@
 #include <iostream>
 
 // Define a stringvec as a vector of strings
-/** @pulic
-* @var test
+/** @pulic vector of strings used in data processing
 */
 typedef std::vector<std::string> stringvec; 
 
-/** @public Enumerated Type called Type
-* Used to illustrate the type or species of a ghost object
+/** @public Enumerated Type called Type Used to illustrate the type or species 
+* of a ghost object, chances of each ghost being caught displayed next to type
 */
-enum Type {BASIC, /**< float for x value */
-            ECTO, /**< float for x value */
-            POLTER, /**< float for x value */
-            ORB, /**< float for x value */
-            FUNNEL /**< float for x value */
+enum Type {BASIC, /**< 50%*/
+            ECTO, /**< 20% */
+            POLTER, /**< 15% */
+            ORB, /**< 10% */
+            FUNNEL /**< 5% */
             };
 
 /** Ghost Class