wiki:WARPLab/Reference/Architecture/Classes

Version 9 (modified by chunter, 11 years ago) (diff)

--

  • TOC "WARPLab7/TOC" is empty!

MATLAB Classes

A typical WARPLab experiment script contains a collection of Node objects and a single Trigger object.

Attached to each Node is a number of different submodules: Baseband, Interface Group, Transport, and User Extension. Each of these modules are objects from different MATLAB classes. This document serves to explain each MATLAB class and what it is responsible for.

Node

A Node is an object of the wl_node class. The primary role of the node object is to broker commands to other modules within the node and collect responses to those commands to deliver back to the user. Furthermore, the methods within the wl_node class are able to deal with vector inputs of of multiple wl_node objects, allowing automatic iteration through the provided nodes to replicate a single command provided by the user script. Beyond being the access point for users to interact with all of the modules in a WARPLab node, the wl_node class processes a few node-level commands of its own (such as identify?-- a command to help users identify a particular node by blinking LEDs on the hardware).

Trigger

Transport

Interface

Baseband

User Extension

Attachments (8)

Download all attachments as: .zip