os_type.h File Reference

os_type.h File Reference

Definitions for platform dependent types. More...

Go to the source code of this file.

Macros

#define FRAMEINDEX_MAX   LONG_MAX
 

Typedefs

typedef long frameindex_t
 

Detailed Description

Definitions for platform dependent types.

os_type.h

Copyright (c) 2021 Basler AG, All Rights Reserved.

Author
Basler AG

Macro Definition Documentation

◆ FRAMEINDEX_MAX

#define FRAMEINDEX_MAX   LONG_MAX

Typedef Documentation

◆ frameindex_t

Integer type for frame/image counts and subbuffer counts. This type represents a 32 bit number on 32 bit systems (WinXP /Vista 32, Linux x86_32) and a 64 bit number on 64 bit systems (WinXP / Vista 64, Linux amd64)