📄 tr_tr_state_0.cc
字号:
// file: tr_tr_state_0.cc//// isip include files//#include "train_trace.h"#include "train_trace_constants.h"// method: set_state_ind_cc//// arguments:// uint_1 state: (input) the state index to be set//// return: a logical_1 indicating status//// this method sets the state index//logical_1 Train_Trace::set_state_ind_cc(uint_1 state_a) { // set the state index // state_index_d = state_a; // exit gracefully // return ISIP_TRUE;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -