NX Open C++ Reference Guide
|
Represents a Mechatronics::SHMSignalConnectionBuilder
To create a new instance of this class, use Mechatronics::SHMSignalConnectionCollection::CreateSHMSignalConnectionBuilder
Created in NX9.0.0.
More...
Public Types | |
enum | DataType { DataTypeBool, DataTypeInt, DataTypeDouble } |
Represents the data type. More... | |
enum | SHMSignalAccessType { SHMSignalAccessTypeRead, SHMSignalAccessTypeWrite } |
Represents the SHM Signal access type. More... | |
enum | StreamIOType { StreamIOTypeTomcd, StreamIOTypeToshm } |
Represents the mapping data sream direction. More... | |
Public Member Functions | |
NXOpen::Mechatronics::SignalAdapter * | AdapterObject () |
Returns the adapter object. | |
NXString | ResultName () |
Returns the mapping result name. | |
void | SetAdapterObject (NXOpen::Mechatronics::SignalAdapter *adapterObject) |
Sets the adapter object. | |
void | SetResultName (const NXString &resultName) |
Sets the mapping result name. | |
void | SetResultName (const char *resultName) |
Sets the mapping result name. | |
void | SetSHMName (const NXString &shmName) |
Sets the SHM name. | |
void | SetSHMName (const char *shmName) |
Sets the SHM name. | |
void | SetSHMSignalAccess (NXOpen::Mechatronics::SHMSignalConnectionBuilder::SHMSignalAccessType shmSignalAccess) |
Sets the SHM access previlege type. | |
void | SetSHMSignalName (const NXString &shmsignalName) |
Sets the SHM signal name. | |
void | SetSHMSignalName (const char *shmsignalName) |
Sets the SHM signal name. | |
void | SetSHMSignalType (NXOpen::Mechatronics::SHMSignalConnectionBuilder::DataType shmSignalType) |
Sets the SHM signal type. | |
void | SetSignalObject (NXOpen::NXObject *signalObject) |
Sets the signal object. | |
void | SetStreamIO (NXOpen::Mechatronics::SHMSignalConnectionBuilder::StreamIOType streamIO) |
Sets the data stream direction. | |
NXString | SHMName () |
Returns the SHM name. | |
NXOpen::Mechatronics::SHMSignalConnectionBuilder::SHMSignalAccessType | SHMSignalAccess () |
Returns the SHM access previlege type. | |
NXString | SHMSignalName () |
Returns the SHM signal name. | |
NXOpen::Mechatronics::SHMSignalConnectionBuilder::DataType | SHMSignalType () |
Returns the SHM signal type. | |
NXOpen::NXObject * | SignalObject () |
Returns the signal object. | |
NXOpen::Mechatronics::SHMSignalConnectionBuilder::StreamIOType | StreamIO () |
Returns the data stream direction. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Mechatronics::SHMSignalConnectionBuilder
To create a new instance of this class, use Mechatronics::SHMSignalConnectionCollection::CreateSHMSignalConnectionBuilder
Created in NX9.0.0.
NXOpen::Mechatronics::SignalAdapter* NXOpen::Mechatronics::SHMSignalConnectionBuilder::AdapterObject | ( | ) |
Returns the adapter object.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXString NXOpen::Mechatronics::SHMSignalConnectionBuilder::ResultName | ( | ) |
Returns the mapping result name.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
void NXOpen::Mechatronics::SHMSignalConnectionBuilder::SetAdapterObject | ( | NXOpen::Mechatronics::SignalAdapter * | adapterObject | ) |
Sets the adapter object.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
adapterObject | adapterobject |
void NXOpen::Mechatronics::SHMSignalConnectionBuilder::SetResultName | ( | const NXString & | resultName | ) |
Sets the mapping result name.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
resultName | resultname |
void NXOpen::Mechatronics::SHMSignalConnectionBuilder::SetResultName | ( | const char * | resultName | ) |
Sets the mapping result name.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
resultName | resultname |
void NXOpen::Mechatronics::SHMSignalConnectionBuilder::SetSHMName | ( | const NXString & | shmName | ) |
Sets the SHM name.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
shmName | shmname |
void NXOpen::Mechatronics::SHMSignalConnectionBuilder::SetSHMName | ( | const char * | shmName | ) |
Sets the SHM name.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
shmName | shmname |
void NXOpen::Mechatronics::SHMSignalConnectionBuilder::SetSHMSignalAccess | ( | NXOpen::Mechatronics::SHMSignalConnectionBuilder::SHMSignalAccessType | shmSignalAccess | ) |
Sets the SHM access previlege type.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
shmSignalAccess | shmsignalaccess |
void NXOpen::Mechatronics::SHMSignalConnectionBuilder::SetSHMSignalName | ( | const NXString & | shmsignalName | ) |
Sets the SHM signal name.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
shmsignalName | shmsignalname |
void NXOpen::Mechatronics::SHMSignalConnectionBuilder::SetSHMSignalName | ( | const char * | shmsignalName | ) |
Sets the SHM signal name.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
shmsignalName | shmsignalname |
void NXOpen::Mechatronics::SHMSignalConnectionBuilder::SetSHMSignalType | ( | NXOpen::Mechatronics::SHMSignalConnectionBuilder::DataType | shmSignalType | ) |
Sets the SHM signal type.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
shmSignalType | shmsignaltype |
void NXOpen::Mechatronics::SHMSignalConnectionBuilder::SetSignalObject | ( | NXOpen::NXObject * | signalObject | ) |
Sets the signal object.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
signalObject | signalobject |
void NXOpen::Mechatronics::SHMSignalConnectionBuilder::SetStreamIO | ( | NXOpen::Mechatronics::SHMSignalConnectionBuilder::StreamIOType | streamIO | ) |
Sets the data stream direction.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
streamIO | streamio |
NXString NXOpen::Mechatronics::SHMSignalConnectionBuilder::SHMName | ( | ) |
Returns the SHM name.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Mechatronics::SHMSignalConnectionBuilder::SHMSignalAccessType NXOpen::Mechatronics::SHMSignalConnectionBuilder::SHMSignalAccess | ( | ) |
Returns the SHM access previlege type.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXString NXOpen::Mechatronics::SHMSignalConnectionBuilder::SHMSignalName | ( | ) |
Returns the SHM signal name.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Mechatronics::SHMSignalConnectionBuilder::DataType NXOpen::Mechatronics::SHMSignalConnectionBuilder::SHMSignalType | ( | ) |
Returns the SHM signal type.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::NXObject* NXOpen::Mechatronics::SHMSignalConnectionBuilder::SignalObject | ( | ) |
Returns the signal object.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Mechatronics::SHMSignalConnectionBuilder::StreamIOType NXOpen::Mechatronics::SHMSignalConnectionBuilder::StreamIO | ( | ) |
Returns the data stream direction.
Created in NX9.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")