Contiki 2.5
Main Page
Related Pages
Modules
Data Structures
Files
Examples
File List
Globals
platform
avr-ravenusb
cdc_task.h
Go to the documentation of this file.
1
/* This file has been prepared for Doxygen automatic documentation generation.*/
2
/*! \file cdc_task.h ************************************************************
3
*
4
* \brief
5
* This file manages the CDC task for the virtual COM port.
6
*
7
* \addtogroup usbstick
8
*
9
* \author
10
* Colin O'Flynn <coflynn@newae.com>
11
*
12
******************************************************************************/
13
/* Copyright (c) 2008 ATMEL Corporation
14
Copyright (c) 2008 Colin O'Flynn
15
All rights reserved.
16
17
Redistribution and use in source and binary forms, with or without
18
modification, are permitted provided that the following conditions are met:
19
20
* Redistributions of source code must retain the above copyright
21
notice, this list of conditions and the following disclaimer.
22
* Redistributions in binary form must reproduce the above copyright
23
notice, this list of conditions and the following disclaimer in
24
the documentation and/or other materials provided with the
25
distribution.
26
* Neither the name of the copyright holders nor the names of
27
contributors may be used to endorse or promote products derived
28
from this software without specific prior written permission.
29
30
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
31
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
32
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
33
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
34
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
35
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
36
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
37
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
38
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
39
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
40
POSSIBILITY OF SUCH DAMAGE.
41
*/
42
43
#ifndef _CDC_TASK_H_
44
#define _CDC_TASK_H_
45
46
/**
47
\addtogroup cdctask
48
@{
49
*/
50
51
//_____ I N C L U D E S ____________________________________________________
52
53
54
#include "config.h"
55
56
//_____ M A C R O S ________________________________________________________
57
58
59
60
//_____ D E C L A R A T I O N S ____________________________________________
61
62
63
void
sof_action(
void
);
64
void
vcptx_end_led
(
void
);
65
66
void
rawmode_enable(
void
);
67
void
rawmode_disable(
void
);
68
69
PROCESS_NAME
(cdc_process);
70
71
/** @} */
72
73
#endif
/* _CDC_TASK_H_ */
74
Generated on Fri Aug 30 2013 12:34:10 for Contiki 2.5 by
1.8.3.1