API Guides > ConceptRT 3.x

Detailed Description

class Axis : public ConceptComponent
{
PROPERTY_GET_SET(Float64, CurrentSpeed)
CONCEPT_BEGIN(Axis, "Axis", ConceptComponent)
CONCEPT_ITEM(MaxSpeed)
CONCEPT_END
};
class MachineA : public ConceptComponent
{
PROPERTY_OBJECT(Axis, Axis)
CONCEPT_BEGIN(MachineA, "MachineA", ConceptComponent)
CONCEPT_END
};

Classes

class  ConceptComponent
 Concept component. Each class of the user domain model should inherite from this class to use the ConceptModel integrated services. Serialization, DynamicInvocation and Initialization are the integrated services provided by ConceptRTModel. More...
 

Modules

 Components Declaration
 
 DynamicComponent