Data associated with a Status Word. More...
#include <Statusword.hpp>
Public Member Functions | |
Data ()=default | |
Default constructor. More... | |
Data (const uint32_t data) | |
Explicit constructor. More... | |
bool | operator!= (const Data &other) |
Checks if two Data are not equal. More... | |
bool | operator== (const Data &other) |
Checks if two Data are equal. More... | |
Public Attributes | |
uint32_t | all_ = 0 |
All the bits in a "raw" uint32_t format. More... | |
DataBits | bits_ |
The bits of the data. More... | |
Data associated with a Status Word.
Definition at line 51 of file Statusword.hpp.
|
default |
Default constructor.
|
explicit |
Explicit constructor.
data | The data saved in the all variable. |
Definition at line 6 of file Statusword.cpp.
bool rokubimini::Statusword::Data::operator!= | ( | const Data & | other | ) |
Checks if two Data are not equal.
other | The second Data to compare with. |
Definition at line 15 of file Statusword.cpp.
bool rokubimini::Statusword::Data::operator== | ( | const Data & | other | ) |
Checks if two Data are equal.
other | The second Data to compare with. |
Definition at line 10 of file Statusword.cpp.
uint32_t rokubimini::Statusword::Data::all_ = 0 |
All the bits in a "raw" uint32_t format.
Definition at line 67 of file Statusword.hpp.
DataBits rokubimini::Statusword::Data::bits_ |
The bits of the data.
Definition at line 59 of file Statusword.hpp.