3rd Repo, trying to figure this out.
Fork of SOFT253_Template_Weather_OS_54 by
Diff: CircularArray/CircularArray.h
- Revision:
- 83:0d3572a8a851
- Parent:
- 81:996c0a3319b4
--- a/CircularArray/CircularArray.h Thu May 11 15:53:15 2017 +0000 +++ b/CircularArray/CircularArray.h Thu May 11 19:23:55 2017 +0000 @@ -7,15 +7,12 @@ class CircularArray { public: - - // constructor CircularArray(int limit, MessageLogger *newLogger); - // public methods: void pushValue(Measure _measure); - void readX(int x); + void readN(int n); void readAll(); - void deleteX(int x); + void deleteN(int n); void deleteAll(); int getSize(); Measure pullValue();