Broke out shell code from the collect-view app to make it useful for non-shell apps too. Added a shell app for interacting with collect-view. Broke out handling of parent, rtmetric, etx, and num_neighbors to make collect-view independent of rime collect.
This commit is contained in:
parent
ce53d7b748
commit
d6cb77a1d0
6 changed files with 163 additions and 45 deletions
|
@ -48,7 +48,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: shell.h,v 1.23 2010/10/12 11:34:49 adamdunkels Exp $
|
||||
* $Id: shell.h,v 1.24 2010/10/20 15:21:43 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -356,6 +356,7 @@ struct shell_input {
|
|||
#include "shell-base64.h"
|
||||
#include "shell-blink.h"
|
||||
#include "shell-checkpoint.h"
|
||||
#include "shell-collect-view.h"
|
||||
#include "shell-coffee.h"
|
||||
#include "shell-download.h"
|
||||
#include "shell-exec.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue