helics 3.7.0
Loading...
Searching...
No Matches
PrecHelper.hpp
1/*
2Copyright (c) 2017-2026,
3Battelle Memorial Institute; Lawrence Livermore National Security, LLC; Alliance for Energy
4Innovation LLC. See the top-level NOTICE for additional details. All rights reserved.
5SPDX-License-Identifier: BSD-3-Clause
6*/
7#pragma once
8
9#include "../application_api/helicsTypes.hpp"
10
11#include <string>
12
13namespace helics {
14class FederateInfo;
15} // namespace helics
16
17helics::DataType getType(std::string_view typeString);
18
19char typeCharacter(helics::DataType type);
20
21bool isBinaryData(helics::SmallBuffer& data);
24bool isEscapableData(helics::SmallBuffer& data);
Definition SmallBuffer.hpp:25
the main namespace for the helics co-simulation library User functions will be in the helics namespac...
Definition AsyncFedCallInfo.hpp:14
DataType
Definition helicsTypes.hpp:273