Functions | |
OPENDAQ_DECLARE_CLASS_FACTORY (LIBRARY_FACTORY, ArgumentInfo, IString *, name, CoreType, type) | |
Creates an Argument info object with the specified name and type. More... | |
ArgumentInfoPtr | ArgumentInfo (StringPtr name, CoreType type) |
Creates an Argument info object with the specified name and type. More... | |
StructTypePtr | ArgumentInfoStructType () |
Creates the Struct type object that defines the Argument info struct. | |
|
inline |
Creates an Argument info object with the specified name and type.
name | The name of the argument. |
type | The type expected of the argument. |
OPENDAQ_DECLARE_CLASS_FACTORY | ( | LIBRARY_FACTORY | , |
ArgumentInfo | , | ||
IString * | , | ||
name | , | ||
CoreType | , | ||
type | |||
) |
Creates an Argument info object with the specified name and type.
name | The name of the argument. |
type | The type expected of the argument. |