MIP_SDK
latest-2-g34f3e39
MicroStrain Communications Library for embedded systems
|
#include "mip/extras/platform_connection.hpp"
#include <microstrain/connections/connection.hpp>
#include <memory>
#include <regex>
Namespaces | |
mip | |
A collection of C++ classes and functions covering the full mip api. | |
mip::platform | |
Functions | |
std::unique_ptr< microstrain::Connection > | mip::platform::createConnectionFromInterfaceName (std::string interface_name, uint32_t parameter) |
Creates a connection object given the interface name and a parameter. More... | |
bool | mip::platform::isSerialInterfaceName (const std::string_view interface_name) |
Determines if the name corresponds to a serial port device. More... | |
bool | mip::platform::isNetworkInterfaceName (std::string_view interface_name) |
Determines if the name corresponds to a URL or IP address. More... | |