#include <PrimitivePin.hpp>
Public Types | |
enum | EPinDirection { ePinDirectionNone = 0, ePinDirectionInput = 2, ePinDirectionOutput = 4, ePinDirectionNone = 0, ePinDirectionInput = 2, ePinDirectionOutput = 4 } |
enum | EPinDirection { ePinDirectionNone = 0, ePinDirectionInput = 2, ePinDirectionOutput = 4, ePinDirectionNone = 0, ePinDirectionInput = 2, ePinDirectionOutput = 4 } |
Encapsulation of pin directionality. These directions are generated by the database build code, and are used by the SitePin and PrimitivePin clases.
Definition at line 34 of file PrimitivePin.hpp.