#include "CigiBasePacket.h"
Go to the source code of this file.
Classes | |
class | CigiBaseIGCtrl |
Defines | |
#define | _CIGI_BASE_IG_CTRL_INCLUDED_ |
#define | CIGI_IG_CTRL_PACKET_ID_V1 1 |
#define | CIGI_IG_CTRL_PACKET_SIZE_V1 16 |
#define | CIGI_IG_CTRL_PACKET_ID_V2 1 |
#define | CIGI_IG_CTRL_PACKET_SIZE_V2 16 |
#define | CIGI_IG_CTRL_PACKET_ID_V3 1 |
#define | CIGI_IG_CTRL_PACKET_SIZE_V3 16 |
#define | CIGI_IG_CTRL_PACKET_ID_V3_2 1 |
#define | CIGI_IG_CTRL_PACKET_SIZE_V3_2 24 |
#define | CIGI_IG_CTRL_PACKET_ID_V3_3 1 |
#define | CIGI_IG_CTRL_PACKET_SIZE_V3_3 24 |
#define _CIGI_BASE_IG_CTRL_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: CigiBaseIGCtrl.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.
01/21/2005 Greg Basler Version 1.5 Changed native C++ types in function declarations to CCL-defined types.
01/21/2005 Greg Basler Version 1.5 Implemented the SetDatabaseID function as inline.
04/14/2006 Greg Basler Version 1.7.0 Removed the SetFrameCntr function, to be implemented in child classes.
04/14/2006 Greg Basler Version 1.7.0 Added the LastRcvdIGFrame member variable to track the last frame received.
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. Moved Packet information to base packet.
05/09/2008 Greg Basler Version 2.2.0 Added Extrapolation or Interpolation Smoothing flag. Added the defines and declarations for V3_3.
Author: The Boeing Company
Definition at line 68 of file CigiBaseIGCtrl.h.
#define CIGI_IG_CTRL_PACKET_ID_V1 1 |
Definition at line 76 of file CigiBaseIGCtrl.h.
Referenced by CigiIGCtrlV1::CigiIGCtrlV1(), CigiBaseIGCtrl::GetCnvt(), CigiIncomingMsg::SetIncomingIGV1Tbls(), CigiOutgoingMsg::SetOutgoingHostV1Tbls(), and CigiIncomingMsg::SetReaderVersion().
#define CIGI_IG_CTRL_PACKET_ID_V2 1 |
Definition at line 79 of file CigiBaseIGCtrl.h.
Referenced by CigiIGCtrlV2::CigiIGCtrlV2(), CigiIncomingMsg::SetIncomingIGV2Tbls(), and CigiOutgoingMsg::SetOutgoingHostV2Tbls().
#define CIGI_IG_CTRL_PACKET_ID_V3 1 |
Definition at line 82 of file CigiBaseIGCtrl.h.
Referenced by CigiIGCtrlV3::CigiIGCtrlV3(), CigiIncomingMsg::SetIncomingIGV3Tbls(), CigiOutgoingMsg::SetOutgoingHostV3Tbls(), and CigiIncomingMsg::SetReaderVersion().
#define CIGI_IG_CTRL_PACKET_ID_V3_2 1 |
Definition at line 85 of file CigiBaseIGCtrl.h.
Referenced by CigiIGCtrlV3_2::CigiIGCtrlV3_2(), CigiIGCtrlV3_3::CigiIGCtrlV3_3(), CigiIncomingMsg::SetIncomingIGV3Tbls(), and CigiOutgoingMsg::SetOutgoingHostV3Tbls().
#define CIGI_IG_CTRL_PACKET_ID_V3_3 1 |
Definition at line 88 of file CigiBaseIGCtrl.h.
Referenced by CigiIncomingMsg::SetIncomingIGV3Tbls(), and CigiOutgoingMsg::SetOutgoingHostV3Tbls().
#define CIGI_IG_CTRL_PACKET_SIZE_V1 16 |
#define CIGI_IG_CTRL_PACKET_SIZE_V2 16 |
#define CIGI_IG_CTRL_PACKET_SIZE_V3 16 |
#define CIGI_IG_CTRL_PACKET_SIZE_V3_2 24 |
Definition at line 86 of file CigiBaseIGCtrl.h.
Referenced by CigiIGCtrlV3_2::CigiIGCtrlV3_2(), and CigiIGCtrlV3_3::CigiIGCtrlV3_3().
#define CIGI_IG_CTRL_PACKET_SIZE_V3_3 24 |
Definition at line 89 of file CigiBaseIGCtrl.h.