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

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

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

Go to the source code of this file.

Classes

class  SimpleAccessory

Typedefs

typedef std::shared_ptr< SimpleAccessorySimpleAccessoryPtr

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 SimpleAccessory.hxx.

Typedef Documentation

◆ SimpleAccessoryPtr

typedef std::shared_ptr<SimpleAccessory> SimpleAccessoryPtr

Definition at line 48 of file SimpleAccessory.hxx.

Function Documentation

◆ initPlugin()

bool initPlugin ( )