14#ifndef included_Retro_RosPrintBvi
15#define included_Retro_RosPrintBvi 1
25 explicit RosPrintBvi(uint8_t val,
size_t base=2,
size_t nbit=8);
26 explicit RosPrintBvi(uint16_t val,
size_t base=2,
size_t nbit=16);
27 explicit RosPrintBvi(uint32_t val,
size_t base=2,
size_t nbit=32);
29 void Print(std::ostream& os)
const;
30 void Print(std::string& os)
const;
void Convert(char *pbuf) const
FIXME_docs.
void Print(std::ostream &os) const
FIXME_docs.
uint32_t fVal
value to be printed
size_t fBase
base: 2,8, or 16
size_t fNbit
number of bits to print
Declaration of class ReventLoop.
std::ostream & operator<<(std::ostream &os, const RerrMsg &obj)