DUNE: Uniform Navigational Environment  2.6.0-rc2
Monitors::FuelLevel Namespace Reference

Classes

class  BatteryData
 
class  EntityPower
 
class  FuelFilter
 
struct  Arguments
 
struct  Task
 

Typedefs

typedef std::pair< unsigned,
EntityPower
EPPair
 
typedef std::map< unsigned,
EntityPower
EPMap
 

Typedef Documentation

typedef std::map<unsigned, EntityPower> Monitors::FuelLevel::EPMap

Map of entities to respective power.

typedef std::pair<unsigned, EntityPower> Monitors::FuelLevel::EPPair

Entity to power pair.