ApraLinuxUtils
1.0.0
C++ utility library for embedded Linux systems
Loading...
Searching...
No Matches
ThreadType.h
Go to the documentation of this file.
1
/*
2
* ThreadType.h
3
*
4
* Copyright (c) 2024 Apra Labs
5
*
6
* This file is part of ApraUtils.
7
*
8
* Licensed under the MIT License.
9
* See LICENSE file in the project root for full license information.
10
*/
11
12
#ifndef INCLUDES_APRA_CONSTANTS_THREADTYPE_H_
13
#define INCLUDES_APRA_CONSTANTS_THREADTYPE_H_
14
15
namespace
apra
16
{
17
enum
THREAD_TYPE
18
{
19
FREERUNNING
,
MESSAGE_AND_FREERUNNING
,
ONLY_MESSAGE
20
};
21
}
22
23
#endif
/* INCLUDES_APRA_CONSTANTS_THREADTYPE_H_ */
apra
Definition
EventCallbacks.h:16
apra::THREAD_TYPE
THREAD_TYPE
Definition
ThreadType.h:18
apra::FREERUNNING
@ FREERUNNING
Definition
ThreadType.h:19
apra::MESSAGE_AND_FREERUNNING
@ MESSAGE_AND_FREERUNNING
Definition
ThreadType.h:19
apra::ONLY_MESSAGE
@ ONLY_MESSAGE
Definition
ThreadType.h:19
includes
constants
ThreadType.h
Generated by
1.9.8