LibJuno 0.23.0
LibJuno is a lightweight C99 library designed specifically for embedded systems.
Loading...
Searching...
No Matches
msg_api.h File Reference
#include "juno/status.h"
#include "juno/module.h"
#include <stdio.h>
Include dependency graph for msg_api.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  JUNO_MSG_BUFFER_TAG
 
struct  JUNO_MSG_API_TAG
 

Typedefs

typedef struct JUNO_MSG_API_TAG JUNO_MSG_API_T
 
typedef struct JUNO_MSG_BUFFER_TAG JUNO_MSG_BUFFER_T
 

Functions

 JUNO_MODULE_DECLARE (JUNO_MSG_T)
 
 JUNO_MODULE_BASE_DECLARE (JUNO_MSG_BASE_T)
 
 JUNO_MODULE_BASE (JUNO_MSG_BASE_T, JUNO_MSG_API_T, const JUNO_MSG_BUFFER_T *ptBuffer;)
 

Typedef Documentation

◆ JUNO_MSG_API_T

This API has been generated by LibJuno: https://www.robinonsay.com/libjuno/ This header contains the juno_msg library API

Author

◆ JUNO_MSG_BUFFER_T

Function Documentation

◆ JUNO_MODULE_BASE()

JUNO_MODULE_BASE ( JUNO_MSG_BASE_T  ,
JUNO_MSG_API_T  ,
const JUNO_MSG_BUFFER_T *ptBuffer;   
)

◆ JUNO_MODULE_BASE_DECLARE()

JUNO_MODULE_BASE_DECLARE ( JUNO_MSG_BASE_T  )

◆ JUNO_MODULE_DECLARE()

JUNO_MODULE_DECLARE ( JUNO_MSG_T  )