⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fs.java

📁 nesC写的heed算法
💻 JAVA
字号:
/** * This class is automatically generated by ncg. DO NOT EDIT THIS FILE. * This class includes values of some nesC constants from * /opt/tinyos-1.x/tos/lib/FS/Remote.nc. */package net.tinyos.matchbox;public class FS  {    public static final short FS_ERROR_REMOTE_BAD_ARGS = 129;    public static final byte AM_FSREPLYMSG = 84;    public static final byte FSOP_RENAME = 4;    public static final byte FS_ERROR_NOSPACE = 2;    public static final short FS_ERROR_REMOTE_CMDFAIL = 130;    public static final byte FS_ERROR_NOT_FOUND = 5;    public static final byte FS_CRC_FILES = 0;    public static final short FS_ERROR_REMOTE_UNKNOWNCMD = 128;    public static final byte FSOP_DIR_END = 2;    public static final byte FSOP_WRITE_CLOSE = 11;    public static final byte FSOP_FREE_SPACE = 14;    public static final byte FS_FTRUNCATE = 1;    public static final byte FSOP_READ = 6;    public static final byte FSOP_WRITE_OPEN = 9;    public static final byte FSOP_READ_CLOSE = 7;    public static final byte FS_NUM_RFDS = 0;    public static final byte FS_ERROR_FILE_OPEN = 4;    public static final byte FSOP_WRITE_RESERVE = 13;    public static final byte FS_NUM_WFDS = 0;    public static final byte FSOP_DIR_READNEXT = 1;    public static final byte FS_ERROR_HW = 6;    public static final byte FS_ERROR_BAD_DATA = 3;    public static final byte FSOP_READ_OPEN = 5;    public static final byte FSOP_WRITE_SYNC = 12;    public static final byte FSOP_DIR_START = 0;    public static final byte FSOP_DELETE = 3;    public static final byte FSOP_WRITE = 10;    public static final byte AM_FSOPMSG = 66;    public static final byte FS_FCREATE = 2;    public static final byte MAX_REMOTE_DATA = 27;    public static final byte FS_OK = 0;    public static final byte FS_NO_MORE_FILES = 1;    public static final byte FSOP_READ_REMAINING = 8;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -