GeomEvent
{ Event::NOTIFY, "GEOM", &GeomEvent::Builder },
GeomEvent::GeomEvent(Event::Type type, NVPairMap &nvpairs,
: DevdCtl::GeomEvent(type, nvpairs, eventString)
GeomEvent::GeomEvent(const GeomEvent &src)
: DevdCtl::GeomEvent::GeomEvent(src)
GeomEvent::ReadLabel(int devFd, bool &inUse, bool °raded)
GeomEvent::OnlineByLabel(const string &devPath, const string& physPath,
GeomEvent::Builder(Event::Type type,
return (new GeomEvent(type, nvPairs, eventString));
GeomEvent::DeepCopy() const
return (new GeomEvent(*this));
GeomEvent::Process() const
GeomEvent(const GeomEvent &src);
GeomEvent(Type, DevdCtl::NVPairMap &, const string &);
class GeomEvent : public DevdCtl::GeomEvent
GeomEvent::Builder(Event::Type type, NVPairMap &nvpairs,
return (new GeomEvent(type, nvpairs, eventString));
GeomEvent::DeepCopy() const
return (new GeomEvent(*this));
GeomEvent::DevName(std::string &name) const
GeomEvent::GeomEvent(Event::Type type, NVPairMap &nvpairs,
GeomEvent::GeomEvent(const GeomEvent &src)
class GeomEvent : public Event
GeomEvent(Type, NVPairMap &, const std::string &);
GeomEvent(const GeomEvent &src);
{ Event::NOTIFY, "GEOM", &GeomEvent::Builder }