/** Node type: OPAL (AsyncApi) * * This file implements the opal subtype for nodes. * * @author Steffen Vogel * @copyright 2014, Institute for Automation of Complex Power Systems, EONERC */ #ifndef _OPAL_H_ #define _OPAL_H_ struct opal { }; #endif /* _OPAL_H_ */