-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
attachment API implemented, todo: integration with options and codecs
- Loading branch information
Showing
6 changed files
with
293 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
// ZettaScale Zenoh Team, <[email protected]> | ||
// | ||
|
||
#ifndef ZENOH_PICO_API_PRIMITIVES_H | ||
#define ZENOH_PICO_API_PRIMITIVES_H | ||
#ifndef INCLUDE_ZENOH_PICO_API_PRIMITIVES_H | ||
#define INCLUDE_ZENOH_PICO_API_PRIMITIVES_H | ||
|
||
#include <stdbool.h> | ||
#include <stdint.h> | ||
|
@@ -1400,4 +1400,4 @@ int8_t zp_send_join(z_session_t zs, const zp_send_join_options_t *options); | |
} | ||
#endif | ||
|
||
#endif /* ZENOH_PICO_API_PRIMITIVES_H */ | ||
#endif /* INCLUDE_ZENOH_PICO_API_PRIMITIVES_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters