#include <stdlib.h>
#include "CigiMessage.h"
#include "CigiMessageBuffer.h"
#include "CigiBaseEventProcessor.h"
#include "CigiBaseSignalProcessing.h"
#include "CigiSignalType.h"
Go to the source code of this file.
Classes | |
class | CigiIncomingMsg |
Defines | |
#define | _CIGI_INCOMING_MESSAGE_INCLUDED_ |
Typedefs | |
typedef void(*) | CigiCBProcessor (CigiBasePacket *Packet) |
#define _CIGI_INCOMING_MESSAGE_INCLUDED_ |
The SDK is used to create and format CIGI compliant messages. Copyright (c) 2001-2005 The Boeing Company
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
FILENAME: CigiIncomingMsg.h LANGUAGE: C++ CLASS: UNCLASSIFIED PROJECT: Common Image Generator Interface (CIGI) SDK
PROGRAM DESCRIPTION: ...
MODIFICATION NOTES: DATE NAME SCR NUMBER DESCRIPTION OF CHANGE........................
09/17/2003 Greg Basler CIGI_CR_DR_1 Initial Release.
01/21/2005 Greg Basler Version 1.5 Added the CIGI_SPEC modifier to the class declaration for exporting the class in a Windows DLL.
07/05/2005 Greg Basler Version 1.5.4 Noted that the ProcessIncomingMsg function can throw exceptions, listed in the comments section of the method.
10/28/2005 Greg Basler Version 1.5.7 Corrected the description for SetReaderCigiVersion.
04/14/2006 Greg Basler Version 1.7.0 Added the GetReaderCigiMinorVersion accessor method.
04/14/2006 Greg Basler Version 1.7.0 Added an overloaded SetReaderCigiVersion method to accept a CigiMinorVersionIn parameter.
04/14/2006 Greg Basler Version 1.7.0 Updated the existing SetReaderCigiVersion method to call the new implementation with a default version number of 0.
06/23/2006 Greg Basler Version 1.7.1 Changed native char and unsigned char types to CIGI types Cigi_int8 and Cigi_uint8.Author: The Boeing Company
Definition at line 65 of file CigiIncomingMsg.h.
typedef void(* ) CigiCBProcessor(CigiBasePacket *Packet) |
The formatting definition for all static callback functions
Definition at line 78 of file CigiIncomingMsg.h.