2 #include "util/uuid.hpp" 3 #include "nlohmann/json_fwd.hpp" 4 #include "common/common.hpp" 5 #include "util/uuid_ptr.hpp" 6 #include "common/junction.hpp" 7 #include "block/bus.hpp" 12 #include "nlohmann/json.hpp" 29 enum class Style { PLAIN, FLAG };
30 Style style = Style::FLAG;
33 Orientation orientation = Orientation::RIGHT;
34 uint64_t size = 1.5_mm;
35 std::set<unsigned int> on_sheets;
36 bool offsheet_refs =
true;
39 json serialize()
const;
Makes a Bus available on the schematic.
Definition: bus_label.hpp:22
a class to store JSON values
Definition: json.hpp:161
A block is one level of hierarchy in the netlist.
Definition: block.hpp:25
Definition: uuid_ptr.hpp:9
This class encapsulates a UUID and allows it to be uses as a value type.
Definition: uuid.hpp:16
basic_json<> json
default JSON class
Definition: json_fwd.hpp:61