You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a C++ class in tnvme/Cmds directory with the name of the class being the cmd name. For example if the cmd you are adding is Async Event Request Cmd to framework, then the name of the class in the tnvme/Cmds directory should be AsyncEventReq and the files which contain these classes are names as asyncEventReq.cpp and asyncEventReq.h. All the commands are derived from the base class called Cmd.