ApraLinuxUtils
1.0.0
C++ utility library for embedded Linux systems
Loading...
Searching...
No Matches
EventCallbacks.h
Go to the documentation of this file.
1
/*
2
* EventCallbackI2C.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_CALLBACK_EVENTCALLBACKS_H_
13
#define INCLUDES_APRA_CALLBACK_EVENTCALLBACKS_H_
14
15
namespace
apra
16
{
17
18
class
I2C_Transaction_Message
;
19
20
}
// namespace apra
21
22
typedef
void
*
I2CEventCallback
(
void
*context,
23
apra::I2C_Transaction_Message
message);
24
25
#endif
/* INCLUDES_CALLBACK_EVENTCALLBACKS_H_ */
I2CEventCallback
void * I2CEventCallback(void *context, apra::I2C_Transaction_Message message)
Definition
EventCallbacks.h:22
apra::I2C_Transaction_Message
Definition
I2CTransactionMessage.h:23
apra
Definition
EventCallbacks.h:16
includes
constants
EventCallbacks.h
Generated by
1.9.8