* ./hurricane/src/hurricane:
- Change: Activate inspector support for Pin, Pin::AccessDirection & Pin::AccessStatus.
This commit is contained in:
parent
64ae150d5e
commit
eb4f1b91a8
|
@ -155,6 +155,11 @@ class Pin : public Contact {
|
|||
} // End of Hurricane namespace.
|
||||
|
||||
|
||||
INSPECTOR_P_SUPPORT(Hurricane::Pin);
|
||||
INSPECTOR_PV_SUPPORT(Hurricane::Pin::AccessDirection);
|
||||
INSPECTOR_PV_SUPPORT(Hurricane::Pin::PlacementStatus);
|
||||
|
||||
|
||||
#endif // HURRICANE_PIN
|
||||
|
||||
// ****************************************************************************************************
|
||||
|
|
Loading…
Reference in New Issue