#include <dmxpp.h>
|
bool | openText (const std::byte *dmxData, std::size_t dmxSize) |
|
bool | openBinary (BufferStream &stream) |
|
Definition at line 16 of file dmxpp.h.
◆ DMX() [1/4]
DMX::DMX |
( |
const std::byte * |
dmxData, |
|
|
std::size_t |
dmxSize |
|
) |
| |
◆ DMX() [2/4]
DMX::DMX |
( |
const unsigned char * |
dmxData, |
|
|
std::size_t |
dmxSize |
|
) |
| |
◆ DMX() [3/4]
DMX::DMX |
( |
const std::vector< std::byte > & |
dmxData | ) |
|
|
explicit |
◆ DMX() [4/4]
DMX::DMX |
( |
const std::vector< unsigned char > & |
dmxData | ) |
|
|
explicit |
◆ getElements()
const std::vector< DMXElement > & DMX::getElements |
( |
| ) |
const |
◆ getEncodingType()
std::string_view DMX::getEncodingType |
( |
| ) |
const |
◆ getEncodingVersion()
int DMX::getEncodingVersion |
( |
| ) |
const |
◆ getFormatType()
std::string_view DMX::getFormatType |
( |
| ) |
const |
◆ getFormatVersion()
int DMX::getFormatVersion |
( |
| ) |
const |
◆ openBinary()
bool DMX::openBinary |
( |
BufferStream & |
stream | ) |
|
|
protected |
◆ openText()
bool DMX::openText |
( |
const std::byte * |
dmxData, |
|
|
std::size_t |
dmxSize |
|
) |
| |
|
protected |
◆ operator bool()
DMX::operator bool |
( |
| ) |
const |
|
explicit |
The documentation for this class was generated from the following files: