Numworks Epsilon  1.4.1
Graphing Calculator Operating System
command.cpp File Reference
#include "command.h"
#include <ion.h>

Go to the source code of this file.

Namespaces

 Ion
 
 Ion::Device
 
 Ion::Device::Bench
 
 Ion::Device::Bench::Command
 

Functions

void Ion::Device::Bench::Command::reply (const char *s)
 
int8_t Ion::Device::Bench::Command::hexChar (char c)
 
bool Ion::Device::Bench::Command::isHex (char c)
 
uint32_t Ion::Device::Bench::Command::hexNumber (const char *s, int maxLength)
 

Variables

const char *const Ion::Device::Bench::Command::sOK = "OK"
 
const char *const Ion::Device::Bench::Command::sKO = "KO"
 
const char *const Ion::Device::Bench::Command::sSyntaxError = "SYNTAX_ERROR"
 
const char *const Ion::Device::Bench::Command::sON = "ON"
 
const char *const Ion::Device::Bench::Command::sOFF = "OFF"