add
Description
add(
adds specified function functionGroupObj,functionObj)functionObj to specified function group
functionGroupObj.
Examples
Create a model named mySoftwareArchitecture and get the root
architecture.
model = systemcomposer.createModel("mySoftwareArchitecture","SoftwareArchitecture"); rootArch = model.Architecture;
Create a software component and three functions.
newComp = rootArch.addComponent("Component1"); newFunctions = newComp.Architecture.addFunction({'Function1','Function2','Function3'}); rootArch
Set the period of three functions.
fun1 = newFunctions(1); fun1.Period = 0.05; fun2 = newFunctions(2); fun2.Period = 0.05; fun3 = newFunctions(3); fun3.Period = 0.2;
Create a function group named newFunctionGroup.
functionGroup = rootArch.createFunctionGroup("newFunctionGroup", [fun1, fun2])Create a function and add it to function group named
newFunctionGroup.
fun4 = newComp.Architecture.addFunction('Function4');
fun4.Period = 0.05;
functionGroup.add(fun4);View component functions of function group.
{functionGroup.ComponentFunctions.Name}Input Arguments
Function group, specified as a systemcomposer.arch.Function object.
Function, specified as a systemcomposer.arch.Function object.
More About
| Term | Definition | Application | More Information |
|---|---|---|---|
| Software architecture | A software architecture is a specialization of an architecture for software-based systems, including the description of software compositions, component functions, and their scheduling. | Use software architectures in System Composer™ to author software architecture models composed of software components, ports, and interfaces. Design your software architecture model, define the execution order of your component functions, simulate your design in the architecture level, and generate code. | |
| Software component | A software component is a specialization of a component for software entities, including its interfaces. | Implement a Simulink® export-function, rate-based, or JMAAB model as a software component, simulate the software architecture model, and generate code. | |
| Software composition | A software composition is a diagram of software components and connectors that represents a composite software entity, such as a module or application. | Encapsulate functionality by aggregating or nesting multiple software components or compositions. | Model Software Architecture of Throttle Position Control System |
| Function | A function is an entry point where a transfer of program control occurs and can be defined in a software component. | You can apply stereotypes to functions in software architectures, edit sample times, and specify the function period using the Functions Editor. | Author and Extend Functions for Software Architectures |
| Function element | A function element describes the attributes of a function in a client-server interface. | Edit the function prototype on a function element to change the number and names of inputs and outputs of the function. Edit function element properties as you would edit other interface element properties. Function argument types can include built-in types as well as bus objects. You can specify function elements to support two types of execution. Asynchronous execution is when the client sends a request to the server, the function executes asynchronously based on the priority order, and the function returns the output arguments to the client. Synchronous execution is when the client sends a request to the server, the function runs immediately, and the function returns the output arguments to the client. | systemcomposer.interface.FunctionElement |
| Function argument | A function argument describes the attributes of an input or output argument in a function element. | You can set the properties of a function argument in the Interface Editor just as you would other value types: | systemcomposer.interface.FunctionArgument |
| Service interface | A service interface defines the functional interface between client and server components. Each service interface consists of one or more function elements. | Once you have defined a service interface in the Interface Editor, you can assign it to client and server ports using the Property Inspector. You can also use the Property Inspector to assign stereotypes to service interfaces. | |
| Server | A server is a component that defines and provides a function. | A server component is where the function is defined. You can implement function behavior in a Simulink export-function model. | Service Interfaces Overview |
| Client | A client is a component that sends a request to the server. | A client component is where the function is called. The implementation of function call behavior is dependent on the synchronicity of the function execution. | Service Interfaces Overview |
| Class diagram | A class diagram is a graphical representation of a static structural model that displays unique architecture types of the software components optionally with software methods and properties. | Class diagrams capture one instance of each referenced model and show relationships between them. A component diagram view can be optionally represented as a class diagram for a software architecture model. | Class Diagram View of Software Architectures |
Version History
Introduced in R2026a
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
选择网站
选择网站以获取翻译的可用内容,以及查看当地活动和优惠。根据您的位置,我们建议您选择:。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
- América Latina (Español)
- Canada (English)
- United States (English)
欧洲
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)