#include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include <stdlib.h>
#include <ctype.h>
#include "pigpio.h"
#include "command.h"
Go to the source code of this file.
| char* cmdErrStr |
( |
int |
error | ) |
|
| static int cmdMatch |
( |
char * |
str | ) |
|
|
static |
| int cmdParse |
( |
char * |
buf, |
|
|
uint32_t * |
p, |
|
|
unsigned |
ext_len, |
|
|
char * |
ext, |
|
|
cmdCtlParse_t * |
ctl |
|
) |
| |
| int cmdParseScript |
( |
char * |
script, |
|
|
cmdScript_t * |
s, |
|
|
int |
diags |
|
) |
| |
| static int getNum |
( |
char * |
str, |
|
|
uint32_t * |
val, |
|
|
int8_t * |
opt |
|
) |
| |
|
static |
| char* fmtMdeStr ="RW540123" |
|
static |