#include <string>
#include <list>
#include "CigiMessage.h"
#include "CigiBasePacket.h"
#include "CigiBaseEntityCtrl.h"
#include "CigiBaseIGCtrl.h"
#include "CigiBaseSOF.h"
#include "CigiMessageBuffer.h"
#include "CigiBaseVariableSizePckt.h"
#include "CigiDefaultPacket.h"
Go to the source code of this file.
Classes | |
class | CigiOutgoingMsg |
Defines | |
#define | _CIGI_OUTGOING_MESSAGE_INCLUDED_ |
#define _CIGI_OUTGOING_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: CigiOutgoingMsg.h LANGUAGE: C++ CLASS: UNCLASSIFIED PROJECT: Common Image Generator Interface (CIGI) SDK
PROGRAM DESCRIPTION: ...
MODIFICATION NOTES: DATE NAME SCR NUMBER DESCRIPTION OF CHANGE........................
09/15/2003 James Durtschy 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.
02/20/2006 Greg Basler Version 1.6.0 Added the PackageMsg, GetCurrentlyPackagedMsg, and FreeMsg methods to better update the frame the frame counter in the IG_Ctrl packet for hosts
04/14/2006 Greg Basler Version 1.7.0 Granted friend access to the CigiVersionJumpTable class.
04/14/2006 Greg Basler Version 1.7.0 Added an overloaded UpdateSOF method without the LastIGCtrl parameter to update the the start of frame packet's frame counter.
04/14/2006 Greg Basler Version 1.7.0 Deprecated the existing UpdateSOF method and modified it to call the new implementation.
04/14/2006 Greg Basler Version 1.7.0 Added a protected Reset method to reset the buffer system.
04/14/2006 Greg Basler Version 1.7.0 Added the CurrentIGCtrl member variable to store the last IGCtrl packed into a message.
04/14/2006 Greg Basler Version 1.7.0 Added the CurrentSOF member variable to store the last SOF packed into a message.
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 73 of file CigiOutgoingMsg.h.