le_limit_interface.h

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