Class representing a bit position within a byte. More...
#include <ethercat_slave_memory.h>
Public Member Functions | |
EC_BitPos (uint8_t a_int=0) | |
Constructor. | |
operator uint8_t () const | |
Cast operator. | |
Private Attributes | |
uint8_t | m_bitpos |
Class representing a bit position within a byte.
Definition at line 555 of file ethercat_slave_memory.h.
EC_BitPos::EC_BitPos | ( | uint8_t | a_int = 0 | ) | [inline] |
Constructor.
a_int | Bit position in the byte (an int from 0 to 7) |
Definition at line 561 of file ethercat_slave_memory.h.
EC_BitPos::operator uint8_t | ( | ) | const [inline] |
Cast operator.
Definition at line 568 of file ethercat_slave_memory.h.
uint8_t EC_BitPos::m_bitpos [private] |
Definition at line 573 of file ethercat_slave_memory.h.