Revision 33aa05c5 inc/urt_publisher.h
| inc/urt_publisher.h | ||
|---|---|---|
| 22 | 22 |
#ifndef URTWARE_PUBLISHER_H |
| 23 | 23 |
#define URTWARE_PUBLISHER_H |
| 24 | 24 |
|
| 25 |
#include <urt_types.h> |
|
| 26 | 25 |
#include <urtware.h> |
| 27 | 26 |
|
| 28 | 27 |
/******************************************************************************/ |
| ... | ... | |
| 65 | 64 |
extern "C" {
|
| 66 | 65 |
#endif /* defined(__cplusplus) */ |
| 67 | 66 |
|
| 68 |
void urtPublisherInit(urt_publisher_t* publisher, urt_topic_t* topic, urt_message_t* message); |
|
| 67 |
void urtPublisherInit(urt_publisher_t* publisher, urt_topic_t* topic, urt_message_t* messages);
|
|
| 69 | 68 |
urt_status_t urtPublisherPublish(urt_publisher_t* publisher, void* payload, size_t bytes, urt_osTime_t t, urt_delay_t timeout); |
| 70 | 69 |
#if defined(__cplusplus) |
| 71 | 70 |
} |
Also available in: Unified diff