LibJuno 0.23.0
LibJuno is a lightweight C99 library designed specifically for embedded systems.
|
#include "juno/memory/memory_api.h"
#include "juno/sb/msg_api.h"
#include "juno/sb/publisher_api.h"
#include "juno/status.h"
#include "juno/module.h"
#include "juno/time/time_api.h"
Go to the source code of this file.
Data Structures | |
struct | JUNO_SUBSCRIBER_API_TAG |
Typedefs | |
typedef struct JUNO_SUBSCRIBER_API_TAG | JUNO_SUBSCRIBER_API_T |
Functions | |
JUNO_MODULE_DECLARE (JUNO_SUBSCRIBER_T) | |
JUNO_MODULE_BASE_DECLARE (JUNO_SUBSCRIBER_BASE_T) | |
JUNO_MODULE_BASE (JUNO_SUBSCRIBER_BASE_T, JUNO_SUBSCRIBER_API_T, JUNO_MEMORY_ALLOC_T *ptAlloc;) | |
typedef struct JUNO_SUBSCRIBER_API_TAG JUNO_SUBSCRIBER_API_T |
This API has been generated by LibJuno: https://www.robinonsay.com/libjuno/ This header contains the juno_subscriber library API
JUNO_MODULE_BASE | ( | JUNO_SUBSCRIBER_BASE_T | , |
JUNO_SUBSCRIBER_API_T | , | ||
JUNO_MEMORY_ALLOC_T *ptAlloc; | |||
) |
JUNO_MODULE_BASE_DECLARE | ( | JUNO_SUBSCRIBER_BASE_T | ) |
JUNO_MODULE_DECLARE | ( | JUNO_SUBSCRIBER_T | ) |