avr-libc: <avr/version.h>: avr-libc version macros
AVR Libc Home Page
AVR Libc Development Pages
Main Page
User Manual
Library Reference
FAQ
Alphabetical Index
Example Projects
<avr/version.h>: avr-libc version macrosDetailed Description
#include <avr/version.h>
This header file defines macros that contain version numbers and strings describing the current version of avr-libc.
The version number itself basically consists of three pieces that are separated by a dot: the major number, the minor number, and the revision number. For development versions (which use an odd minor number), the string representation additionally gets the date code (YYYYMMDD) appended.
This file will also be included by <avr/io.h>. That way, portable tests can be implemented using <avr/io.h> that can be used in code that wants to remain backwards-compatible to library versions prior to the date when the library version API had been added, as referenced but undefined C preprocessor macros automatically evaluate to 0.
Defines
#define __AVR_LIBC_VERSION_STRING__ "1.6.4"
#define __AVR_LIBC_VERSION__ 10604UL
#define __AVR_LIBC_DATE_STRING__ "20081106"
#define __AVR_LIBC_DATE_ 20081106UL
#define __AVR_LIBC_MAJOR__ 1
#define __AVR_LIBC_MINOR__ 6
#define __AVR_LIBC_REVISION__ 4
Define Documentation
#define __AVR_LIBC_DATE_ 20081106UL
Numerical representation of the release date.
#define __AVR_LIBC_DATE_STRING__ "20081106"
String literal representation of the release date.
#define __AVR_LIBC_MAJOR__ 1
Library major version number.
#define __AVR_LIBC_MINOR__ 6
Library minor version number.
#define __AVR_LIBC_REVISION__ 4
Library revision number.
#define __AVR_LIBC_VERSION__ 10604UL
Numerical representation of the current library version.
In the numerical representation, the major number is multiplied by 10000, the minor number by 100, and all three parts are then added. It is intented to provide a monotonically increasing numerical value that can easily be used in numerical checks.
#define __AVR_LIBC_VERSION_STRING__ "1.6.4"
String literal representation of the current library version.
Automatically generated by Doxygen 1.5.6 on 4 Dec 2008.
Wyszukiwarka
Podobne podstrony:
group avr errnogroup avr inttypesgroup avr stdiogroup avr powergroup avr watchdoggroup avr ?promgroup avr iogroup avr sfrgroup avr interruptsgroup avr fusegroup avr stdintgroup avr sfr notesgroup avr sleepgroup avr mathgroup avr stdlibgroup avr pgmspacegroup avr bootgroup avr stringgroup avr lockwięcej podobnych podstron