Numworks Epsilon  1.4.1
Graphing Calculator Operating System
suspend.cpp
Go to the documentation of this file.
1 #include "command.h"
2 #include <ion.h>
3 
4 namespace Ion {
5 namespace Device {
6 namespace Bench {
7 namespace Command {
8 
9 void Suspend(const char * input) {
10  if (input != nullptr) {
12  return;
13  }
14  reply(sOK);
15  Ion::msleep(100);
17 }
18 
19 }
20 }
21 }
22 }
const char *const sOK
Definition: command.cpp:9
void msleep(long ms)
Definition: ion.cpp:4
const char *const sSyntaxError
Definition: command.cpp:11
void Suspend(const char *input)
Definition: suspend.cpp:9
void reply(const char *s)
Definition: command.cpp:15
Definition: backlight.h:6
void suspend(bool checkIfPowerKeyReleased=false)
Definition: power.cpp:11