24 #include <aspect/fawkes_network.h> 25 #include <aspect/inifins/fawkes_network.h> 26 #include <netcomm/fawkes/hub.h> 48 fnet_thread = dynamic_cast<FawkesNetworkAspect *>(thread);
49 if (fnet_thread == 0) {
51 "FawkesNetworkAspect, but RTTI says it " virtual void init(Thread *thread)
Initialize thread.
Fawkes library namespace.
Thread aspect to participate in the Fawkes Network protocol.
Thread class encapsulation of pthreads.
virtual void finalize(Thread *thread)
Finalize thread.
void init_FawkesNetworkAspect(FawkesNetworkHub *fnethub)
Set the logger.
Thread cannot be initialized.
const char * name() const
Get name of thread.
FawkesNetworkAspectIniFin(FawkesNetworkHub *hub)
Constructor.
Aspect initializer/finalizer base class.