Proj 324 Final

Fork of ELEC351_Group_T by Plymouth ELEC351 Group T

Committer:
thomasmorris
Date:
Sat Dec 30 20:55:48 2017 +0000
Revision:
23:3c85d7f657a2
Working on Serial Comms

Who changed what in which revision?

UserRevisionLine numberNew contents of line
thomasmorris 23:3c85d7f657a2 1 #include "SERIAL.hpp"
thomasmorris 23:3c85d7f657a2 2 void READ_ALL()
thomasmorris 23:3c85d7f657a2 3 {
thomasmorris 23:3c85d7f657a2 4
thomasmorris 23:3c85d7f657a2 5 }
thomasmorris 23:3c85d7f657a2 6 void DELETE_ALL()
thomasmorris 23:3c85d7f657a2 7 {
thomasmorris 23:3c85d7f657a2 8
thomasmorris 23:3c85d7f657a2 9 }
thomasmorris 23:3c85d7f657a2 10 void READ_n()
thomasmorris 23:3c85d7f657a2 11 {
thomasmorris 23:3c85d7f657a2 12
thomasmorris 23:3c85d7f657a2 13 }
thomasmorris 23:3c85d7f657a2 14 void DELETE_n()
thomasmorris 23:3c85d7f657a2 15 {
thomasmorris 23:3c85d7f657a2 16
thomasmorris 23:3c85d7f657a2 17 }
thomasmorris 23:3c85d7f657a2 18 void SETDATE()
thomasmorris 23:3c85d7f657a2 19 {
thomasmorris 23:3c85d7f657a2 20
thomasmorris 23:3c85d7f657a2 21 }
thomasmorris 23:3c85d7f657a2 22 void SETT()
thomasmorris 23:3c85d7f657a2 23 {
thomasmorris 23:3c85d7f657a2 24
thomasmorris 23:3c85d7f657a2 25 }
thomasmorris 23:3c85d7f657a2 26 void STATE()
thomasmorris 23:3c85d7f657a2 27 {
thomasmorris 23:3c85d7f657a2 28
thomasmorris 23:3c85d7f657a2 29 }
thomasmorris 23:3c85d7f657a2 30 void LOGGING()
thomasmorris 23:3c85d7f657a2 31 {
thomasmorris 23:3c85d7f657a2 32
thomasmorris 23:3c85d7f657a2 33 }
thomasmorris 23:3c85d7f657a2 34 void HELP()
thomasmorris 23:3c85d7f657a2 35 {
thomasmorris 23:3c85d7f657a2 36 //Mutex This
thomasmorris 23:3c85d7f657a2 37 cout << "Avalible Commands are: "<< endl;
thomasmorris 23:3c85d7f657a2 38 cout << "READ ALL , DELETE ALL READ<n> ,DELETE<n> , SETDATE<dd> <mm> <yyyy> , SETTIME <hh> <mm> <ss>, SETT <T> , STATE <x>, LOGGING <x>, HELP"<< endl;
thomasmorris 23:3c85d7f657a2 39 }