changeset 11262 | f92db91b2f2f |
parent 10968 | 2d29fee2b7b8 |
11261:844c0a62f232 | 11262:f92db91b2f2f |
---|---|
30 TypeId |
30 TypeId |
31 DeviceEnergyModel::GetTypeId (void) |
31 DeviceEnergyModel::GetTypeId (void) |
32 { |
32 { |
33 static TypeId tid = TypeId ("ns3::DeviceEnergyModel") |
33 static TypeId tid = TypeId ("ns3::DeviceEnergyModel") |
34 .SetParent<Object> () |
34 .SetParent<Object> () |
35 .SetGroupName ("Energy") |
|
35 ; |
36 ; |
36 return tid; |
37 return tid; |
37 } |
38 } |
38 |
39 |
39 DeviceEnergyModel::DeviceEnergyModel () |
40 DeviceEnergyModel::DeviceEnergyModel () |