NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
PID_Equipment.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// PID_Equipment.ja
9//
10// 生成工具:
11// apiwrap
12//
13// 警告:
14// 此文件为自动生成,请勿手动编辑
15//
16#pragma once
17#include <NXOpen/NXDeprecation.hxx>
18#include <vector>
19#include <NXOpen/NXString.hxx>
20#include <NXOpen/Callback.hxx>
21#include <NXOpen/PDM_LogicalElementRevision.hxx>
22#include <NXOpen/PDM_LogicalElementRevision.hxx>
23#include <NXOpen/PDM_PortArtifact.hxx>
24#include <NXOpen/libpidopencpp_exports.hxx>
25#ifdef _MSC_VER
26#pragma warning(push)
27#pragma warning(disable:4996)
28#endif
29#ifdef __GNUC__
30#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
31#endif
32namespace NXOpen
33{
34 namespace PID
35 {
36 class Equipment;
37 }
38 namespace PDM
39 {
41 }
42 namespace PID
43 {
44 class Port;
45 }
46 namespace PID
47 {
48 class _EquipmentBuilder;
49 class EquipmentImpl;
53 class PIDOPENCPPEXPORT Equipment : public NXOpen::PDM::LogicalElementRevision
54 {
55 private: EquipmentImpl * m_equipment_impl;
56 private: friend class _EquipmentBuilder;
57 protected: Equipment();
58 public: ~Equipment();
62 public: void GetPorts
63 (
64 std::vector<NXOpen::PID::Port *> & ports
65 );
70 (
71 const NXString & portId
72 );
77 (
78 const char * portId
79 );
80 };
81 }
82}
83#ifdef _MSC_VER
84#pragma warning(pop)
85#endif
86#ifdef __GNUC__
87#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
88#pragma GCC diagnostic warning "-Wdeprecated-declarations"
89#endif
90#endif
91#undef EXPORTLIBRARY