KiCad PCB EDA Suite
Loading...
Searching...
No Matches
api_utils.cpp File Reference
#include <magic_enum.hpp>
#include <api/api_utils.h>

Go to the source code of this file.

Namespaces

namespace  kiapi
 
namespace  kiapi::common
 

Functions

std::optional< KICAD_Tkiapi::common::TypeNameFromAny (const google::protobuf::Any &aMessage)
 
LIB_ID kiapi::common::LibIdFromProto (const types::LibraryIdentifier &aId)
 
types::LibraryIdentifier kiapi::common::LibIdToProto (const LIB_ID &aId)
 
void kiapi::common::PackVector2 (kiapi::common::types::Vector2 &aOutput, const VECTOR2I aInput)
 
VECTOR2I kiapi::common::UnpackVector2 (const types::Vector2 &aInput)
 
void kiapi::common::PackPolyLine (kiapi::common::types::PolyLine &aOutput, const SHAPE_LINE_CHAIN &aSlc)
 
SHAPE_LINE_CHAIN kiapi::common::UnpackPolyLine (const kiapi::common::types::PolyLine &aInput)