Workspace 6.21.5
|
SharedInfo operation output the shared info of a data type. Shared info is used to identify whether data types from different plugin suitable for automatically generate assignement adaptor between them. To change the SharedInfo's data type, open the properties dialog and navigate to the "Data" tab.
Outputs: | |||
---|---|---|---|
Project and version | QString | If empty, the data type is not shared between plugins,no automatic assignment adaptors will be generated by Workspace between this and other namesake data types. Use this name to define a shared data factory with in developing a plugin will be able to share the data type with it providing the rest of the shared info are also compatible. | |
Is debug | bool | Is built as debug. | |
Byte order | QString | Byteorder should be the same on the same platform. | |
Align of type | int | Aligment of the type. | |
Compiler version | QString | Compiler and version used to build the plugin of this data type. |