pianod2
multisource multiuser scriptable networked music player
Classes | Typedefs | Enumerations | Functions
tonegencommand.cpp File Reference

Command handlers for tone generator source. More...

#include <config.h>
#include <cstdio>
#include <cassert>
#include <algorithm>
#include <parsnip/parsnip.h>
#include <parsnip/parsnip_command.h>
#include "fundamentals.h"
#include "sources.h"
#include "connection.h"
#include "user.h"
#include "users.h"
#include "response.h"
#include "mediamanager.h"
#include "mediaparameters.h"
#include "musiclibraryparameters.h"
#include "tonegen.h"
#include "tonegencommand.h"
Include dependency graph for tonegencommand.cpp:

Classes

class  ToneGeneratorOptions
 

Typedefs

typedef enum test_tone_command_t TTCOMMAND
 

Enumerations

enum  test_tone_command_t { TTADDSOURCE = CMD_RANGE_TONEGENERATOR , TTEXISTING }
 

Functions

Parsnip::OptionParser::Definitions retrieve_tonegenerator_option_definitions ()
 
void restore_tonegenerator_source (UserData::JSONData *persisted, User *user)
 

Detailed Description

Command handlers for tone generator source.

Typedef Documentation

◆ TTCOMMAND

Enumeration Type Documentation

◆ test_tone_command_t

Enumerator
TTADDSOURCE 
TTEXISTING 

Function Documentation

◆ restore_tonegenerator_source()

void restore_tonegenerator_source ( UserData::JSONData persisted,
User user 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ retrieve_tonegenerator_option_definitions()

Parsnip::OptionParser::Definitions retrieve_tonegenerator_option_definitions ( )
Here is the call graph for this function:
Here is the caller graph for this function: