VCLinux Library Documentation  3.11.2

Temperature Readout

Temperature Readout
+ Collaboration diagram for Temperature Readout:

Functions

I32 vc_proz_extboard_get_temp (F32 *tempCelsius)
 Reads the Temperature of the ExtBoard of the VC pro Z. More...
 
I32 vc_proz_flash_ledring_get_temp (F32 *tempCelsius)
 Reads the Temperature of the Illuminator Ring of the VC pro Z. More...
 

Detailed Description

Function Documentation

◆ vc_proz_extboard_get_temp()

I32 vc_proz_extboard_get_temp ( F32 tempCelsius)

This function reads out the temperature of the Extboard, an internal circuit board, of the VC pro Z. The accuracy of the temperature measurement is not very high.

Parameters
tempCelsiusThe temperature readout.
Return values
0on Success.
<0on Error.

◆ vc_proz_flash_ledring_get_temp()

I32 vc_proz_flash_ledring_get_temp ( F32 tempCelsius)

This function reads out the temperature of the illuminator ring of the VC pro Z. The accuracy of the temperature measurement is not very high.

Parameters
tempCelsiusThe temperature readout.
Return values
0on Success.
<0on Error.