Contiki-NG
Functions

    Main header file for the Contiki shell
More...

#include "net/ipv6/uip.h"
#include "net/linkaddr.h"
#include "sys/process.h"
#include <stdio.h>

Go to the source code of this file.

Functions

void shell_init (void)
 Initializes Shell module.
 
 PT_THREAD (shell_input(struct pt *pt, shell_output_func output, const char *cmd))
 A protothread that is spawned by a Shell driver when receiving a new line.
 
void shell_output_6addr (shell_output_func output, const uip_ipaddr_t *ipaddr)
 Prints an IPv6 address. More...
 
void shell_output_lladdr (shell_output_func output, const linkaddr_t *lladdr)
 Prints a link-layer address. More...
 

Detailed Description

    Main header file for the Contiki shell
Author
Simon Duquennoy simon.nosp@m..duq.nosp@m.uenno.nosp@m.y@in.nosp@m.ria.f.nosp@m.r

Definition in file shell.h.