14#ifndef CLIENTANALOGDEVICE_H
15#define CLIENTANALOGDEVICE_H
29class EXPCL_PANDA_DEVICE ClientAnalogDevice :
public ClientDevice {
31 INLINE ClientAnalogDevice(ClientBase *client,
const std::string &device_name);
34 virtual void write(std::ostream &out,
int indent_level = 0)
const;
40 static void init_type() {
41 ClientDevice::init_type();
43 ClientDevice::get_class_type());
46 return get_class_type();
48 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
TypeHandle is the identifier used to differentiate C++ class types.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...