Subversion Repositories programming

Rev

Rev 348 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 348 Rev 354
Line -... Line 1...
-
 
1
/*******************************************************************************
-
 
2
 * dispatch_data.h
-
 
3
 *
-
 
4
 * Header file for the Dispatch_Data data type.
-
 
5
 *
-
 
6
 * Copyright 2006, Ira W. Snyder (devel@irasnyder.com)
-
 
7
 ******************************************************************************/
-
 
8
 
1
#ifndef DISPATCH_DATA_H
9
#ifndef DISPATCH_DATA_H
2
#define DISPATCH_DATA_H
10
#define DISPATCH_DATA_H
3
 
11
 
4
const int DISPATCH_DATA_STOP_AT_FLOOR     = 1;
12
const int DISPATCH_DATA_STOP_AT_FLOOR     = 1;
5
const int DISPATCH_DATA_UPDATE_LABEL      = 2;
13
const int DISPATCH_DATA_UPDATE_LABEL      = 2;