24
PICam™ 5.x Programmer’s Manual
Issue 11
3.2
Programmers’ Reference for General Use Library APIs
This section provides a detailed programmers’ reference guide for the following APIs,
including their syntax and behavior:
•
Library Version
—
•
Library Initialization
—
—
—
•
General String Handling
—
—
3.2.1
Picam_GetVersion()
Description
returns PICam version information.
The following version information may be requested:
•
Major
This is the Major release version which is incremented with each major feature
addition or breaks backward-compatibility.
•
Minor
This is the Minor release version which is incremented with minor feature
additions.
•
Distribution
This is the Distribution version which is incremented with bug fix releases.
•
Released
This is the date of the current official release in the format YYMM.
When a release is classified as a Beta release, requesting this information returns
a zero (
0
).
NOTE:
may be called prior to initializing the
library with
.
Syntax
The syntax of
is:
PICAM_API Picam_GetVersion(
piint* major,
piint* minor,
piint* distribution,
piint* released);
continued on next page
Содержание Princeton Instruments PICam 5.x
Страница 1: ...www princetoninstruments com PICam 5 x Programmer s Manual 4411 0161 Issue 11 June 28 2021...
Страница 4: ...4 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 14: ...14 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 180: ...180 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 192: ...192 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 290: ...290 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 302: ...302 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 326: ...324 PICam 5 x Programmer s Manual Issue 11 This page is intentionally blank...
Страница 351: ...This page is intentionally blank...
Страница 354: ......