14#ifndef PSTATCOLLECTORDEF_H
15#define PSTATCOLLECTORDEF_H
29class EXPCL_PANDA_PSTATCLIENT PStatCollectorDef {
32 PStatCollectorDef(
int index,
const std::string &name);
33 void set_parent(
const PStatCollectorDef &parent);
47 std::string _level_units;
48 double _suggested_scale;
51 bool _active_explicitly_set;
A class to retrieve the individual data elements previously stored in a Datagram.
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...
Records the version number of a particular client.
Manages the communications to report statistics via a network connection to a remote PStatServer.
void set_parent(const PStatCollectorDef &parent)
This is normally called only by the PStatClient when the new PStatCollectorDef is created; it sets th...
void read_datagram(DatagramIterator &source, PStatClientVersion *version)
Extracts the collectorDef definition from the datagram.
void write_datagram(Datagram &destination) const
Writes the definition of the collectorDef to the datagram.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.