radio_tool 0.2.1
Loading...
Searching...
No Matches
Namespaces | Variables
radio_tool Namespace Reference

Namespaces

namespace  codeplug
 
namespace  device
 
namespace  dfu
 
namespace  flash
 
namespace  fw
 
namespace  h8sx
 
namespace  hid
 
namespace  radio
 

Variables

constexpr auto kiB = (1UL << 10)
 
constexpr auto MiB = (1UL << 20)
 
constexpr auto GiB = (1UL << 30)
 
constexpr auto TiB = (1ULL << 40)
 
constexpr auto PiB = (1ULL << 50)
 
constexpr auto EiB = (1ULL << 60)
 

Detailed Description

This file is part of radio_tool. Copyright (c) 2020 v0l radio.nosp@m._too.nosp@m.l@v0l.nosp@m..io

radio_tool is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

radio_tool is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with radio_tool. If not, see https://www.gnu.org/licenses/.

Variable Documentation

◆ EiB

constexpr auto radio_tool::EiB = (1ULL << 60)
constexpr

Definition at line 41 of file util.hpp.

◆ GiB

constexpr auto radio_tool::GiB = (1UL << 30)
constexpr

Definition at line 35 of file util.hpp.

◆ kiB

constexpr auto radio_tool::kiB = (1UL << 10)
constexpr

Definition at line 31 of file util.hpp.

◆ MiB

constexpr auto radio_tool::MiB = (1UL << 20)
constexpr

Definition at line 33 of file util.hpp.

◆ PiB

constexpr auto radio_tool::PiB = (1ULL << 50)
constexpr

Definition at line 39 of file util.hpp.

◆ TiB

constexpr auto radio_tool::TiB = (1ULL << 40)
constexpr

Definition at line 37 of file util.hpp.