|
Dev Essential
1.6.3
|
Go to the source code of this file.
Classes | |
| class | a_util::system::HighResSchedulingSupport |
Namespaces | |
| namespace | a_util |
| Serves as the root component, with common functionality documented in core functionality. | |
| namespace | a_util::system |
| Serves as component for portable OS (Windows, Linux, ...) functionality. | |
Functions | |
| std::string | a_util::system::getCurrentUserName () |
| std::string | a_util::system::getHostname () |
| a_util::filesystem::Path | a_util::system::getExecutablePath () |
| int | a_util::system::getLastSystemError () |
| void | a_util::system::resetLastSystemError () |
| Reset last system error to its initial value. | |
| std::string | a_util::system::formatSystemError (int system_error_code) |
| void | a_util::system::sleepMilliseconds (std::uint32_t ms) |
| void | a_util::system::sleepMicroseconds (std::uint64_t us) |
| timestamp_t | a_util::system::getCurrentMilliseconds () |
| timestamp_t | a_util::system::getCurrentMicroseconds () |
Public API for system classes and functions
Copyright 2025 Digitalwerk GmbH. This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.