OpenJAUS Software Development Kit  4.3.1
Macros | Typedefs
types.h File Reference
#include "openjaus/sdk_versions.h"
#include "msinttypes/stdint.h"

Macros

#define OPENJAUS_EXPORT   __declspec(dllexport)
 
#define OPENJAUS_DEPRECATED   __declspec(deprecated)
 

Typedefs

typedef int8_t int8
 
typedef int16_t int16
 
typedef int32_t int32
 
typedef int64_t int64
 
typedef uint8_t uint8
 
typedef uint16_t uint16
 
typedef uint32_t uint32
 
typedef uint64_t uint64
 

Detailed Description

Copyright
Copyright (c) 2010-2016, OpenJAUS, LLC All rights reserved.

This file is part of the OpenJAUS Software Development Kit (SDK). This software is distributed under one of two licenses, the OpenJAUS SDK Commercial End User License Agreement or the OpenJAUS SDK Non-Commercial End User License Agreement. The appropriate licensing details were included in with your developer credentials and software download. See the LICENSE file included with this software for full details.

THIS SOFTWARE IS PROVIDED BY THE LICENSOR (OPENJAUS LCC) "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE LICENSOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THE SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THE LICENSOR DOES NOT WARRANT THAT THE LICENSED SOFTWARE WILL MEET LICENSEE'S REQUIREMENTS OR THAT THE OPERATION OF THE LICENSED SOFTWARE WILL BE UNINTERRUPTED OR ERROR-FREE, OR THAT ERRORS IN THE LICENSED SOFTWARE WILL BE CORRECTED.

\ Software History

Macro Definition Documentation

§ OPENJAUS_DEPRECATED

#define OPENJAUS_DEPRECATED   __declspec(deprecated)

§ OPENJAUS_EXPORT

#define OPENJAUS_EXPORT   __declspec(dllexport)

Typedef Documentation

§ int16

typedef int16_t int16

§ int32

typedef int32_t int32

§ int64

typedef int64_t int64

§ int8

typedef int8_t int8

§ uint16

typedef uint16_t uint16

§ uint32

typedef uint32_t uint32

§ uint64

typedef uint64_t uint64

§ uint8

typedef uint8_t uint8