maliput
event_collection.h File Reference
Include dependency graph for event_collection.h:
This graph shows which files directly or indirectly include this file:

Classes

class  EventCollection< EventType >
 There are three concrete event types for any System: publish, discrete state update, and unrestricted state update, listed in order of increasing ability to change the state (i.e., zero to all). More...
 
class  DiagramEventCollection< EventType >
 A concrete class that holds all simultaneous homogeneous events for a Diagram. More...
 
class  LeafEventCollection< EventType >
 A concrete class that holds all simultaneous homogeneous events for a LeafSystem. More...
 
class  CompositeEventCollection< T >
 This class bundles an instance of each EventCollection<EventType> into one object that stores the heterogeneous collection. More...
 
class  LeafCompositeEventCollection< T >
 A CompositeEventCollection for a LeafSystem. More...
 
class  DiagramCompositeEventCollection< T >
 CompositeEventCollection for a Diagram. More...
 

Namespaces

 maliput
 Code in this file is inspired by: https://github.com/RobotLocomotion/drake/blob/master/common/text_logging.h.
 
 maliput::drake
 
 maliput::drake::systems