Implemented IF-M segmentation contracts

This commit is contained in:
Andreas Steffen
2014-10-03 22:25:09 +02:00
parent 38b5f527e2
commit f50968976b
32 changed files with 1354 additions and 63 deletions
+10 -1
View File
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2011-2012 Andreas Steffen
* Copyright (C) 2011-2014 Andreas Steffen
* HSR Hochschule fuer Technik Rapperswil
*
* This program is free software; you can redistribute it and/or modify it
@@ -22,6 +22,8 @@
#ifndef IMC_STATE_H_
#define IMC_STATE_H_
#include "seg_contract/seg_contract_manager.h"
#include <tncif.h>
#include <tncifimv.h>
#include <tncifimc.h>
@@ -79,6 +81,13 @@ struct imc_state_t {
*/
u_int32_t (*get_max_msg_len)(imc_state_t *this);
/**
* Get attribute segmentation contracts associated with TNCCS Connection
*
* @return contracts associated with TNCCS Connection
*/
seg_contract_manager_t* (*get_contracts)(imc_state_t *this);
/**
* Change the connection state
*