/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/SpiralSound/Plugins/CounterPlugin/ |
H A D | CounterPlugin.C | 29 return new CounterPlugin; in SpiralPlugin_CreateInstance() 50 CounterPlugin::CounterPlugin() : in CounterPlugin() function 67 CounterPlugin::~CounterPlugin() in ~CounterPlugin() 71 PluginInfo &CounterPlugin::Initialise(const HostInfo *Host) in Initialise() 76 SpiralGUIType *CounterPlugin::CreateGUI() in CreateGUI() 83 void CounterPlugin::Execute() in Execute() 116 void CounterPlugin::ExecuteCommands() in ExecuteCommands() 120 void CounterPlugin::StreamOut(ostream &s) in StreamOut() 126 void CounterPlugin::StreamIn(istream &s) in StreamIn()
|
H A D | Makefile.in | 39 HEADERS = CounterPlugin.h \ 47 SOURCES = CounterPlugin.C \ 55 OBJECTS = CounterPlugin.o \ 69 TARGET = CounterPlugin.so 135 CounterPlugin.o: CounterPlugin.C \ 136 CounterPlugin.h \ 144 CounterPlugin.h \
|
H A D | CounterPlugin.h | 25 class CounterPlugin : public SpiralPlugin 28 CounterPlugin(); 29 virtual ~CounterPlugin();
|
H A D | CounterPluginGUI.C | 28 CounterPluginGUI::CounterPluginGUI(int w, int h,CounterPlugin *o,ChannelHandler *ch,const HostInfo … in CounterPluginGUI() 47 CounterPlugin* Plugin = (CounterPlugin*)o; in UpdateValues()
|
H A D | CounterPluginGUI.h | 30 CounterPluginGUI(int w, int h, CounterPlugin *o,ChannelHandler *ch,const HostInfo *Info);
|
/dports/comms/cutecom/cutecom-cce2e5ec01df09ca4b05f055f21942e0de7eb7dd/ |
H A D | counterplugin.cpp | 32 static CounterPlugin *m_counter = NULL; 35 CounterPlugin::CounterPlugin(QFrame *parent, Settings *settings) in CounterPlugin() function in CounterPlugin 37 , ui(new Ui::CounterPlugin) in CounterPlugin() 49 connect(ui->m_bt_unload, &QPushButton::clicked, this, &CounterPlugin::removePlugin); in CounterPlugin() 50 connect(ui->m_bt_help, &QPushButton::clicked, this, &CounterPlugin::helpMsg); in CounterPlugin() 68 CounterPlugin::~CounterPlugin() in ~CounterPlugin() 94 void CounterPlugin::txBytes(int len) in txBytes() 105 void CounterPlugin::rxBytes(QByteArray data) in rxBytes() 117 const Plugin *CounterPlugin::plugin() { return m_plugin; } in plugin() 122 void CounterPlugin::removePlugin(bool) { emit unload(m_plugin); } in removePlugin() [all …]
|
H A D | counterplugin.h | 32 class CounterPlugin; variable 35 class CounterPlugin : public QFrame 40 explicit CounterPlugin(QFrame *parent, Settings *settings); 41 ~CounterPlugin(); 56 Ui::CounterPlugin *ui;
|
H A D | pluginmanager.cpp | 69 CounterPlugin *counter = new CounterPlugin(m_parent, m_settings); in addPluginType() 70 connect(counter, &CounterPlugin::unload, this, &PluginManager::removePlugin); in addPluginType() 71 connect(this, &PluginManager::recvCmd, counter, &CounterPlugin::rxBytes); in addPluginType()
|
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/go-plugin/examples/bidirectional/shared/ |
H A D | interface.go | 21 "counter": &CounterPlugin{}, 37 type CounterPlugin struct { struct 44 func (p *CounterPlugin) GRPCServer(broker *plugin.GRPCBroker, s *grpc.Server) error { argument 52 func (p *CounterPlugin) GRPCClient(ctx context.Context, broker *plugin.GRPCBroker, c *grpc.ClientCo… argument 59 var _ plugin.GRPCPlugin = &CounterPlugin{}
|
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-plugin/examples/bidirectional/shared/ |
H A D | interface.go | 21 "counter": &CounterPlugin{}, 37 type CounterPlugin struct { struct 44 func (p *CounterPlugin) GRPCServer(broker *plugin.GRPCBroker, s *grpc.Server) error { argument 52 func (p *CounterPlugin) GRPCClient(ctx context.Context, broker *plugin.GRPCBroker, c *grpc.ClientCo… argument 59 var _ plugin.GRPCPlugin = &CounterPlugin{}
|
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/hashicorp/go-plugin/examples/bidirectional/shared/ |
H A D | interface.go | 21 "counter": &CounterPlugin{}, 37 type CounterPlugin struct { struct 44 func (p *CounterPlugin) GRPCServer(broker *plugin.GRPCBroker, s *grpc.Server) error { argument 52 func (p *CounterPlugin) GRPCClient(ctx context.Context, broker *plugin.GRPCBroker, c *grpc.ClientCo… argument 59 var _ plugin.GRPCPlugin = &CounterPlugin{}
|
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/github.com/hashicorp/go-plugin/examples/bidirectional/shared/ |
H A D | interface.go | 21 "counter": &CounterPlugin{}, 37 type CounterPlugin struct { struct 44 func (p *CounterPlugin) GRPCServer(broker *plugin.GRPCBroker, s *grpc.Server) error { argument 52 func (p *CounterPlugin) GRPCClient(ctx context.Context, broker *plugin.GRPCBroker, c *grpc.ClientCo… argument 59 var _ plugin.GRPCPlugin = &CounterPlugin{}
|
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/go-plugin/examples/bidirectional/shared/ |
H A D | interface.go | 21 "counter": &CounterPlugin{}, 37 type CounterPlugin struct { struct 44 func (p *CounterPlugin) GRPCServer(broker *plugin.GRPCBroker, s *grpc.Server) error { argument 52 func (p *CounterPlugin) GRPCClient(ctx context.Context, broker *plugin.GRPCBroker, c *grpc.ClientCo… argument 59 var _ plugin.GRPCPlugin = &CounterPlugin{}
|
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/hashicorp/go-plugin/examples/bidirectional/plugin-go-grpc/ |
H A D | main.go | 55 "counter": &shared.CounterPlugin{Impl: &Counter{}},
|
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/go-plugin/examples/bidirectional/plugin-go-grpc/ |
H A D | main.go | 55 "counter": &shared.CounterPlugin{Impl: &Counter{}},
|
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-plugin/examples/bidirectional/plugin-go-grpc/ |
H A D | main.go | 55 "counter": &shared.CounterPlugin{Impl: &Counter{}},
|
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/github.com/hashicorp/go-plugin/examples/bidirectional/plugin-go-grpc/ |
H A D | main.go | 55 "counter": &shared.CounterPlugin{Impl: &Counter{}},
|
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/go-plugin/examples/bidirectional/plugin-go-grpc/ |
H A D | main.go | 55 "counter": &shared.CounterPlugin{Impl: &Counter{}},
|
/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/ |
H A D | CHANGES | 45 CounterPlugin
|
H A D | configure | 1181 CounterPlugin DelayPlugin DiskWriterPlugin DistributorPlugin EchoPlugin \
|