nidas  v1.2-1520
Public Member Functions | Static Public Member Functions | Private Attributes | Static Private Attributes | List of all members
DataInfluxdb Class Reference

Public Member Functions

 DataInfluxdb ()
 
 ~DataInfluxdb ()
 
int run () throw ()
 
void readHeader (SampleInputStream &sis)
 
void readSamples (SampleInputStream &sis)
 
int parseRunstring (int argc, char **argv)
 
int usage (const char *argv0)
 

Static Public Member Functions

static int main (int argc, char **argv)
 

Private Attributes

int _count
 
NidasApp app
 
NidasAppArg Count
 
NidasAppArg URL
 
NidasAppArg Database
 
NidasAppArg Echo
 
NidasAppArg Async
 
NidasAppArg Create
 
NidasAppArg User
 
NidasAppArg Password
 
InfluxDB _db
 

Static Private Attributes

static const int DEFAULT_PORT = 30000
 

Constructor & Destructor Documentation

DataInfluxdb::DataInfluxdb ( )
DataInfluxdb::~DataInfluxdb ( )
inline

Member Function Documentation

int DataInfluxdb::main ( int  argc,
char **  argv 
)
static
int DataInfluxdb::parseRunstring ( int  argc,
char **  argv 
)
void DataInfluxdb::readHeader ( SampleInputStream sis)
void DataInfluxdb::readSamples ( SampleInputStream sis)
int DataInfluxdb::run ( )
throw (
)
int DataInfluxdb::usage ( const char *  argv0)

Member Data Documentation

int DataInfluxdb::_count
private
InfluxDB DataInfluxdb::_db
private
NidasApp DataInfluxdb::app
private
NidasAppArg DataInfluxdb::Async
private
NidasAppArg DataInfluxdb::Count
private
NidasAppArg DataInfluxdb::Create
private
NidasAppArg DataInfluxdb::Database
private
const int DataInfluxdb::DEFAULT_PORT = 30000
staticprivate
NidasAppArg DataInfluxdb::Echo
private
NidasAppArg DataInfluxdb::Password
private
NidasAppArg DataInfluxdb::URL
private
NidasAppArg DataInfluxdb::User
private

The documentation for this class was generated from the following file: