Barracuda Application Server C/C++ Reference
Native APIs, integration guides, and platform interfaces
barracuda.h
1
/*
2
* ____ _________ __ _
3
* / __ \___ ____ _/ /_ __(_)___ ___ ___ / / ____ ____ _(_)____
4
* / /_/ / _ \/ __ `/ / / / / / __ `__ \/ _ \/ / / __ \/ __ `/ / ___/
5
* / _, _/ __/ /_/ / / / / / / / / / / / __/ /___/ /_/ / /_/ / / /__
6
* /_/ |_|\___/\__,_/_/ /_/ /_/_/ /_/ /_/\___/_____/\____/\__, /_/\___/
7
* /____/
8
*
9
* Barracuda Embedded Web-Server
10
*
11
****************************************************************************
12
* HEADER
13
*
14
* $Id: barracuda.h 5394 2023-02-21 18:41:44Z wini $
15
*
16
* COPYRIGHT: Real Time Logic LLC, 2020 - 2023
17
*
18
* This software is copyrighted by and is the sole property of Real
19
* Time Logic LLC. All rights, title, ownership, or other interests in
20
* the software remain the property of Real Time Logic LLC. This
21
* software may only be used in accordance with the terms and
22
* conditions stipulated in the corresponding license agreement under
23
* which the software has been supplied. Any unauthorized use,
24
* duplication, transmission, distribution, or disclosure of this
25
* software is expressly forbidden.
26
*
27
* This Copyright notice may not be removed or modified without prior
28
* written consent of Real Time Logic LLC.
29
*
30
* Real Time Logic LLC. reserves the right to modify this software
31
* without notice.
32
*
33
* https://realtimelogic.com
34
****************************************************************************
35
*
36
* Container header file making it possible to use code with either
37
* the autogenerated and amalgamated barracuda.h and the standard BAS
38
* SDK using this header file.
39
*/
40
#ifndef __barracuda_h
41
#define __barracuda_h
42
43
#include <
balua.h
>
44
#include <
AuthenticatedUser.h
>
45
#include <
BaTimer.h
>
46
#include <
HttpCmdThreadPool.h
>
47
#include <
HttpResRdr.h
>
48
#include <
HttpTrace.h
>
49
#include <
IoIntfCspReader.h
>
50
#include <
ZipIo.h
>
51
52
#ifndef NO_BAIO_DISK
53
#include <
BaDiskIo.h
>
54
#endif
55
56
#include "../examples/FileReader/FileCspReader.h"
57
#include "../examples/FileReader/FileZipReader.h"
58
#include <
NetIo.h
>
59
#include <
lxrc.h
>
60
61
62
#endif
AuthenticatedUser.h
BaDiskIo.h
BaTimer.h
HttpCmdThreadPool.h
HttpResRdr.h
HttpTrace.h
IoIntfCspReader.h
NetIo.h
ZipIo.h
balua.h
lxrc.h
inc
barracuda.h
Barracuda Application Server
documentation generated on Sun Sep 20 2026 07:32:41