Radu-Adrian Marcu / Mbed OS SOFT253_GroupA_AssignmentRepo

Dependencies:   LPS25H hts221

Fork of SOFT253_Template_Weather_OS_54 by Stage-1 Students SoCEM

Revisions of LinkedList.cpp

Revision Date Message Actions
63:cb7b9d2ccfa5 2017-04-07 Created a circular array class ready to replace the linked list; File  Diff  Annotate
62:9cea49a2600d 2017-04-07 Changed the ListAll and DeleteAll commands to call the ListX/DeleteX commands passing in the current size - removes duplicated code File  Diff  Annotate
61:330fae754769 2017-04-07 Changed the list to use a memory pool to stop dynamic memory allocation File  Diff  Annotate
60:db8c5b7fc548 2017-04-07 Added some more error handling for commands. Implmented "help command". Changed "list" to "Read" command. Commands now return errors if wrong parameters are introduced. Format / layout modifciations. File  Diff  Annotate
57:dfcdda1e42b6 2017-04-07 Commented the main.cpp file. File  Diff  Annotate
54:53ee2d07d684 2017-04-06 Added comments to the parts of the code changed by this branch File  Diff  Annotate
53:abb161ed4c8c 2017-04-06 Fixed some compiler errors and tested the circular list File  Diff  Annotate
52:b95572c3d4c4 2017-04-06 Implemented a limit to the size of the list, needs testing File  Diff  Annotate
47:468a89d62c23 2017-04-06 List of measures now keeps track of time at which the measure has been taken. File  Diff  Annotate
45:9a33f2bc2b4e 2017-04-06 Implemented status command File  Diff  Annotate
44:b523c9a9dd97 2017-04-06 Implemented Delete all / Delete X commands. File  Diff  Annotate
43:3983059e0d91 2017-04-06 Commands may now take parameters! Yay! Implemented List all / list x File  Diff  Annotate
42:b1f29874ab70 2017-04-05 Implemented 'list all' command File  Diff  Annotate
40:ba083993b481 2017-04-05 Splited classes into multiple .cpps / .h files. File  Diff  Annotate