Files
incp2/doc/examples/OBC+TTC/shared/incp/messaging.h
2025-11-17 11:53:34 +00:00

13 lines
285 B
C

// messaging.h - Defines structures used during (de)construction of messages.
#pragma once
#include <stdint.h>
#include <stddef.h>
#include "incp2.h"
typedef uint16_t endpoint_t; //Type is from CSP, actual addresses are an application's problem
#define DEFAULT_MSGBUF_SIZE 64