14#ifndef PSTATCLIENTCONTROLMESSAGE_H
15#define PSTATCLIENTCONTROLMESSAGE_H
30class EXPCL_PANDA_PSTATCLIENT PStatClientControlMessage {
32 PStatClientControlMessage();
49 std::string _client_hostname;
50 std::string _client_progname;
55 pvector<PStatCollectorDef *> _collectors;
58 int _first_thread_index;
59 pvector<std::string> _names;
An ordered list of data elements, formatted in memory for transmission over a socket or writing to a ...
bool decode(const Datagram &datagram, PStatClientVersion *version)
Extracts the message from the indicated datagram.
void encode(Datagram &datagram) const
Writes the message into the indicated datagram.
Records the version number of a particular client.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.