Y-lib
Loadrunner libraries
y_lib.c
Go to the documentation of this file.
1 /*
2  * Ylib Loadrunner function library.
3  * Copyright (C) 2005-2014 Floris Kraak <randakar@gmail.com> | <fkraak@ymor.nl>
4  * Copyright (C) 2009 Raymond de Jongh <ferretproof@gmail.com> | <rdjongh@ymor.nl>
5  * Copyright (C) 2012-2013 AndrĂ© Luyer
6  *
7  * This program is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU General Public License
9  * as published by the Free Software Foundation; either version 2
10  * of the License, or (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20  */
21 
29 #ifndef _YLIB_C_
30 #define _YLIB_C_
32 
34 #include "vugen.h"
35 #include "y_core.c"
36 #include "y_string.c"
37 #include "y_loadrunner_utils.c"
38 #include "y_logging.c"
39 #include "y_transaction.c"
40 #include "y_param_array.c"
41 #include "y_flow_list.c" // y_profile.c got renamed, and most variables and function names in there as well.
42 #include "y_browseremulation.c"
43 
44 #endif // _YLIB_C_
Y-lib string function library.
Standard C function headers.
Contains core ylib support functions needed for the functioning of the library.
ylib transaction library.
Code for supporting (more) realistic browser emulation.
Collection of miscellaneous support functions.
Business logic / clickflow support.
Logging-related y-lib functions.
This file contains loadrunner parameter array helper functions.