This folder contains drivers and source code for the Laser Raman Spectrometer system housekeeping sensors (temp/rh/water sensors). To build the source code you need a Visual C++ ver 6.0 compiler. Last updated: 12:03 PM 11/30/2001 D.Cline This directory contains the following: clientserver\ Contains custom code for remote data/command to the raman housekeeping sensors. There are three executables in the LRS application: client.exe (gui interface), notifier.exe, and server.exe. Notifier and server both reside on the target CPU. Client resides on this machine. ace\ Contains CORBA middleware software used as an ethernet communication transport for data/command to the LRS target CPU. The DLLs contained in d:\ramancode\ace\ace_wrappers\bin are used in the custom code contained in clientserver\ PortIO\ Contains the WinNT driver code used to read/write a port. Used to read the parallel port for water sensors digital sense (active low). veriteqtemp\ Contains the WinNT driver code for the temp/rh modules Contains an executable for configuration and upload of data. Also contains an API used in the clientserver\ code.