#include "CigiHatReqV2.h"
#include "CigiSwapping.h"
#include "CigiExceptions.h"
#include <memory.h>
Go to the source code of this file.
Defines | |
#define | _EXPORT_CCL_ |
#define | CIGI_SCOPY2 CigiCopy2 |
#define | CIGI_SCOPY4 CigiCopy4 |
#define | CIGI_SCOPY8 CigiCopy8 |
#define _EXPORT_CCL_ |
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: CigiHatReqV2.cpp 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 Defined _EXPORT_CCL_ for exporting the class in a Windows DLL.
01/21/2005 Greg Basler Version 1.5 Removed the inline defnitions for the PackedPointer union.
04/14/2006 Greg Basler Version 1.7.0 Modified the class constructor to initialize the MinorVersion and UpdatePeriod member variables.
04/14/2006 Greg Basler Version 1.7.0 Modified the Unpack method to use the UpdatePeriod member variable.
06/23/2006 Greg Basler Version 1.7.1 Changed native char and unsigned char types to CIGI types Cigi_int8 and Cigi_uint8.
11/20/2007 Greg Basler Version 2.0.0 Added new version conversion method.
Author: The Boeing Company
Definition at line 59 of file CigiHatReqV2.cpp.
#define CIGI_SCOPY2 CigiCopy2 |
Definition at line 73 of file CigiHatReqV2.cpp.
#define CIGI_SCOPY4 CigiCopy4 |
Definition at line 74 of file CigiHatReqV2.cpp.
#define CIGI_SCOPY8 CigiCopy8 |
Definition at line 75 of file CigiHatReqV2.cpp.