Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
reporting
NetcdfReporting.hpp
Go to the documentation of this file.
1
#ifndef ORO_COMP_NETCDF_REPORTING_HPP
2
#define ORO_COMP_NETCDF_REPORTING_HPP
3
4
#include "
ReportingComponent.hpp
"
5
6
#include <
ocl/OCL.hpp
>
7
8
namespace
OCL
9
{
13
class
NetcdfReporting
14
:
public
ReportingComponent
15
{
16
protected
:
17
21
RTT::Property<std::string>
repfile
;
22
26
int
ncid
;
30
int
dimsid
;
31
32
RTT::marsh::MarshallInterface
*
fheader
;
33
RTT::marsh::MarshallInterface
*
fbody
;
34
public
:
35
NetcdfReporting
(
const
std::string& fr_name);
36
37
bool
startHook
();
38
39
void
stopHook
();
40
41
};
42
}
43
44
#endif
45
OCL::NetcdfReporting
Definition:
NetcdfReporting.hpp:13
OCL::NetcdfReporting::stopHook
void stopHook()
Definition:
NetcdfReporting.cpp:72
OCL::NetcdfReporting::fheader
RTT::marsh::MarshallInterface * fheader
Definition:
NetcdfReporting.hpp:32
OCL::NetcdfReporting::dimsid
int dimsid
Definition:
NetcdfReporting.hpp:30
RTT::marsh::MarshallInterface
OCL::NetcdfReporting::ncid
int ncid
Definition:
NetcdfReporting.hpp:26
OCL::NetcdfReporting::NetcdfReporting
NetcdfReporting(const std::string &fr_name)
Definition:
NetcdfReporting.cpp:19
OCL::NetcdfReporting::fbody
RTT::marsh::MarshallInterface * fbody
Definition:
NetcdfReporting.hpp:33
ReportingComponent.hpp
OCL::NetcdfReporting::repfile
RTT::Property< std::string > repfile
Definition:
NetcdfReporting.hpp:21
OCL.hpp
OCL
Definition:
deployer-funcs.cpp:68
RTT::Property< std::string >
OCL::ReportingComponent
A Component for periodically reporting Component Port contents to a human readable text format...
Definition:
ReportingComponent.hpp:81
OCL::NetcdfReporting::startHook
bool startHook()
Definition:
NetcdfReporting.cpp:31
ocl
Author(s): OCL Development Team
autogenerated on Wed Jun 26 2019 19:26:27