Ask a Question | Search DSPSR: |
Home
|
SignalPath.h void combine(const SignalPath *) Combine information from another signal path. Definition: SignalPath.C:47 virtual void combine(const Operation *) Combine accumulated results with another operation. Definition: Operation.C:149 std::string get_name() const Return the unique name of this operation. Definition: Operation.h:95 Defines the interface by which operations are performed on data. Definition: Operation.h:37 SignalPath(const List &list) Default constructor. Definition: SignalPath.C:13 void add(Operation *) Add a component to the list of operations. Definition: SignalPath.C:42 void reset() Reset all of the components in the signal path. Definition: SignalPath.C:73 const List * get_list() const Get the list of operations. Definition: SignalPath.C:32 void set_list(const List &) Set the list of operations. Definition: SignalPath.C:27 Generated using doxygen 1.8.17
|