# Make sure that everything is installed in the proper place
make install
(cd ../../la/src; make install)

# load the CDTs
cmdSetup -load waSetValue.cdt
cmdSetup -load laSetValue.cdt

# Indicate we're using simulation (for laSetValue)
setenv CCSSTATE SIMULATION
msgSend -n $RTAPENV cmdManager SIMUSET waSetValue
msgSend -n $RTAPENV cmdManager SIMSET laSetValue

# Start the applications; simulate the LCU application via a CDT on the WS
../bin/waSetValue $RTAPENV &
../bin/waEi &
