24 lines
665 B
C
24 lines
665 B
C
///
|
|
/// Copyright (c) Aerotech, Inc.
|
|
///
|
|
|
|
#ifndef AUTOMATION1_H_INCLUDED
|
|
#define AUTOMATION1_H_INCLUDED
|
|
|
|
#include "Automation1Command.h"
|
|
#include "Automation1CommandQueue.h"
|
|
#include "Automation1Configuration.h"
|
|
#include "Automation1Controller.h"
|
|
#include "Automation1DataCollection.h"
|
|
#include "Automation1DataSignal.h"
|
|
#include "Automation1Enum.h"
|
|
#include "Automation1Error.h"
|
|
#include "Automation1Files.h"
|
|
#include "Automation1ParameterId.h"
|
|
#include "Automation1Parameter.h"
|
|
#include "Automation1Status.h"
|
|
#include "Automation1StatusItem.h"
|
|
#include "Automation1Task.h"
|
|
#include "Automation1Variables.h"
|
|
|
|
#endif // AUTOMATION1_H_INCLUDED
|