Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Diff: Inventory/Ghost/Ghost.h
- 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