|
CoronisSDK_SerialDriverAPI_C
v1.0
|
00001 /******************************************************************************* 00002 * Copyright (c) 2012 Coronis 00003 * This program is free software; you can redistribute it and/or 00004 * modify it under the terms of the GNU Lesser General Public 00005 * License as published by the Free Software Foundation; either 00006 * version 3 of the License, or (at your option) any later version. 00007 00008 * This program is distributed in the hope that it will be useful, 00009 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00010 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00011 * Lesser General Public License for more details. 00012 00013 * You should have received a copy of the GNU Lesser General Public 00014 * License along with this program; if not, write to the Free Software 00015 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 00016 * 00017 * Contributors: 00018 * Coronis - initial API and implementation 00019 *******************************************************************************/ 00020 00031 #ifndef _SERIAL_DRIVER_EVENT_H_ 00032 #define _SERIAL_DRIVER_EVENT_H_ 00033 00034 typedef enum tagSerialDriverEvent { 00035 START_LISTENING, 00036 STOP_LISTENING, 00037 IGNORED_FRAME_RECEIVED, 00038 SERIALPORT_DISCONNECTION 00039 } SerialDriverEvent; 00040 00041 #endif//_SERIAL_DRIVER_EVENT_H_
1.8.0