src/node/node.h
changeset 1364 7866d4dd9e64
parent 1341 f685d4bf320f
child 1383 12f30b7defb4
equal deleted inserted replaced
1363:849b30d0ea86 1364:7866d4dd9e64
    42 public:
    42 public:
    43   NodeNetDeviceIndex ();
    43   NodeNetDeviceIndex ();
    44   NodeNetDeviceIndex (uint32_t index);
    44   NodeNetDeviceIndex (uint32_t index);
    45   uint32_t Get (void) const;
    45   uint32_t Get (void) const;
    46   void Print (std::ostream &os) const;
    46   void Print (std::ostream &os) const;
       
    47   std::string GetName (void) const;
    47   static uint16_t GetUid (void);
    48   static uint16_t GetUid (void);
    48 private:
    49 private:
    49   uint32_t m_index;
    50   uint32_t m_index;
    50 };
    51 };
    51 
    52