libsigrokcxx  unreleased development snapshot
C++ bindings for libsigrok
Static Public Attributes | List of all members
sigrok::PacketType Class Reference

Type of datafeed packet. More...

#include </home/user/build/libsigrok/build/bindings/cxx/include/libsigrokcxx/enums.hpp>

+ Inheritance diagram for sigrok::PacketType:

Static Public Attributes

static const PacketType *const HEADER
 Payload is.
 
static const PacketType *const END
 End of stream (no further data). More...
 
static const PacketType *const META
 Payload is struct.
 
static const PacketType *const TRIGGER
 The trigger matched at this point in the data feed. More...
 
static const PacketType *const LOGIC
 Payload is struct.
 
static const PacketType *const FRAME_BEGIN
 Beginning of frame. More...
 
static const PacketType *const FRAME_END
 End of frame. More...
 
static const PacketType *const ANALOG
 Payload is struct.
 

Additional Inherited Members

- Public Member Functions inherited from sigrok::EnumValue< PacketType, enum sr_packettype >
int id () const
 The integer constant associated with this value. More...
 
std::string name () const
 The name associated with this value. More...
 
- Static Public Member Functions inherited from sigrok::EnumValue< PacketType, enum sr_packettype >
static const PacketTypeget (int id)
 Get value associated with a given integer constant. More...
 
static std::vector< const PacketType * > values ()
 Get possible values. More...
 

Detailed Description

Type of datafeed packet.

Definition at line 75 of file enums.hpp.

Member Data Documentation

const PacketType* const sigrok::PacketType::END
static

End of stream (no further data).

Definition at line 82 of file enums.hpp.

const PacketType* const sigrok::PacketType::TRIGGER
static

The trigger matched at this point in the data feed.

Definition at line 86 of file enums.hpp.

const PacketType* const sigrok::PacketType::FRAME_BEGIN
static

Beginning of frame.

Definition at line 90 of file enums.hpp.

const PacketType* const sigrok::PacketType::FRAME_END
static

End of frame.

Definition at line 92 of file enums.hpp.


The documentation for this class was generated from the following file: