openPSTD  2.0
Open source simulation for sound propagation in urban environments
Classes | Functions
OpenPSTD::CLI Namespace Reference

The CLI provides the possibility to run and check the simulation from a command line without any graphical feedback. More...

Classes

class  AddDomainEditCommandPart
 
class  AddReceiverEditCommandPart
 
class  AddSpeakerEditCommandPart
 
class  ChangeDomainEditCommandPart
 
class  ChangeEdgeAbsorptionEditCommandPart
 
class  ChangeEdgeLREditCommandPart
 
struct  CLIDomainAdd
 
struct  CLIDomainChange
 
struct  CLIEdgeAbsorption
 
struct  CLIEdgeLR
 
class  CLIExport
 
class  CLIHDF5Export
 
class  CLIImageExport
 
class  CLIOutput
 
struct  CLISpeakerReceiverAdd
 
class  Command
 
class  CreateCommand
 
class  EditCommand
 
class  EditCommandPart
 
class  ExportCommand
 
class  ListCommand
 
class  RemoveDomainEditCommandPart
 
class  RemoveReceiverEditCommandPart
 
class  RemoveSpeakerEditCommandPart
 
class  RunCommand
 
class  SetOptionEditCommandPart
 

Functions

void validate (boost::any &v, const std::vector< std::string > &values, CLIDomainAdd *, int)
 
void validate (boost::any &v, const std::vector< std::string > &values, CLIDomainChange *, int)
 
void validate (boost::any &v, const std::vector< std::string > &values, CLIEdgeAbsorption *, int)
 
void validate (boost::any &v, const std::vector< std::string > &values, CLIEdgeLR *, int)
 
void validate (boost::any &v, const std::vector< std::string > &values, CLISpeakerReceiverAdd *, int)
 

Detailed Description

The CLI provides the possibility to run and check the simulation from a command line without any graphical feedback.

The CLI is useful for running on remote (multicore) machines.