 conf | |
 ctd | Conversion source file |
  conversion | |
   Value | Generic value container. Primarily for internal usage |
  defines | |
   List | @ brief STL like list that can be indexed with []'s |
  file | |
   Parameter | Class to handle information for one parameter |
   ParameterSet | Class to handle a set of parameters |
   Yaml | Class implementing the handling of Yaml files in the ICS environment |
  mptk | |
   Manager | IFW CTD Multiprocessing Toolkit Manager class |
   Message | IFW CTD Multiprocessing Toolkit Message class |
   MessageBus | IFW CTD Multiprocessing Toolkit Message Bus |
   Response | IFW CTD Multiprocessing Toolkit Response class |
   Thread | IFW CTD Multiprocessing Toolkit Thread base class |
  qatk | |
   qapp2 | |
    ActionMgr | This class is responsible for the life-cycle management of actions |
    Actions | |
    ActivityBusy | The class implements the Busy Activity (thread) |
    ActivityDisabling | The class implements the Disabling Activity (thread) |
    ActivityEnabling | The class implements the Enabling Activity (thread) |
    ActivityInitializing | The class implements the Initializing Activity (thread) |
    ActivityRecovering | The class implements the Recovering Activity (thread) |
    Config | |
    DataContext | |
    DbInterface | This class is the interface to the in-memory DB |
    MsgParsers | |
    TopicParsers | |
  string | |
  system | |
   testUtils | |
   Mutex | |
 ctdOpcuaClient | |
 ctdOpcuaCliLib | |
  Client | TODO |
 ctdPyUtils | |
  ConstantRegistry | Class to handle conversion between state names and the corresponding number representation |
 daq | |
  Tasks | |
  Context | |
  StateMachine | |
  EventRegistry | |
  DaqSmManager | |
 Device | |
  Device | Test library for testing devices business logic |
 deviceSimulatorBase | |
  SubscriptionHandler | Subscription Handler |
  DeviceSimulatorBase | Device Simulator base class |
 devmgr | |
  common | |
   ActionMgr | |
   ActionsEnable | |
   ActionsInit | |
   ActionsRecover | |
   ActionsSetup | |
   ActionsStd | |
   ActivityEnabling | |
   ActivityInitialising | |
   ActivityRecovering | |
   Config | |
   ConfigSet | |
   DataContext | |
   DbInterface | |
   Device | |
   DeviceConfig | Device Configuration class |
   DeviceFacade | |
   DeviceFactory | |
   DeviceControllerData | The DeviceControllerData struct |
   DeviceLcsIf | Device Local Control System (LCS) Interface (IF) class |
   DeviceMaker | |
   IConfig | |
   IDevice | |
   IDeviceConfig | Device Configuration class |
   IDeviceMaker | |
   MsgParsers | |
   TopicParsers | |
   TaskSetup | |
  lamp | |
   Lamp | The Lamp class |
   LampConfig | Lamp Configuration class |
   LampControllerData | The LampControllerData struct |
   LampLcsIf | Lamp Local Control System (LCS) Interface (IF) class |
  motor | |
   Motor | The Motor class |
   InitAction | |
   MotorConfig | Motor Configuration class |
   MotorControllerData | The MotorControllerData struct |
   MotorLcsIf | Motor Local Control System (LCS) Interface (IF) class |
  sensor | |
   Sensor | The Sensor class |
   Channel | |
   SensorConfig | Sensor Configuration class |
   ChannelData | The ChannelData struct |
   SensorControllerData | |
   SensorLcsIf | Sensor Local Control System (LCS) Interface (IF) class |
  shutter | |
   Shutter | The Shutter class |
   ShutterConfig | Shutter Configuration class |
   ShutterControllerData | The ShutterControllerData struct |
   ShutterLcsIf | Shutter Local Control System (LCS) Interface (IF) class |
 devsimShutter | |
  ActionState | |
  SetActionDesc | |
  ActivityInitializing | |
  ActivityDisabling | |
  ActivityOpening | |
  ActivityClosing | |
  Data | |
  ActionMgr | |
  DeviceSimulatorShutter | Device Simulator class for the Standard Shutter Device |
 dit | Did class source file |
  did | |
   Did | Data Interface Dictionary class |
   Header | Data Interface Dictionary header class |
   Range | Class to contain limits for one range |
   FormatSpecifier | Class to handle the format specifier of a DID record |
   Record | Data Interface Dictionary keyword record class |
  fits | |
   FitsReport | Class to handle information for one FITS file check run |
 dummy | |
 el | Easylogging++ entry namespace |
  base | Namespace containing base/internal functionality used by Easylogging++ |
   consts | Namespace containing constants used internally |
   debug | Contains some internal debugging tools like crash handler and stack tracer |
    StackTrace | |
     StackTraceEntry | |
    CrashHandler | Handles unexpected crashes |
   threading | |
    internal | |
     NoMutex | Mutex wrapper used when multi-threading is disabled |
     NoScopedLock | Lock guard wrapper used when multi-threading is disabled |
    ThreadSafe | Base of thread safe class, this class is inheritable-only |
   type | Data types used by Easylogging++ |
   utils | Namespace containing utility functions/static classes used internally |
    bitwise | Bitwise operations for C++11 strong enum class. This casts e into Flag_T and returns value after bitwise operation Use these function as |
    File | |
    Str | String utilities helper class used internally. You should not use it |
    OS | Operating System helper static class used internally. You should not use it |
    DateTime | Contains utilities for cross-platform date/time. This class make use of el::base::utils::Str |
    CommandLineArgs | Command line arguments for application if specified using el::Helpers::setArgs(..) or START_EASYLOGGINGPP(..) |
    AbstractRegistry | Abstract registry (aka repository) that provides basic interface for pointer repository specified by T_Ptr type |
    Registry | A pointer registry mechanism to manage memory and provide search functionalities. (non-predicate version) |
    RegistryWithPred | A pointer registry mechanism to manage memory and provide search functionalities. (predicate version) |
   NoCopy | Internal helper class that prevent copy constructor for class |
   StaticClass | Internal helper class that makes all default constructors private |
   MillisecondsWidth | A milliseconds width class containing actual width and offset for date/time |
   LogFormat | Represents log format containing flags and date format. This is used internally to start initial log |
   TypedConfigurations | Configurations with data types |
   HitCounter | Class that keeps record of current line hit for occasional logging |
    Predicate | |
   RegisteredHitCounters | Repository for hit counters used across the application |
   RegisteredLoggers | Loggers repository |
   VRegistry | Represents registries for verbose logging |
   Storage | Easylogging++ management storage |
   DefaultLogDispatchCallback | |
   DefaultLogBuilder | |
   LogDispatcher | Dispatches log messages |
   MessageBuilder | |
   NullWriter | Writes nothing - Used when certain log is disabled |
   Writer | Main entry point of each logging |
   PErrorWriter | |
   PerformanceTracker | Represents performanceTracker block of code that conditionally adds performance status to log either when goes outside the scope of when checkpoint() is called |
   DefaultPerformanceTrackingCallback | |
  Callback | |
  LevelHelper | Static class that contains helper functions for el::Level |
  ConfigurationTypeHelper | Static class that contains helper functions for el::ConfigurationType |
  Loggable | Base of Easylogging++ friendly class |
  CustomFormatSpecifier | User-provided custom format specifier |
  Configuration | Represents single configuration that has representing level, configuration type and a string based value |
   Predicate | Used to find configuration from configuration (pointers) repository. Avoid using it |
  Configurations | Thread-safe Configuration repository |
   Parser | Parser used internally to parse configurations from file or text |
  LogDispatchData | |
  LogDispatchCallback | |
  PerformanceTrackingCallback | |
  LogBuilder | |
  Logger | Represents a logger holding ID and configurations we need to write logs |
  LogMessage | |
  PerformanceTrackingData | |
  SysLogInitializer | Initializes syslog with process ID, options and facility. calls closelog() on d'tor |
  Helpers | Static helpers for developers |
  Loggers | Static helpers to deal with loggers and their configurations |
   ScopedAddFlag | Adds flag and removes it when scope goes out |
   ScopedRemoveFlag | Removes flag and add it when scope goes out |
  VersionInfo | |
 etr | |
  command | |
   TestCommand | Implements the Command.TEST command |
   InfoCommand | Implements the Command.INFO command |
   CleanCommand | Implements the Command.CLEAN command |
  context | |
   Command | Application commands enumeration |
   Step | Main execution steps for the test command |
  exception | |
   UserError | A user error should never result in a back trace but a user friendly message about the error |
   DeferredException | Exception indicating that one or more exceptions was caught but execution should not stop so the error was deferred and this exception was thrown after the execution |
   AbortException | Exception indicating that test execution should be aborted |
  info | |
   InfoRegister | Class holding general information about a test session |
  main | |
  plugin | |
   PluginMgr | Plugin instance manager |
   PluginRegister | Plugin register containing types but not instances of plugins |
   Plugin | Plugin base class to simplify implementation |
  plugins | |
   jinja2 | |
    Renderer | Jinja renderer |
    Plugin | Jinja2 plugin |
   nomad | |
    Plugin | Nomad plugin that enables deployment of Nomad jobs |
   nose | |
    Plugin | Nose plugin for etr to allow execution of nose test suites |
   resources | |
    Storage | Provides the storage abstraction for Resources |
    RemoteService | Adapter for the remote resource manager service |
    LocalResources | Acquire/release local resources, as specified by config files |
    ResourceManager | Resource Manager that acquires and releases resources as well as keeping the record of acquired/released resources |
    Plugin | Resources plugin |
   robot | |
    Plugin | Robot Framework plugin for etr to allow execution of robot test suites |
  result | |
   TextTestResult | Outputs test results as text on a stream |
  runner | |
   Runner | ESO Test Facility Runner |
  storage | |
   manager | |
    CommitContext | Context manager that does automatic commits if no errors occur |
    StorageManager | Provides the storage abstraction for etr |
  tools | |
   fsisolation | |
    MountTransact | Provides overlay FS transactional mounting |
    FsIsolation | Create isolated file system area for test execution |
   logcapture | |
    CaptureHandler | Captures logs into a line-buffer (list) |
    LogCapture | Captures log messages into a memory buffer and allows on-demand writing captured messages to stderr |
   subprocess | |
    SignalContextManager | Provides a context manager to be able to captue signals and forward them to a subprocess within a context manager scope |
   tests | |
   xunit | |
    TestCaseResult | Result of a test case |
    TestSuiteResult | Suite of tests |
 exif | |
  protobuf_requests_2eproto | |
   TableStruct | |
  protobuf_topics_2eproto | |
   TableStruct | |
  ReqInit | |
  RepInit | |
  ReqExit | |
  RepExit | |
  ReqStatus | |
  RepStatus | |
  ReqEnable | |
  RepEnable | |
  ReqDisable | |
  RepDisable | |
  ReqReset | |
  RepReset | |
  ReqStop | |
  RepStop | |
  ReqConfig | |
  RepConfig | |
  ReqSetLog | |
  RepSetLog | |
  ReqPreset | |
  RepPreset | |
  ReqMove | |
  RepMove | |
  XYMeas | |
 fail | |
  TestFailure | |
 genOpcUaProfile | |
 google | |
  protobuf | |
   is_proto_enum< ::modif::Lamp_ActionLamp > | |
   is_proto_enum< ::modif::Shutter_ActionShutter > | |
   is_proto_enum< ::modif::Motor_PosUnit > | |
   is_proto_enum< ::modif::Motor_ActionMotor > | |
   is_proto_enum< ::ocmServerIf::RspStartDaq_Status > | |
   is_proto_enum< ::ocmServerIf::ReqWait_Condition > | |
   is_proto_enum< ::ocmServerIf::RspWait_Status > | |
 hellorad | |
  msg_pb2 | |
 ifw | Defines public header file |
 Lamp | |
  Lamp | Test library for testing Lamp business logic |
 mini_webserver | |
 mock_server | |
 modif | |
  protobuf_requests_2eproto | |
   TableStruct | |
  protobuf_topics_2eproto | |
   TableStruct | |
  Timestamp | |
  ReplyInfo | |
  ReqBeginAcq | |
  RepBeginAcq | |
  ReqEndAcq | |
  RepEndAcq | |
  ReqInit | |
  RepInit | |
  ReqExit | |
  RepExit | |
  ReqState | |
  RepState | |
  ReqStatus | |
  RepStatus | |
  ReqSimulate | |
  RepSimulate | |
  ReqStopSim | |
  RepStopSim | |
  ReqIgnore | |
  RepIgnore | |
  ReqStopIgn | |
  RepStopIgn | |
  ReqEnable | |
  RepEnable | |
  ReqDisable | |
  RepDisable | |
  ReqRecover | |
  RepRecover | |
  ReqReset | |
  RepReset | |
  ReqStop | |
  RepStop | |
  ReqSetCfg | |
  FcsCfg | |
  DevCfg | |
  LampLcsCfg | |
  LampCfg | |
  ShutterLcsCfg | |
  ShutterCfg | |
  MotorCfg | |
  RepSetCfg | |
  ReqConfig | |
  RepConfig | |
  ReqSetLog | |
  RepSetLog | |
  ReqSetup | |
  Fcs | |
  Lamp | |
  Shutter | |
  Motor | |
  RepSetup | |
  ReqHwInit | |
  RepHwInit | |
  ReqHwEnable | |
  RepHwEnable | |
  ReqHwDisable | |
  RepHwDisable | |
  ReqHwReset | |
  RepHwReset | |
  TaskId | |
  LampTopic | |
  ShutterTopic | |
  SensorTopic | |
  MotorSwitchInfo | |
  MotorAxisInfo | |
  MotorPosition | |
  MotorInitInfo | |
  MotorTopic | |
  States | |
 Motor | |
  Motor | Test library for testing Motor business logic |
 msg_pb2 | |
 myevents | |
  FooEventTrait | |
  BazEventTrait | |
  BarEvent | |
 nameMapping | |
  NameMapping | Class to handle name <-> value mappings, loaded from a YAML file |
 ocmServerIf | |
  protobuf_requests_2eproto | |
   TableStruct | |
  ReqPing | |
  RepPing | |
  ReqExit | |
  RepExit | |
  ReqStatus | |
  RepStatus | |
  ReqState | |
  RepState | |
  ReqStop | |
  RepStop | |
  ReqReset | |
  RepReset | |
  ReqInit | |
  RepInit | |
  ReqEnable | |
  RepEnable | |
  ReqDisable | |
  RepDisable | |
  ReqConfig | |
  RepConfig | |
  ReqSetLog | |
  RepSetLog | |
  ReqStartDaq | |
  RspStartDaq | |
  ReqWait | |
  ReqAcqStatus | |
  RspAcqStatus | |
  RspWait | |
 parameterSet | |
  NameMapping | Class to handle name <-> value mappings, loaded from a YAML file |
 post_gen_project | |
 pre_gen_project | |
 protobuf_hellorad_2eproto | |
  TableStruct | |
 qappIf | |
  protobuf_requests_2eproto | |
   TableStruct | |
  ReqAbort | |
  RepAbort | |
  ReqAbortRecording | |
  RepAbortRecording | |
  ReqDisable | |
  RepDisable | |
  ReqEnable | |
  RepEnable | |
  ReqEnd | |
  RepEnd | |
  ReqExecute | |
  RepExecute | |
  ReqExit | |
  RepExit | |
  ReqGetConfig | |
  RepGetConfig | |
  ReqGetDiagnostics | |
  RepGetDiagnostics | |
  ReqGetInfo | |
  RepGetInfo | |
  ReqGetInit | |
  RepGetInit | |
  ReqGetPars | |
  RepGetPars | |
  ReqGetSetup | |
  RepGetSetup | |
  ReqGetState | |
  RepGetState | |
  ReqGetStatus | |
  RepGetStatus | |
  ReqGetVersion | |
  RepGetVersion | |
  ReqInfo | |
  RepInfo | |
  ReqInit | |
  RepInit | |
  ReqPing | |
  RepPing | |
  ReqRecover | |
  RepRecover | |
  ReqReset | |
  RepReset | |
  ReqScan | |
  RepScan | |
  ReqSetConfig | |
  RepSetConfig | |
  ReqSetLog | |
  RepSetLog | |
  ReqSetPars | |
  RepSetPars | |
  ReqSetup | |
  RepSetup | |
  ReqStart | |
  RepStart | |
  ReqStop | |
  RepStop | |
  ReqStartRecording | |
  RepStartRecording | |
  ReqStartSimulation | |
  RepStartSimulation | |
  ReqStopRecording | |
  RepStopRecording | |
  ReqStopSimulation | |
  RepStopSimulation | |
 QCP | |
 rad | |
  core | |
   dispatcher | |
    Dispatcher | Simple class that dispatches events to registered handlers |
   event | |
    Event | |
   run | |
  ErrorMsg | |
  services | |
   msg | |
    ZmqMsgReplier | |
    MsgReplier | A protobuf-aware message replier |
    MsgRequestor | A message requestor class |
   pubsub | |
    ZmqSubscriber | Subscriber provides the capability to subscribe to protobuf ZMQ topics and being notified through callbacks to a (shared for all topics) handler |
    Subscriber | Subscriber is a protobuf-aware subscriber and uses ZmqSubscriber for the lower level protocol |
    Publisher | Publisher provides the capability to publish protobuf topics over ZMQ |
  utils | |
   proc | |
  ActionCallback | |
  ActionGroup | |
  ActionMgr | |
  Activity | |
  ActivityPthread | |
  IncorrectEventType | |
  EventInfo | |
  AnyEvent | |
  EventT | |
  DbAdapter | |
  DbAdapterRedis | |
  Dispatcher | |
  ErrorCategory | |
  Event | |
  Event< EVENT, typename std::enable_if<!std::is_void< typename EVENT::payload_t >::value >::type > | |
  Exception | |
  RuntimeDbException | |
  InvalidOptionException | |
  GuardCallback | |
  Helper | |
  Logger | |
  MsgHandler | |
  MsgReplier | |
  MsgRequest | |
  MsgRequestor | |
  MsgRequestor2 | |
  MsgRequestorRaw | |
  MsgRequestorRaw2 | |
  Signal | |
  SMAdapter | |
  SMEvent | |
  SMRequestor | |
  SMRequestorRaw | |
  Timer | |
  TopicHandler | |
  TopicPub | |
  TopicSub | |
 radgen | |
  filters | |
  main | |
 radgen_tool | |
  radgen | Rad code generator task |
  radgen_cpp | |
 scxml4cpp | |
  Action | |
  ActionTrace | |
  Activity | |
  Context | |
  DOMSCXMLReader | |
  Event | |
  EventListener | |
  EventQueue | |
  ExecutableContent | |
  Executor | |
  Helper | |
  Log | |
  Output2FILE | |
  SCXMLReader | |
  State | |
  StateAtomic | |
  StateComparator | |
  StateCompound | |
  StateHistory | |
  StateMachine | |
  StateParallel | |
  StatusListener | |
  Transition | |
 scxml4py | |
  action | |
   Action | |
  activity | |
   AbstractActivity | |
   ThreadedActivity | Threading based activity |
   CoroActivity | Coroutine based activity |
  context | |
   Context | Context module part of scxml4py |
  event | |
   EventType | |
   EventStatus | |
   Event | |
  exceptions | |
   ScxmlError | Exceptions module part of scxml4py |
   ScxmlSyntaxError | |
  executableContent | |
   ExecutableContent | |
  executor | |
   EventHandlingPolicy | |
   Executor | |
  helper | |
  listeners | |
   EventListener | Listeners module part of scxml4py |
   StatusListener | |
  reader | |
   stateInfo | |
   Reader | |
  state | |
   StateType | |
   State | |
   StateAtomic | |
   StateCompound | |
   StateParallel | |
   HistoryType | |
   StateHistory | |
  stateMachine | |
   StateMachine | |
  transition | |
   Transition | |
 server | |
  ActionMgr | |
  ActionsStd | |
  Config | |
  DataContext | |
  DbInterface | |
  MsgParsers | |
  TopicParsers | |
  ActionsMove | |
  ActionsPreset | |
  ActivityMoving | |
 server2 | |
  ActionMgr | |
  ActionsMove | |
  ActionsPreset | |
  ActionsStd | |
  ActivityMoving | |
  Config | |
  DataContext | |
  DbInterface | |
 ServiceTest | |
  protobuf_Types_2eproto | |
   StaticDescriptorInitializer | |
   TableStruct | |
  GenericRequestDefaultTypeInternal | |
  GenericReplyDefaultTypeInternal | |
  GenericTopicDefaultTypeInternal | |
  GenericRequest | |
  GenericReply | |
  GenericTopic | |
 Shutter | |
  Shutter | Test library for testing Shutter business logic |
 SMTest | |
  protobuf_Types_2eproto | |
   StaticDescriptorInitializer | |
   TableStruct | |
  GenericRequestDefaultTypeInternal | |
  GenericReplyDefaultTypeInternal | |
  GenericTopicDefaultTypeInternal | |
  GenericRequest | |
  GenericReply | |
  GenericTopic | |
 sphinx_rtd_theme | |
 stateMachine | |
  SetEventDesc | |
  StateMachine | State machine object |
 std | |
  is_error_code_enum< rad::ErrorCodes > | |
 success | |
  TestSuccess | |
 test | |
 test_command | |
  TestTestCommand | |
 test_dispatcher | |
  TestDispatcher | |
 test_eventloop | |
  TestEventloop | |
 test_jinja2_plugin | |
  TestRenderer | |
  TestPlugin | |
 test_nomad | |
  TestNomad | |
 test_plugin | |
  TestPlugin | |
 test_publisher | |
  TestPublisher | |
 test_replier | |
  TestZmqMsgReplier | |
  TestMsgReplier | |
 test_requestor | |
  TestMsgRequestor | |
 test_resources_plugin | |
  TestResourceManger | |
  TestResourceStorage | |
  TestPlugin | |
 test_runner | |
  TestRunnerSetup | |
  TestRunnerRunning | |
 test_storage | |
  TestKvStorage | |
 test_subscriber | |
  TestZmqSubscriber | |
  TestSubscriber | |
 test_xunit | |
 testAction | |
  CustomAction1 | |
  CustomAction2 | |
  TestAction | |
 testActionInit | |
  TestActionsInit | |
 testActionsEnable | |
  TestActionsEnable | |
 testActionsStd | |
  TestActionsStd | |
 testActivity | |
  CustomActivity | |
  CustomCoroActivity | |
  TestThreadedActivity | |
  TestCoroActivity | |
 testApplication | |
  ActionStatus | |
  ActionSetup | |
  ActionExit | |
  ActivityBusy | |
  Data | |
  ActionMgr | |
  Application | |
  StateChecker | |
  TestApplication | |
 testContext | |
  TestContext | |
 TestDbInterface | |
  TestDbAdapter2 | |
  TestDbInterface | |
 testDeviceFacade | |
  MyDeviceConfig | |
  MyDeviceLcsIf | |
  TestMyDevice | |
  TestFailureDevice | |
  TestDeviceFacade | |
 testDeviceLcsIf | |
  MyDeviceConfig | |
  MyDeviceLcsIf | |
 testEvent | |
  CustomEvent1 | |
  CustomEvent2 | |
  TestEvent | |
 testExecutableContent | |
  CustomAction1 | |
  CustomAction2 | |
  TestExecutableContent | |
 testExecutor | |
  CounterAction | |
  TriggerEventAction | |
  TestExecutor | |
 testHelper | |
  TestHelper | |
 testIfwCtdDefines | Unit test of ctd::defines |
 testLamp | |
  MyDeviceConfig | |
  MyLamp | |
  TestLamp | |
 testLampConfig | |
  MyDeviceConfig | Test LampConfig class used for testing purposes |
  TestLampConfig | |
 testLampLcsIf | |
  TestLampConfig | The TestLampConfig class |
  TestLampLcsIf | |
 testMotor | |
  MyDeviceConfig | Test MotorConfig class used for testing purposes |
  MyMotor | Test motor class used for testing purposes |
  TestMotor | |
 testMotorConfig | |
  MyDeviceConfig | Test MotorConfig class used for testing purposes |
  TestMotorConfig | |
 testMotorLcsIf | |
  TestMotorConfig | The TestMotorConfig class |
  TestMotorLcsIf | |
 testReader | |
  GuardTrue | |
  TestParser | |
 testSensor | |
  MyDeviceConfig | Test SensorConfig class used for testing purposes |
  MySensor | Test sensor class used for testing purposes |
  TestSensor | |
 testSensorConfig | |
  MyDeviceConfig | Test SensorConfig class used for testing purposes |
  TestSensorConfig | |
 testSensorLcsIf | |
  TestSensorConfig | The TestSensorConfig class |
  TestSensorLcsIf | |
 testShutter | |
  MyDeviceConfig | Test ShutterConfig class used for testing purposes |
  MyShutter | Test shutter class used for testing purposes |
  TestShutter | |
  ActionStatus | |
  ActivityInitializing | |
  ActivityDisabling | |
  ActivityOpening | |
  ActivityClosing | |
  Data | |
  ActionMgr | |
  Application | |
  StateChecker | |
 testShutterConfig | |
  MyDeviceConfig | Test ShutterConfig class used for testing purposes |
  TestShutterConfig | |
 testShutterLcsIf | |
  TestShutterConfig | The TestShutterConfig class |
  TestShutterLcsIf | |
 testState | |
  TestState | |
 testStateMachine | |
  TestStateMachine | |
 testTransition | |
  CustomGuard1 | |
  CustomGuard2 | |
  TestTransition | |
 Ui | |
 utils | |
  StateReg | |
 wscript | |
  radcopy | |
 wtools | |
  auto | |
  commands | |
  config | |
   cxx | Provides C/C++ support including |
   python | Provides Python support: |
   qt5 | Provides Qt5 for C++ support |
   pyqt5 | Provides Qt5 for Python support |
   java | Provides Java support |
   boost | Provides C++ boost libraries support (available as use='BOOST') It is further configured with attribute boost_libs attribute, e.g |
   rtidds | Provides RTIDDS C++ support |
   protoc | Provides Google Protobuffer C++ support |
   Requires | |
  custom | |
  module | |
  package | |
  project | |
   TestContext | |
   DocsContext | |
   LintContext | |
  recurse | |
  tools | |
   gcovr | |
    gcovr | |
   jacococli | |
    jacococli | |
   lint | |
    linter | Base class for linter tasks |
   monitor | |
    ChangeMonitor | Monitor for changes in nodes and invoke command |
   qtchainer | |
   rti_idl | |
    rtiddsgen | RTI DDS IDL code generator task |
   wt_test | |
  utils | |
  version | |
   Version | |
 _cpl_image_ | |
 AbstractDevice | |
 AnyEventTest | |
 clipm_match_circle_par_t | |
 CmdLogModel | |
 CmdLogWdg | |
 CommonArgs | |
 DispatcherTest | |
 ERREventTrait | |
 ERREventTrait2 | |
 LampWdg | |
 LogInfo | |
 MainWindow | |
 MockclipIMG | |
 MockDbAdapter | |
 MockIComm | |
 MockIConfig | |
 MockIDevice | |
 MockIDeviceConfig | |
 MotorWdg | |
 My | Test {{cookiecutter.device_name|lower}} class used for testing purposes |
 MyAction | |
 MyDeviceConfig | |
 MyDeviceLcsIf | |
 MyTestDoActivity | |
 MyTestDoActivityPthread | |
 OKEventTrait | |
 OKEventTrait2 | |
 QCPAbstractItem | The abstract base class for all items in a plot |
 QCPAbstractLegendItem | The abstract base class for all entries in a QCPLegend |
 QCPAbstractPaintBuffer | The abstract base class for paint buffers, which define the rendering backend |
 QCPAbstractPlottable | The abstract base class for all data representing objects in a plot |
 QCPAbstractPlottable1D | A template base class for plottables with one-dimensional data |
 QCPAxis | Manages a single axis inside a QCustomPlot |
 QCPAxisPainterPrivate | |
  CachedLabel | |
  TickLabelData | |
 QCPAxisRect | Holds multiple axes and arranges them in a rectangular shape |
 QCPAxisTicker | The base class tick generator used by QCPAxis to create tick positions and tick labels |
 QCPAxisTickerDateTime | Specialized axis ticker for calendar dates and times as axis ticks |
 QCPAxisTickerFixed | Specialized axis ticker with a fixed tick step |
 QCPAxisTickerLog | Specialized axis ticker suited for logarithmic axes |
 QCPAxisTickerPi | Specialized axis ticker to display ticks in units of an arbitrary constant, for example pi |
 QCPAxisTickerText | Specialized axis ticker which allows arbitrary labels at specified coordinates |
 QCPAxisTickerTime | Specialized axis ticker for time spans in units of milliseconds to days |
 QCPBars | A plottable representing a bar chart in a plot |
 QCPBarsData | Holds the data of one single data point (one bar) for QCPBars |
 QCPBarsGroup | Groups multiple QCPBars together so they appear side by side |
 QCPColorGradient | Defines a color gradient for use with e.g. QCPColorMap |
 QCPColorMap | A plottable representing a two-dimensional color map in a plot |
 QCPColorMapData | Holds the two-dimensional data of a QCPColorMap plottable |
 QCPColorScale | A color scale for use with color coding data such as QCPColorMap |
 QCPColorScaleAxisRectPrivate | |
 QCPCurve | A plottable representing a parametric curve in a plot |
 QCPCurveData | Holds the data of one single data point for QCPCurve |
 QCPDataContainer | The generic data container for one-dimensional plottables |
 QCPDataRange | Describes a data range given by begin and end index |
 QCPDataSelection | Describes a data set by holding multiple QCPDataRange instances |
 QCPErrorBars | A plottable that adds a set of error bars to other plottables |
 QCPErrorBarsData | Holds the data of one single error bar for QCPErrorBars |
 QCPFinancial | A plottable representing a financial stock chart |
 QCPFinancialData | Holds the data of one single data point for QCPFinancial |
 QCPGraph | A plottable representing a graph in a plot |
 QCPGraphData | Holds the data of one single data point for QCPGraph |
 QCPGrid | Responsible for drawing the grid of a QCPAxis |
 QCPItemAnchor | An anchor of an item to which positions can be attached to |
 QCPItemBracket | A bracket for referencing/highlighting certain parts in the plot |
 QCPItemCurve | A curved line from one point to another |
 QCPItemEllipse | An ellipse |
 QCPItemLine | A line from one point to another |
 QCPItemPixmap | An arbitrary pixmap |
 QCPItemPosition | Manages the position of an item |
 QCPItemRect | A rectangle |
 QCPItemStraightLine | A straight line that spans infinitely in both directions |
 QCPItemText | A text label |
 QCPItemTracer | Item that sticks to QCPGraph data points |
 QCPLayer | A layer that may contain objects, to control the rendering order |
 QCPLayerable | Base class for all drawable objects |
 QCPLayout | The abstract base class for layouts |
 QCPLayoutElement | The abstract base class for all objects that form the layout system |
 QCPLayoutGrid | A layout that arranges child elements in a grid |
 QCPLayoutInset | A layout that places child elements aligned to the border or arbitrarily positioned |
 QCPLegend | Manages a legend inside a QCustomPlot |
 QCPLineEnding | Handles the different ending decorations for line-like items |
 QCPMarginGroup | A margin group allows synchronization of margin sides if working with multiple layout elements |
 QCPPaintBufferPixmap | A paint buffer based on QPixmap, using software raster rendering |
 QCPPainter | QPainter subclass used internally |
 QCPPlottableInterface1D | Defines an abstract interface for one-dimensional plottables |
 QCPPlottableLegendItem | A legend item representing a plottable with an icon and the plottable name |
 QCPRange | Represents the range an axis is encompassing |
 QCPScatterStyle | Represents the visual appearance of scatter points |
 QCPSelectionDecorator | Controls how a plottable's data selection is drawn |
 QCPSelectionDecoratorBracket | A selection decorator which draws brackets around each selected data segment |
 QCPSelectionRect | Provides rect/rubber-band data selection and range zoom interaction |
 QCPStatisticalBox | A plottable representing a single statistical box in a plot |
 QCPStatisticalBoxData | Holds the data of one single data point for QCPStatisticalBox |
 QCPTextElement | A layout element displaying a text |
 QCPVector2D | Represents two doubles as a mathematical 2D vector |
 QCustomPlot | The central class of the library. This is the QWidget which displays the plot and interacts with the user |
 RepTest | |
 ReqTest | |
 RequestDisableHandler | |
 RequestEnableHandler | |
 RequestExitHandler | |
 RequestHandler | |
 RequestHwDisableHandler | |
 RequestHwEnableHandler | |
 RequestHwInitHandler | |
 RequestHwResetHandler | |
 RequestIgnoreHandler | |
 RequestInitHandler | |
 Requestor | |
 RequestRecoverHandler | |
 RequestSetupHandler | |
 RequestSimulateHandler | |
 RequestStatusHandler | |
 RequestStopHandler | |
 RequestStopIgnHandler | |
 RequestStopSimHandler | |
 SensorWdg | |
 SetupWorker | |
 ShutterWdg | |
 SimpleRequestor | |
 Spinner | |
 SubscribeWorker | |
 Test | |
 TestActionGroup | |
 TestActionMgr | |
 TestActivity | |
 TestActivityPthread | |
 TestConfig | |
 TestDataContext | |
 TestDbAdapter | |
 TestDbAdapterRedis | |
 TestDevice | |
 TestDeviceConfig | |
 TestDeviceFactory | |
 TestDeviceLcsIf | |
 TestEventsHandler | |
 TestExceptions | |
 TestHandler | |
 TestHelper | |
 TestLog | |
 TestMsgHandler | |
 TestMsgParsers | |
 TestMsgReplier | |
 TestMsgRequestor | |
 TestMsgRequestorRaw | |
 TestMsgRequestorRaw2 | |
 TestMsgRequestorRaw2_P | |
 TestMyDevice | |
 TestShutter | |
 TestSignal | |
 TestSMAdapter | |
 TestSMRequestor | |
 TestSMRequestorRaw | |
 TestThread | |
 TestThread1 | |
 TestTimer | |
 TestTopicHandler | |
 TestTopicPub | |
 TestTopicSub | |
 TimeoutEventTrait | |
 TimeoutEventTrait2 | |
 TimeoutHandler | |