LibLogicalAccess
2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
include
logicalaccess
services
accesscontrol
formats
bithelper.hpp
Go to the documentation of this file.
1
7
#ifndef LOGICALACCESS_BITHELPER_HPP
8
#define LOGICALACCESS_BITHELPER_HPP
9
10
#include <
logicalaccess/services/accesscontrol/formats/BitsetStream.hpp
>
11
#include <
logicalaccess/readerproviders/readerprovider.hpp
>
12
13
namespace
logicalaccess
14
{
18
class
LLA_CORE_API
BitHelper
19
{
20
public
:
30
static
BitsetStream
align(
const
BitsetStream
&data,
unsigned
int
dataLengthBits);
31
32
43
static
BitsetStream
revert(
const
BitsetStream
&data,
unsigned
int
dataLengthBits);
44
54
static
BitsetStream
truncateLittleEndian(
const
BitsetStream
&data,
55
unsigned
int
dataLengthBits);
56
65
static
BitsetStream
swapBytes(
const
BitsetStream
&data);
66
79
static
BitsetStream
extract(
const
BitsetStream
&data,
unsigned
int
readPosBits,
80
unsigned
int
readLengthBits);
81
};
82
}
83
84
#endif
/* LOGICALACCESS_BITHELPER_HPP */
BitsetStream.hpp
logicalaccess::BitHelper
A Bit Helper.
Definition:
bithelper.hpp:19
logicalaccess::BitsetStream
Definition:
BitsetStream.hpp:15
logicalaccess
Definition:
asn1.hpp:9
readerprovider.hpp
Reader provider.
Generated on Wed Mar 29 2023 13:50:37 for LibLogicalAccess by
1.9.6