cisst-saw
Loading...
Searching...
No Matches
prmForwardDeclarations.h
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/* ex: set filetype=cpp softtabstop=4 shiftwidth=4 tabstop=4 cindent expandtab: */
3
4/*
5 Author(s): Rajesh Kumar, Anton Deguet
6 Created on: 2008-03-03
7
8 (C) Copyright 2007-2026 Johns Hopkins University (JHU), All Rights Reserved.
9
10--- begin cisst license - do not edit ---
11
12This software is provided "as is" under an open source license, with
13no warranty. The complete license can be found in license.txt and
14http://www.cisst.org/cisst/license.txt.
15
16--- end cisst license ---
17*/
18
23
24
25#ifndef _prmForwardDeclarations_h
26#define _prmForwardDeclarations_h
27
28// motion enums
35
38#if CISST_HAS_JSON
40#endif
41
42// robot API types
49class prmBaseFrame;
50
55
56class prmEventButton;
57
58#endif // _prmForwardDeclarations_h
Definition prmBaseFrame.h:42
Definition prmEventButton.h:36
Definition prmForceCartesianGet.h:35
Definition prmForceCartesianSet.h:39
Definition prmPositionCartesianGet.h:35
Definition prmPositionCartesianSet.h:37
Definition prmPositionJointGet.h:35
Definition prmPositionJointSet.h:36
Definition prmVelocityCartesianGet.h:36
Definition prmVelocityCartesianSet.h:43
Definition prmVelocityJointGet.h:39
Definition prmVelocityJointSet.h:38
#define CMN_DATA_SPECIALIZATION_FOR_ENUM(_enum, _promotedType)
Definition cmnDataFunctionsEnumMacros.h:93
#define CMN_DECLARE_DATA_FUNCTIONS_JSON_FOR_ENUM(_enum)
Definition cmnDataFunctionsEnumMacros.h:97
enum Blocking prmBlocking
Blocking
Definition prmForwardDeclarations.h:30
@ WAIT_FINISH
Definition prmForwardDeclarations.h:33
@ WAIT_START
Definition prmForwardDeclarations.h:32
@ NO_WAIT
Definition prmForwardDeclarations.h:31