LibLogicalAccess
2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
include
logicalaccess
services
accesscontrol
encodings
nodatarepresentation.hpp
Go to the documentation of this file.
1
7
#ifndef LOGICALACCESS_NODATAREPRESENTATION_HPP
8
#define LOGICALACCESS_NODATAREPRESENTATION_HPP
9
10
#include <
logicalaccess/services/accesscontrol/encodings/datarepresentation.hpp
>
11
#include <
logicalaccess/services/accesscontrol/encodings/encoding.hpp
>
12
13
namespace
logicalaccess
14
{
18
class
LLA_CORE_API
NoDataRepresentation
:
public
DataRepresentation
19
{
20
public
:
26
NoDataRepresentation
();
27
33
~NoDataRepresentation
();
34
39
std::string getName()
const override
;
40
45
EncodingType
getType()
const override
;
46
56
BitsetStream
convertNumeric(
const
BitsetStream
&data)
override
;
57
67
BitsetStream
convertBinary(
const
BitsetStream
&data)
override
;
68
74
unsigned
int
convertLength(
unsigned
int
lengthBits)
override
;
75
85
BitsetStream
revertNumeric(
const
BitsetStream
&data)
override
;
86
96
BitsetStream
revertBinary(
const
BitsetStream
&data)
override
;
97
};
98
}
99
100
#endif
/* LOGICALACCESS_NODATAREPRESENTATION_HPP */
logicalaccess::BitsetStream
Definition:
BitsetStream.hpp:15
logicalaccess::DataRepresentation
A data representation.
Definition:
datarepresentation.hpp:20
logicalaccess::NoDataRepresentation
A data representation which do nothing class.
Definition:
nodatarepresentation.hpp:19
datarepresentation.hpp
encoding.hpp
Encoding.
logicalaccess
Definition:
asn1.hpp:9
logicalaccess::EncodingType
EncodingType
Encoding type.
Definition:
encoding.hpp:19
Generated on Wed Mar 29 2023 13:50:37 for LibLogicalAccess by
1.9.6