21 #ifndef INCLUDED_SATNOGS_SHIFT_REG_H
22 #define INCLUDED_SATNOGS_SHIFT_REG_H
74 operator<<=(
bool bit);
93 std::deque<bool> d_reg;
#define SATNOGS_API
Definition: api.h:30
Implements a bit shift register.
Definition: shift_reg.h:35
bool operator[](size_t pos) const
void push_front(bool bit)
shift_reg operator^(const shift_reg &rhs)
shift_reg & operator>>=(bool bit)
shift_reg operator|(const shift_reg &rhs)
bool & operator[](size_t pos)
shift_reg operator&(const shift_reg &rhs)
data_t reg[NROOTS+1]
Definition: decode_rs.h:78
std::basic_ostream< CharT, Traits > & operator<<(std::basic_ostream< CharT, Traits > &os, const day &d)
Definition: date.h:1475
Definition: amsat_duv_decoder.h:29