#ifndef INSTRUCTION_SET_HEADERFILE
#define INSTRUCTION_SET_HEADERFILE

#define ISA_NoInstruction 0x0000

#define ISA_SensoryData 0x0100
#define ISA_SensoryData_SendersID 0x0101
#define ISA_SensoryData_ReiceiversID 0x0102
#define ISA_SensoryData_SendersID_ReiceiversID 0x0103
#define ISA_SensoryData_BinaryConfidenceTag 0x0104

#define ISA_SlaveAgentData 0x0200
#define ISA_SlaveAgentWithBinaryConfidenceTag 0x0201

#endif
