classpatherror.html
来自「美国COPLEY驱动器,程序开发工具之一.」· HTML 代码 · 共 71 行
HTML
71 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>Copley Motion Library: PathError Class Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.4.4 --><div class="qindex"><a class="qindex" href="main.html">Main Page</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical List</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a></div><h1>PathError Class Reference</h1><!-- doxytag: class="PathError" --><!-- doxytag: inherits="Error" --><p>Inheritance diagram for PathError:<p><center><img src="classPathError.png" usemap="#PathError_map" border="0" alt=""></center><map name="PathError_map"><area href="classError.html" alt="Error" shape="rect" coords="0,0,67,24"></map><a href="classPathError-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>This class represents errors returned by the path <a class="el" href="classPath.html">Path</a> object. <p><p>Definition at line <a class="el" href="CML__Path_8h-source.html#l00011">11</a> of file <a class="el" href="CML__Path_8h-source.html">CML_Path.h</a>.<table border="0" cellpadding="0" cellspacing="0"><tr><td></td></tr><tr><td colspan="2"><br><h2>Static Public Attributes</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="s0"></a><!-- doxytag: member="PathError::BadVel" ref="s0" args="" -->static const <a class="el" href="classPathError.html">PathError</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classPathError.html#s0">BadVel</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Illegal velocity value. <br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="s1"></a><!-- doxytag: member="PathError::BadAcc" ref="s1" args="" -->static const <a class="el" href="classPathError.html">PathError</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classPathError.html#s1">BadAcc</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Illegal acceleration value. <br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="s2"></a><!-- doxytag: member="PathError::VelNotInit" ref="s2" args="" -->static const <a class="el" href="classPathError.html">PathError</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classPathError.html#s2">VelNotInit</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Velocity limit not yet set. <br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="s3"></a><!-- doxytag: member="PathError::AccNotInit" ref="s3" args="" -->static const <a class="el" href="classPathError.html">PathError</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classPathError.html#s3">AccNotInit</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Acceleration limit not yet set. <br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="s4"></a><!-- doxytag: member="PathError::BadPoint" ref="s4" args="" -->static const <a class="el" href="classPathError.html">PathError</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classPathError.html#s4">BadPoint</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">The passed point doesn't match the path. <br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="s5"></a><!-- doxytag: member="PathError::Alloc" ref="s5" args="" -->static const <a class="el" href="classPathError.html">PathError</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classPathError.html#s5">Alloc</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Unable to allocate memory for path. <br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="s6"></a><!-- doxytag: member="PathError::BadLength" ref="s6" args="" -->static const <a class="el" href="classPathError.html">PathError</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classPathError.html#s6">BadLength</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">An illegal negative length value was passed. <br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="s7"></a><!-- doxytag: member="PathError::Empty" ref="s7" args="" -->static const <a class="el" href="classPathError.html">PathError</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classPathError.html#s7">Empty</a></td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Attempt to execute an empty path. <br></td></tr><tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="b0"></a><!-- doxytag: member="PathError::PathError" ref="b0" args="(uint16 id, const char *desc)" --> </td><td class="memItemRight" valign="bottom"><a class="el" href="classPathError.html#b0">PathError</a> (<a class="el" href="CML__Utils_8h.html#a8">uint16</a> id, const char *desc)</td></tr><tr><td class="mdescLeft"> </td><td class="mdescRight">Standard protected constructor. <br></td></tr></table><hr>The documentation for this class was generated from the following file:<ul><li><a class="el" href="CML__Path_8h-source.html">CML_Path.h</a></ul><hr><address style="align: right;"><small>Copley Motion Library, Copyright (c) 2002-2003<a href="http://www.copleycontrols.com"><img src="CCC_logo.gif" alt="Copley Controls Corp." align="middle" border=0 ></a></small></address></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?