Electroneum
Loading...
Searching...
No Matches
hw::core Namespace Reference

Classes

class  device_default

Functions

void register_all (std::map< std::string, std::unique_ptr< device > > &registry)

Function Documentation

◆ register_all()

void hw::core::register_all ( std::map< std::string, std::unique_ptr< device > > & registry)

Definition at line 457 of file device_default.cpp.

457 {
458 if (!default_core_device) {
459 default_core_device = new device_default();
460 default_core_device->set_name("default_core_device");
461
462 }
463 registry.insert(std::make_pair("default", std::unique_ptr<device>(default_core_device)));
464 }
Here is the caller graph for this function: