PhoenixClockMock  2.0.0
Tool to manipulate mock of clock (split, merge and get info)
PClockMode Namespace Reference

Enumerations

enum  PClockMode { NO_MOCK , MOCK , MOCK_RECORD }
 describe the mode of the Socket More...
 

Enumeration Type Documentation

◆ PClockMode

describe the mode of the Socket

Enumerator
NO_MOCK 
MOCK 
MOCK_RECORD 

Definition at line 12 of file PClockMode.h.

12  {
13  NO_MOCK, //Normal usage mode of the Socket
14  MOCK, //The Socket have to be used in mock mode
15  MOCK_RECORD //Record the activity of the backend durring real use to make reusable mock
16  };