openDAQ
Open data acquisition platform
+ Collaboration diagram for Factories:

Detailed Description

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.
 

Function Documentation

◆ ArgumentInfo()

ArgumentInfoPtr ArgumentInfo ( StringPtr  name,
CoreType  type 
)
inline

Creates an Argument info object with the specified name and type.

Parameters
nameThe name of the argument.
typeThe type expected of the argument.

◆ OPENDAQ_DECLARE_CLASS_FACTORY()

OPENDAQ_DECLARE_CLASS_FACTORY ( LIBRARY_FACTORY  ,
ArgumentInfo  ,
IString ,
name  ,
CoreType  ,
type   
)

Creates an Argument info object with the specified name and type.

Parameters
nameThe name of the argument.
typeThe type expected of the argument.