LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
utils.hpp File Reference
#include <logicalaccess/lla_fwd.hpp>
#include <logicalaccess/lla_core_api.hpp>
#include <bitset>
#include <chrono>
#include <cstddef>
#include <cstdint>

Go to the source code of this file.

Classes

class  logicalaccess::ElapsedTimeCounter
 
struct  logicalaccess::GetBitSetSize< std::bitset< Len > >
 
struct  logicalaccess::DoubleValue< Val >
 
class  logicalaccess::ManchesterEncoder
 

Namespaces

namespace  logicalaccess
 

Functions

LLA_CORE_API uint32_t logicalaccess::lla_htonl (uint32_t in)
 
LLA_CORE_API uint16_t logicalaccess::lla_htons (uint16_t in)
 
template<typename BitSet >
ByteVector logicalaccess::bitsetToVector (const BitSet &in)
 
LLA_CORE_API int logicalaccess::portable_setenv (const char *name, const char *value, int overwrite)
 
LLA_CORE_API std::string logicalaccess::base64_encode (unsigned char const *, unsigned int len)
 
LLA_CORE_API std::string logicalaccess::base64_decode (std::string const &s)