tsc.nc
来自「传感器网络中的嵌入式操作系统源代码」· NC 代码 · 共 20 行
NC
20 行
// $Id: TSC.nc,v 1.1.2.2 2003/08/18 22:09:49 cssharp Exp $module TSC{ provides interface TS;}implementation{ // static consts to make the values easily accessible in the object code static const uint32_t unix_time = IDENT_UNIX_TIME; command result_t TS.get_timestamp(uint32_t* ts) { *ts = unix_time; return SUCCESS; }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?