Building Controls Virtual Test Bed
getBCVTBLibName.m
Go to the documentation of this file.
1 function r = getBCVTBLibName()
2 % GETBCVTBLIBNAME - Gets the name of the BCVTB library
3 %
4 % This function returns the name of the BCVTB library, which is
5 % operating-system dependent.
6 
7 % Revision history
8 % ----------------
9 % 2009-06-26 MWetter@lbl.gov: First version.
10 if (strcmp(deblank(getenv('BCVTB_OS')),'windows')) % have Windows
11  r='bcvtb';
12 else
13  r='libbcvtb';
14 end
getenv('BCVTB_OS' deblank()
function r
static void XMLCALL end(void *data, const char *el)
Call back functions that will be used by the expat xml parser.
Definition: util/utilXml.c:707
function[retVal, flaRea, simTimRea, dblValRea]
if strcmp(retVal, '') disp('Simulink is not installed on this computer.') disp('The Simulink library will not be compiled.') else makeSBlock