Manage target hardware information
Use these classes to manage target hardware information. For example, register new target hardware for code generation or set up target connectivity for processor-in-the-loop (PIL) simulations.
target.AddOn | Describe add-on properties for target feature class |
target.Alias | Create alternative identifier for target feature object |
target.API | Describe API details |
target.APIImplementation | Describe API implementation details |
target.ApplicationExecutionTool | Capture system command information to run application from MATLAB computer |
target.Board | Provide hardware board details |
target.Command | Capture system command for execution on MATLAB computer |
target.BuildDependencies | Describe C and C++ build dependencies to associate with target hardware |
target.CommunicationChannel | Describe communication channel properties |
target.CommunicationInterface | Describe data I/O details for target hardware |
target.CommunicationProtocolStack | Describe communication protocol parameters |
target.Connection | Base class for target connection properties |
target.ConnectionProperties | Describe target-specific connection properties |
target.Function | Provide function signature information |
target.HostProcessExecutionTool | Capture system command information to run target application from MATLAB computer |
target.LanguageImplementation | Provide C and C++ compiler implementation details |
target.MainFunction | Provide C and C++ dependencies for main function of target
hardware application |
target.Object | Base class for target feature classes |
target.PILProtocol | Describe PIL protocol implementation for target hardware |
target.PortConnection | Describe target connection port |
target.Processor | Provide target processor information |
target.RS232Channel | Describe serial communication channel |
target.SystemCommandExecutionTool | Capture system command information to run target application from MATLAB computer |
target.TargetConnection | Provide details about connecting MATLAB computer to target hardware |
target.TCPChannel | Describe TCP communication properties |
target.Timer | Provide timer details for processor |
target.UDPChannel | Describe UDP communication |
target.add | Add target feature object to MATLAB memory |
target.create | Create target feature object |
target.export | Export target feature data |
target.get | Retrieve target feature objects from MATLAB memory |
target.remove | Remove target feature object from MATLAB memory |
target.upgrade | Upgrade existing definitions of hardware devices |