78 void dump(std::ostream& stream = std::cout,
bool usingSigns =
false)
const;
const microseconds_t * getDurations() const
IrSequence * clone() const
Creates a (deep) clone of the current object.
void dumpWithSigns(std::ostream &stream=std::cout) const
Prints the IrSequence on the stream provided.
const char * toString() const
size_t getLength() const
Returns the length of the data.
microseconds_t getTotalDuration() const
uint32_t microseconds_t
Type for durations in micro seconds.
This class consists of a vector of durations.
void dump(std::ostream &stream=std::cout, bool usingSigns=false) const
Prints the IrSequence on the stream provided.
This file defines some general data types that are used in the library.
IrSequence()
Create an empty sequence.