#include <utils.hpp>
An helper class to perform Manchester encoding/decoding.
See http://eleif.net/manchester.html for an online encoder.
◆ Type
Enumerator |
---|
G_E_THOMAS | |
IEEE_802 | |
◆ decode()
◆ encode() [1/2]
template<typename BitSet >
static std::bitset< DoubleValue< GetBitSetSize< BitSet >::Length >::Value > logicalaccess::ManchesterEncoder::encode |
( |
const BitSet & |
in, |
|
|
Type |
t |
|
) |
| |
|
inlinestatic |
Encode a bitset, returns a bitset twice as large.
◆ encode() [2/2]
The documentation for this class was generated from the following files:
- C:/dev/lla/liblogicalaccess/include/logicalaccess/utils.hpp
- C:/dev/lla/liblogicalaccess/src/utils.cpp