dtpf::BufferDescriptor | A BufferDescriptor encapsulates information related to a particular buffer of data |
dtpf::BufferGroup | Provides an interface to a pool of BufferDescriptor s |
ConnectionEndpoint | ConnectionEndpoint's provide a structure providing information about the inputs or outputs for a Node |
dtpf::DataFormat | DataFormat provides grouping and management of Parameter s describing the data being transferred over a connection between two Node s and the potential formats for a connection endpoint |
dtpf::EventLooper | Runs a message handling thread for a DTPF Node |
dtpf::FileParameter | FileParameter is a SpecificParameter with values identifying objects on the filesystem (e.g., files, directories, etc) |
dtpf::GroupParameter | GroupParameter is a SpecificParameter whose value can be is a selection from a group of items |
Node | A Node is the primary unit of computation in models created using DTPF |
NodeDescriptor | NodeDescriptor's provide a structure to provide information about Nodes |
dtpf::OnOffParameter | OnOffParameter is a BooleanParameter whose value is either 'on' or 'off' |
dtpf::Parameter | Represents a value and the bounds of that parameter |
dtpf::ParameterGroup | ParameterGroup provides grouping and management of Parameter s for use by DTPF Node s and client applications |
dtpf::ParameterTree | ParameterTree provides hierarchial organization of ParameterGroups s and Parameter s for use by DTPF Node s and client applications |
dtpf::ParameterTreeVertex | A vertex in a parameter tree implementing the General Hierarchy design pattern for DTPF configuration parameters |
PluginLoader | The plugin loader is responsible for loading Nodes implemented as plugins |
dtpf::RangeParameter | RangeParameter is a SpecificParameter for numeric parameters with a value between minimum and maximum bounds with a increment step |
Roster | The Roster provides facilities for Clients of the DTPF, and for Nodes |
RosterClientInterface | The RosterClientInterface provides a message passing interface to the Roster for Clients |
dtpf::SpecificParameter | SpecificParameter extends Parameter to managing a value of templated type |
dtpf::TextParameter | TextParameter is a StringParameter with values that can be single or multiple line text strings |