MistServer
2.5.3-Pro-19-gf5e75b1 ( Generic_64)
Main Page
Human-readable topics
Data Structures
Files
Source code
File List
Globals
src
input
input_folder.h
Go to the documentation of this file.
1
#include "
input.h
"
2
#include <
mist/dtsc.h
>
3
4
namespace
Mist
{
5
class
inputFolder
:
public
Input
{
6
public
:
7
inputFolder
(
Util::Config
* cfg);
8
protected
:
9
bool
setup
(){
return
false
;};
10
bool
readHeader
(){
return
false
;};
11
};
12
}
13
14
typedef
Mist::inputFolder
mistIn
;
input.h
Mist::inputFolder
Definition:
input_folder.h:5
Mist::Input
Definition:
input.h:19
Mist
Recording to file.
Definition:
input.cpp:13
mistIn
Mist::inputFolder mistIn
Definition:
input_folder.h:14
Mist::inputFolder::readHeader
bool readHeader()
Definition:
input_folder.h:10
Util::Config
Deals with parsing configuration from commandline options.
Definition:
config.h:18
Mist::inputFolder::setup
bool setup()
Definition:
input_folder.h:9
dtsc.h
Mist::inputFolder::inputFolder
inputFolder(Util::Config *cfg)
Definition:
input_folder.cpp:13
Generated on Mon Feb 29 2016 18:17:23 for MistServer by
1.8.11