ant
A2 ant: class-based analysis framework
ant::analysis::SlowControlManager::processor_t Struct Reference

#include <SlowControlManager.h>

+ Collaboration diagram for ant::analysis::SlowControlManager::processor_t:

Public Types

enum  type_t { type_t::Unknown, type_t::Backward, type_t::Forward }
 

Public Member Functions

 processor_t (ProcessorPtr proc)
 
bool IsComplete () const
 

Public Attributes

ProcessorPtr Processor
 
std::list< TIDCompletionPoints
 
type_t Type = type_t::Unknown
 

Member Enumeration Documentation

◆ type_t

Enumerator
Unknown 
Backward 
Forward 

Constructor & Destructor Documentation

◆ processor_t()

ant::analysis::SlowControlManager::processor_t::processor_t ( ProcessorPtr  proc)
inline

Member Function Documentation

◆ IsComplete()

bool SlowControlManager::processor_t::IsComplete ( ) const

Member Data Documentation

◆ CompletionPoints

std::list<TID> ant::analysis::SlowControlManager::processor_t::CompletionPoints

◆ Processor

ProcessorPtr ant::analysis::SlowControlManager::processor_t::Processor

◆ Type

type_t ant::analysis::SlowControlManager::processor_t::Type = type_t::Unknown

The documentation for this struct was generated from the following files: