10 #ifndef YARP_DEV_SERVERINERTIAL_SERVERINERTIAL_H
11 #define YARP_DEV_SERVERINERTIAL_SERVERINERTIAL_H
121 std::string partName;
128 int prev_timestamp_counter;
129 int curr_timestamp_counter;
135 std::string frame_id;
136 std::string rosNodeName;
137 std::string rosTopicName;
141 std::vector<yarp::os::NetFloat64> covariance;
144 bool initialize_ROS();
162 bool close()
override;
174 bool calibrate(
int ch,
double v)
override;
bool attach(yarp::dev::PolyDriver *poly) override
IWrapper interface Attach to another object.
bool close() override
Close the DeviceDriver.
ServerInertial & operator=(const ServerInertial &)=delete
bool open(yarp::os::Searchable &config) override
Open the device driver.
bool detach() override
Detach the object (you must have first called attach).
ServerInertial & operator=(ServerInertial &&)=delete
ServerInertial(ServerInertial &&)=delete
virtual bool getInertial(yarp::os::Bottle &bot)
bool calibrate(int ch, double v) override
Calibrate the sensor, single channel.
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
void run() override
Main body of the new thread.
~ServerInertial() override
ServerInertial(const ServerInertial &)=delete
bool attachAll(const yarp::dev::PolyDriverList &p) override
IMultipleWrapper interface Attach to a list of objects.
ServerInertial()
Constructor.
bool getChannels(int *nc) override
Get the number of channels of the sensor.
bool detachAll() override
Detach the object (you must have first called attach).
Interface implemented by all device drivers.
A generic interface to sensors – gyro, a/d converters etc.
Interface for an object that can wrap/attach to to another.
Interface for an object that can wrap/or "attach" to another.
A container for a device driver.
A simple collection of objects that can be described and transmitted in a portable way.
An interface for reading from a network connection.
Interface implemented by all objects that can read themselves from the network, such as Bottle object...
A mini-server for network communication.
A class for storing options and configuration information.
A base class for nested structures that can be searched.
An abstraction for a thread of execution.
std::uint32_t NetUint32
Definition of the NetUint32 type.