#include "CigiSOFV3_2.h"
#include "CigiExceptions.h"
#include "CigiSwapping.h"
#include "CigiVersionID.h"
Go to the source code of this file.
Defines | |
#define | _EXPORT_CCL_ |
#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: CigiSOFV3_2.cpp LANGUAGE: C++ CLASS: UNCLASSIFIED PROJECT: Common Image Generator Interface (CIGI) SDK
PROGRAM DESCRIPTION: ...
MODIFICATION NOTES: DATE NAME SCR NUMBER DESCRIPTION OF CHANGE........................
04/14/2006 Greg Basler Version 1.7 Initial Release for CIGI 3.2 compatibility. Based on CigiSOFV3.cpp"
06/23/2006 Greg Basler Version 1.7.1 Changed native char and unsigned char types to CIGI types Cigi_int8 and Cigi_uint8.
08/11/2006 Greg Basler Version 1.7.3 Corrected the packing routine so that the Minor Version number is is packed from the packing object (a CigiSOFV3_2 object in this case) not the object with the user filled data. This will put the correct Minor Version number in the ig to host message.
01/22/2007 Greg Basler Version 1.7.5 Corrected a bug noted by C. Schroeder. When byteswapping, the Unpack() method now unpacks the CIGI Version 3 timestamp not the version 2 timestamp.
06/18/2008 Greg Basler Version 2.2.0 Corrected a bug noted on SourceForge. When byteswapping, the Unpack() method now unpacks on unsigned long CIGI Version 3 timestamp not the float timestamp.
Author: The Boeing Company
Definition at line 60 of file CigiSOFV3_2.cpp.