#include <stdint.h>
Go to the source code of this file.
Defines | |
#define | CIGI_TYPES_DEFAULT_H |
#define | _I64_CONST_(CONST_ARG) CONST_ARG ## LL |
#define | CIGI_SPEC |
Typedefs | |
typedef uint8_t | Cigi_uint8 |
typedef int8_t | Cigi_int8 |
typedef char | Cigi_Ascii |
typedef uint16_t | Cigi_uint16 |
typedef int16_t | Cigi_int16 |
typedef uint32_t | Cigi_uint32 |
typedef int32_t | Cigi_int32 |
typedef uint64_t | Cigi_uint64 |
typedef int64_t | Cigi_int64 |
#define _I64_CONST_ | ( | CONST_ARG | ) | CONST_ARG ## LL |
Definition at line 59 of file CigiTypes_Default.h.
Referenced by CigiShortCompCtrlV3_3::GetDoubleCompData(), CigiShortCompCtrlV3::GetDoubleCompData(), CigiCompCtrlV3_3::GetDoubleCompData(), CigiCompCtrlV3::GetDoubleCompData(), CigiCompCtrlV2::GetDoubleCompData(), CigiCompCtrlV1::GetDoubleCompData(), CigiShortCompCtrlV3_3::GetI64CompData(), CigiShortCompCtrlV3::GetI64CompData(), CigiCompCtrlV3_3::GetI64CompData(), CigiCompCtrlV3::GetI64CompData(), CigiCompCtrlV2::GetI64CompData(), CigiCompCtrlV1::GetI64CompData(), and CigiCompCtrlV1::SetCompData().
#define CIGI_SPEC |
Definition at line 61 of file CigiTypes_Default.h.
#define CIGI_TYPES_DEFAULT_H |
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: CigiTypes_Default.h LANGUAGE: C++ CLASS: UNCLASSIFIED PROJECT: Common Image Generator Interface (CIGI) SDK
PROGRAM DESCRIPTION: ...
MODIFICATION NOTES: DATE NAME SCR NUMBER DESCRIPTION OF CHANGE........................
09/09/2008 Greg Basler Version 2.2.1 Initial Release. Split types file into specific architecture types files.,
Author: The Boeing Company
Definition at line 41 of file CigiTypes_Default.h.
typedef char Cigi_Ascii |
Definition at line 48 of file CigiTypes_Default.h.
typedef int16_t Cigi_int16 |
Definition at line 51 of file CigiTypes_Default.h.
typedef int32_t Cigi_int32 |
Definition at line 54 of file CigiTypes_Default.h.
typedef int64_t Cigi_int64 |
Definition at line 57 of file CigiTypes_Default.h.
typedef int8_t Cigi_int8 |
Definition at line 47 of file CigiTypes_Default.h.
typedef uint16_t Cigi_uint16 |
Definition at line 50 of file CigiTypes_Default.h.
typedef uint32_t Cigi_uint32 |
Definition at line 53 of file CigiTypes_Default.h.
typedef uint64_t Cigi_uint64 |
Definition at line 56 of file CigiTypes_Default.h.
typedef uint8_t Cigi_uint8 |
Definition at line 46 of file CigiTypes_Default.h.