le_limit_interface.h

Go to the documentation of this file.
1 /*
2  * ====================== WARNING ======================
3  *
4  * THE CONTENTS OF THIS FILE HAVE BEEN AUTO-GENERATED.
5  * DO NOT MODIFY IN ANY WAY.
6  *
7  * ====================== WARNING ======================
8  */
9 
10 /**
11  * @page c_limit Limit Definitions
12  *
13  * @ref le_limit_interface.h "API Reference"
14  *
15  * This file defines limit definitions used by other APIs.
16  *
17  * <HR>
18  *
19  * Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.
20  */
21 /**
22  * @file le_limit_interface.h
23  *
24  * Legato @ref c_limit include file.
25  *
26  * Copyright (C) Sierra Wireless Inc. Use of this work is subject to license.
27  */
28 
29 #ifndef LE_LIMIT_INTERFACE_H_INCLUDE_GUARD
30 #define LE_LIMIT_INTERFACE_H_INCLUDE_GUARD
31 
32 
33 #include "legato.h"
34 
35 
36 //--------------------------------------------------------------------------------------------------
37 /**
38  * Maximum length of application names.
39  */
40 //--------------------------------------------------------------------------------------------------
41 #define LE_LIMIT_APP_NAME_LEN 47
42 
43 
44 //--------------------------------------------------------------------------------------------------
45 /**
46  * Maximum length of process names.
47  */
48 //--------------------------------------------------------------------------------------------------
49 #define LE_LIMIT_PROC_NAME_LEN 47
50 
51 
52 //--------------------------------------------------------------------------------------------------
53 /**
54  * Maximum string length of paths.
55  */
56 //--------------------------------------------------------------------------------------------------
57 #define LE_LIMIT_MAX_PATH_LEN 511
58 
59 
60 //--------------------------------------------------------------------------------------------------
61 /**
62  * Maximum string length of priority names.
63  */
64 //--------------------------------------------------------------------------------------------------
65 #define LE_LIMIT_MAX_PRIORITY_NAME_LEN 6
66 
67 
68 //--------------------------------------------------------------------------------------------------
69 /**
70  * Maximum string length of argument lists.
71  */
72 //--------------------------------------------------------------------------------------------------
73 #define LE_LIMIT_MAX_ARGS_STR_LEN 127
74 
75 
76 //--------------------------------------------------------------------------------------------------
77 /**
78  * Length of a MD5 string.
79  */
80 //--------------------------------------------------------------------------------------------------
81 #define LE_LIMIT_MD5_STR_LEN 32
82 
83 
84 #endif // LE_LIMIT_INTERFACE_H_INCLUDE_GUARD
85