#include <string>
#include <vector>
#include <yat/utils/String.h>
#include <yat/time/Time.h>
#include <yat/threading/Task.h>
#include <yat/threading/Mutex.h>
#include <yat/utils/Callback.h>
#include <nexuscpp/nxwriter.h>
#include <nexuscpp/impl/nxbuffer.hpp>
Go to the source code of this file.
|
| | nxcpp::YAT_DEFINE_CALLBACK (WriteNotificationCallback, WriteNotification) |
| | Write notification callback. More...
|
| |
| NEXUSCPP_DECL nxcpp::DataStreamer * | nds_new (const char *dsn, yat::uint32 nas, yat::uint32 nbs) |
| |
| NEXUSCPP_DECL void | nds_delete (nxcpp::DataStreamer *ds) |
| |
| NEXUSCPP_DECL int | nds_init (nxcpp::DataStreamer *ds, const char *tp, const char *dp) |
| |
| NEXUSCPP_DECL int | nds_stop (nxcpp::DataStreamer *ds) |
| |
| NEXUSCPP_DECL int | nds_fini (nxcpp::DataStreamer *ds) |
| |
| NEXUSCPP_DECL int | nds_add_data_item_0D (nxcpp::DataStreamer *ds, const char *in) |
| |
| NEXUSCPP_DECL int | nds_add_data_item_1D (nxcpp::DataStreamer *ds, const char *in, yat::uint32 sd1) |
| |
| NEXUSCPP_DECL int | nds_add_data_item_2D (nxcpp::DataStreamer *ds, const char *in, yat::uint32 sd1, yat::uint32 sd2) |
| |
| NEXUSCPP_DECL int | nds_set_data_item_memory_mode (nxcpp::DataStreamer *ds, const char *in, yat::uint32 mem_mode) |
| |
| NEXUSCPP_DECL int | nds_push_data (nxcpp::DataStreamer *ds, const char *data_item_name, yat::uint32 data_type, yat::uint32 num_items_in_data_buffer, void *data_buffer) |
| |
◆ __STRING_INCLUDED__
| #define __STRING_INCLUDED__ |
◆ __VECTOR_INCLUDED__
| #define __VECTOR_INCLUDED__ |
◆ NX_ATTR_ACQ_BATCH
| #define NX_ATTR_ACQ_BATCH "buf_batch" |
◆ NX_ATTR_DATA_DIM
| #define NX_ATTR_DATA_DIM "buf_dim" |
◆ NX_ATTR_DATA_SIZE
| #define NX_ATTR_DATA_SIZE "buf_size" |
◆ NX_ATTR_NODE_NAME
| #define NX_ATTR_NODE_NAME "buf_name" |
◆ NX_ATTR_SLAB_END
| #define NX_ATTR_SLAB_END "buf_end" |
◆ NX_ATTR_SLAB_START
| #define NX_ATTR_SLAB_START "buf_start" |
◆ NX_ATTR_SLAB_STOP
| #define NX_ATTR_SLAB_STOP "buf_stop" |
◆ nds_add_data_item_0D()
◆ nds_add_data_item_1D()
◆ nds_add_data_item_2D()
◆ nds_delete()
◆ nds_fini()
◆ nds_init()
◆ nds_new()
◆ nds_push_data()
| NEXUSCPP_DECL int nds_push_data |
( |
nxcpp::DataStreamer * |
ds, |
|
|
const char * |
data_item_name, |
|
|
yat::uint32 |
data_type, |
|
|
yat::uint32 |
num_items_in_data_buffer, |
|
|
void * |
data_buffer |
|
) |
| |
◆ nds_set_data_item_memory_mode()
◆ nds_stop()