SoDaRadio-12.2.0-cut_dependencies:6c82803
Loading...
Searching...
No Matches
CommandMonitor.hxx File Reference

an example of a simple bolt-on accessory for SoDaRadio. More...

#include "SoDaBase.hxx"
#include "SoDaThread.hxx"

Go to the source code of this file.

Classes

class  CommandMonitor

Typedefs

typedef std::shared_ptr< CommandMonitorCommandMonitorPtr

Functions

bool initPlugin ()

Detailed Description

an example of a simple bolt-on accessory for SoDaRadio.

It counts the number of commands that go by and reports the count at the end of the run.

Author
Matt Reilly (kb1vc)

Definition in file CommandMonitor.hxx.

Typedef Documentation

◆ CommandMonitorPtr

typedef std::shared_ptr<CommandMonitor> CommandMonitorPtr

Definition at line 47 of file CommandMonitor.hxx.

Function Documentation

◆ initPlugin()

bool initPlugin ( )