#pragma once #include #include #include #include #include typedef void (*FunctionType)(ComacDataStructure_S *); struct XNAerodynamicsPrivate : public XNModelObjectPrivate { FunctionType _fun = nullptr; ComacDataStructure_S _data; std::string _entryPointName = "_Z27SACSCAerodynamicsEntryPointP20ComacDataStructure_S"; std::mutex _mutex; XNSim::C909::ATA04::Aerodynamics_input_Interface _inputInterface; XNSim::C909::ATA04::Aerodynamics_output_Interface _outputInterface; XNSim::C909::ATA04::Aerodynamics_heartbeat_Interface _heartbeatInterface; };