|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
ACIP protocol message structures and helpers. More...
Go to the source code of this file.
Functions | |
| const char * | acip_packet_type_name (uint16_t type) |
| Get human-readable name for packet type. | |
ACIP protocol message structures and helpers.
This header provides a centralized location for all ACIP message structures used in packets 1-199. It includes packet structures from packet.h and adds ACIP-specific helpers and type definitions.
Rather than duplicating structures, we include packet.h which already defines all core protocol structures (ascii_frame_packet_t, etc.). This header adds convenience helpers and ACIP-specific functionality.
Definition in file messages.h.
| const char * acip_packet_type_name | ( | uint16_t | type | ) |
Get human-readable name for packet type.
| type | Packet type from packet_type_t enum |