Pico Core
Loading...
Searching...
No Matches
harp_message.h File Reference
#include <reg_types.h>
Include dependency graph for harp_message.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  msg_header_t
 
struct  msg_t
 
struct  timestamped_msg_t
 

Macros

#define MAX_PACKET_SIZE   (255)
 

Enumerations

enum  msg_type_t : uint8_t {
  READ = 1 , WRITE = 2 , EVENT = 3 , READ_ERROR = 9 ,
  WRITE_ERROR = 10
}
 

Macro Definition Documentation

◆ MAX_PACKET_SIZE

#define MAX_PACKET_SIZE   (255)

Enumeration Type Documentation

◆ msg_type_t

enum msg_type_t : uint8_t
Enumerator
READ 
WRITE 
EVENT 
READ_ERROR 
WRITE_ERROR