ISF  1.1
Intelligent Sensing Framework
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
isf_lib_info_t Struct Reference

This structure holds the ISF library information such
as version and part number. More...

#include <isf.h>

Data Fields

uint8 majorVersion
 IPSF library major version number.- dev info cmd encodes this in 8 bits.
uint8 minorVersion
 ISF library minor version number.- dev info cmd encodes this in 8 bits.
uint16 buildCode
 Build code is the 16 bit code returned by the device info command.
uint16 partNumber
 Part number this library is targeted for.- dev info cmd encodes this in 8 bits.
uint8 buildTime [9]
 The time of the ISF build "hh:mm:ss".

Detailed Description

This structure holds the ISF library information such
as version and part number.

Definition at line 103 of file isf.h.


Field Documentation

Build code is the 16 bit code returned by the device info command.

Definition at line 115 of file isf.h.

The time of the ISF build "hh:mm:ss".

Definition at line 119 of file isf.h.

IPSF library major version number.- dev info cmd encodes this in 8 bits.

Definition at line 106 of file isf.h.

ISF library minor version number.- dev info cmd encodes this in 8 bits.

Definition at line 108 of file isf.h.

Part number this library is targeted for.- dev info cmd encodes this in 8 bits.

Definition at line 117 of file isf.h.


The documentation for this struct was generated from the following file: