Pothos  0.1.1
The Pothos dataflow programming software suite
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Packet.hpp
Go to the documentation of this file.
1 
11 #pragma once
12 #include <Pothos/Config.hpp>
16 #include <string>
17 #include <vector>
18 
19 namespace Pothos {
20 
27 {
29  Packet(void);
30 
39 
49 
55  std::vector<Label> labels;
56 };
57 
58 } //namespace Pothos
#define POTHOS_API
Definition: Config.hpp:41
std::map< std::string, Object > ObjectKwargs
Definition: Containers.hpp:26
BufferChunk payload
Definition: Packet.hpp:38
std::vector< Label > labels
Definition: Packet.hpp:55
ObjectKwargs metadata
Definition: Packet.hpp:48
Definition: Packet.hpp:26
Definition: BufferChunk.hpp:26