Project

General

Profile

Statistics
| Revision:

root / trunk / cardbox / tooltron.h @ 139

History | View | Annotate | Download (955 Bytes)

1
/********
2
 * This file is part of Tooltron.
3
 *
4
 * Tooltron is free software: you can redistribute it and/or modify
5
 * it under the terms of the Lesser GNU General Public License as published by
6
 * the Free Software Foundation, either version 3 of the License, or
7
 * (at your option) any later version.
8
 *
9
 * Tooltron is distributed in the hope that it will be useful,
10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
 * Lesser GNU General Public License for more details.
13
 * You should have received a copy of the Lesser GNU General Public License
14
 * along with Tooltron.  If not, see <http://www.gnu.org/licenses/>.
15
 *
16
 * Copyright 2009 Kevin Woo <kwoo@2ndt.com>
17
 *
18
 ********/
19
#ifndef _TOOLTRON_H_
20
#define _TOOLTRON_H_
21

    
22
#define TT_GET_KEY 'k'
23
#define TT_ACK     'a'
24
#define TT_NACK    'n'
25
#define TT_TO      'f'
26
#define TT_TIMEOUT 't'
27

    
28
#define TIMEOUT_SECONDS 10 
29

    
30
#endif