blob: bf282448a4025db73e6c83bee4fb3c8f27fb1f7b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 CEA LIST.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Created on: 20 mai 2010
*
* Contributors:
* Arnault Lapitre (CEA LIST) arnault.lapitre@cea.fr
* - Initial API and implementation
******************************************************************************/
#ifndef AVMGUARDPRIMITIVE_H_
#define AVMGUARDPRIMITIVE_H_
#include <computer/primitive/BaseAvmPrimitive.h>
namespace sep
{
AVM_PRIMITIVE_RUN_CLASS(Guard, BaseAvmPrimitive)
AVM_PRIMITIVE_RUN_CLASS(TimedGuard, BaseAvmPrimitive)
AVM_PRIMITIVE_RUN_CLASS(Event, BaseAvmPrimitive)
AVM_PRIMITIVE_RUN_CLASS(CheckSat, BaseAvmPrimitive)
}
#endif /* AVMGUARDPRIMITIVE_H_ */